Return-Path: X-Original-To: apmail-apr-commits-archive@www.apache.org Delivered-To: apmail-apr-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3F69511F25 for ; Sat, 19 Apr 2014 12:32:09 +0000 (UTC) Received: (qmail 5054 invoked by uid 500); 19 Apr 2014 12:31:36 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 4731 invoked by uid 500); 19 Apr 2014 12:31:29 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 4463 invoked by uid 99); 19 Apr 2014 12:31:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Apr 2014 12:31:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Apr 2014 12:31:16 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 360872388C5D; Sat, 19 Apr 2014 12:30:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1588644 [24/38] - in /apr/site/trunk/docs/docs/apr/1.5: ./ search/ Date: Sat, 19 Apr 2014 12:29:50 -0000 To: commits@apr.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140419123004.360872388C5D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: apr/site/trunk/docs/docs/apr/1.5/group___a_p_r___util___escaping.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/group___a_p_r___util___escaping.html?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/1.5/group___a_p_r___util___escaping.html (original) +++ apr/site/trunk/docs/docs/apr/1.5/group___a_p_r___util___escaping.html Sat Apr 19 12:29:44 2014 @@ -3,6 +3,7 @@ + Apache Portable Runtime: Escape functions @@ -29,7 +30,7 @@ - + @@ -78,39 +79,60 @@ var searchBox = new SearchBox("searchBox Macros | Functions
-
Escape functions
- + +
- +

+

Macros

#define APR_ESCAPE_STRING   (-1)
 
- + + + + + + + + + + + + + + + + + + + +

+

Functions

apr_status_t apr_escape_shell (char *escaped, const char *str, apr_ssize_t slen, apr_size_t *len)
 
const char * apr_pescape_shell (apr_pool_t *p, const char *str)
 
apr_status_t apr_unescape_url (char *escaped, const char *url, apr_ssize_t slen, const char *forbid, const char *reserved, int plus, apr_size_t *len)
 
const char * apr_punescape_url (apr_pool_t *p, const char *url, const char *forbid, const char *reserved, int plus)
 
apr_status_t apr_escape_path_segment (char *escaped, const char *str, apr_ssize_t slen, apr_size_t *len)
 
const char * apr_pescape_path_segment (apr_pool_t *p, const char *str)
 
apr_status_t apr_escape_path (char *escaped, const char *path, apr_ssize_t slen, int partial, apr_size_t *len)
 
const char * apr_pescape_path (apr_pool_t *p, const char *str, int partial)
 
apr_status_t apr_escape_urlencoded (char *escaped, const char *str, apr_ssize_t slen, apr_size_t *len)
 
const char * apr_pescape_urlencoded (apr_pool_t *p, const char *str)
 
apr_status_t apr_escape_entity (char *escaped, const char *str, apr_ssize_t slen, int toasc, apr_size_t *len)
 
const char * apr_pescape_entity (apr_pool_t *p, const char *str, int toasc)
 
apr_status_t apr_unescape_entity (char *unescaped, const char *str, apr_ssize_t slen, apr_size_t *len)
 
const char * apr_punescape_entity (apr_pool_t *p, const char *str)
 
apr_status_t apr_escape_echo (char *escaped, const char *str, apr_ssize_t slen, int quote, apr_size_t *len)
 
const char * apr_pescape_echo (apr_pool_t *p, const char *str, int quote)
 
apr_status_t apr_escape_hex (char *dest, const void *src, apr_size_t srclen, int colon, apr_size_t *len)
 
const char * apr_pescape_hex (apr_pool_t *p, const void *src, apr_size_t slen, int colon)
 
apr_status_t apr_unescape_hex (void *dest, const char *str, apr_ssize_t slen, int colon, apr_size_t *len)
 
const void * apr_punescape_hex (apr_pool_t *p, const char *str, int colon, apr_size_t *len)
 
-

Detailed Description

-

Macro Definition Documentation

+

Detailed Description

+

Macro Definition Documentation

@@ -124,7 +146,7 @@ Functions
-

Function Documentation

+

Function Documentation

@@ -1105,9 +1127,9 @@ Functions
Modified: apr/site/trunk/docs/docs/apr/1.5/group___i_p___proto.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/group___i_p___proto.html?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/1.5/group___i_p___proto.html (original) +++ apr/site/trunk/docs/docs/apr/1.5/group___i_p___proto.html Sat Apr 19 12:29:44 2014 @@ -3,6 +3,7 @@ + Apache Portable Runtime: IP Protocol Definitions for use when creating sockets @@ -29,7 +30,7 @@
- + @@ -77,18 +78,21 @@ var searchBox = new SearchBox("searchBox
-
IP Protocol Definitions for use when creating sockets
-
+
IP Protocol Definitions for use when creating sockets
+
- + + +

+

Macros

#define APR_PROTO_TCP   6
 
#define APR_PROTO_UDP   17
 
#define APR_PROTO_SCTP   132
 
-

Detailed Description

-

Macro Definition Documentation

+

Detailed Description

+

Macro Definition Documentation

@@ -131,9 +135,9 @@ Macros
Modified: apr/site/trunk/docs/docs/apr/1.5/group___pool_cleanup.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/group___pool_cleanup.html?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/1.5/group___pool_cleanup.html (original) +++ apr/site/trunk/docs/docs/apr/1.5/group___pool_cleanup.html Sat Apr 19 12:29:44 2014 @@ -3,6 +3,7 @@ + Apache Portable Runtime: Pool Cleanup Functions @@ -29,7 +30,7 @@
- + @@ -77,23 +78,30 @@ var searchBox = new SearchBox("searchBox
-
Pool Cleanup Functions
-
+
Pool Cleanup Functions
+
- + + + + + + +

+

Functions

void apr_pool_cleanup_register (apr_pool_t *p, const void *data, apr_status_t(*plain_cleanup)(void *), apr_status_t(*child_cleanup)(void *))
 
void apr_pool_pre_cleanup_register (apr_pool_t *p, const void *data, apr_status_t(*plain_cleanup)(void *))
 
void apr_pool_cleanup_kill (apr_pool_t *p, const void *data, apr_status_t(*cleanup)(void *))
 
void apr_pool_child_cleanup_set (apr_pool_t *p, const void *data, apr_status_t(*plain_cleanup)(void *), apr_status_t(*child_cleanup)(void *))
 
apr_status_t apr_pool_cleanup_run (apr_pool_t *p, void *data, apr_status_t(*cleanup)(void *))
 
apr_status_t apr_pool_cleanup_null (void *data)
 
void apr_pool_cleanup_for_exec (void)
 
-

Detailed Description

+

Detailed Description

Cleanups are performed in the reverse order they were registered. That is: Last In, First Out. A cleanup function can safely allocate memory from the pool that is being cleaned up. It can also safely register additional cleanups which will be run LIFO, directly after the current cleanup terminates. Cleanups have to take caution in calling functions that create subpools. Subpools, created during cleanup will NOT automatically be cleaned up. In other words, cleanups are to clean up after themselves.

-

Function Documentation

+

Function Documentation

@@ -151,7 +159,7 @@ Functions void apr_pool_cleanup_for_exec ( void  - ) + ) @@ -211,7 +219,7 @@ Functions apr_status_t apr_pool_cleanup_null ( void *  - data) + data) @@ -362,9 +370,9 @@ Functions
Modified: apr/site/trunk/docs/docs/apr/1.5/group___pool_debug.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/group___pool_debug.html?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/1.5/group___pool_debug.html (original) +++ apr/site/trunk/docs/docs/apr/1.5/group___pool_debug.html Sat Apr 19 12:29:44 2014 @@ -3,6 +3,7 @@ + Apache Portable Runtime: Pool Debugging functions. @@ -29,7 +30,7 @@
- + @@ -77,25 +78,29 @@ var searchBox = new SearchBox("searchBox
-
Pool Debugging functions.
-
+
Pool Debugging functions.
+
- + + + +

+

Functions

void apr_pool_join (apr_pool_t *p, apr_pool_t *sub)
 
apr_pool_tapr_pool_find (const void *mem)
 
apr_size_t apr_pool_num_bytes (apr_pool_t *p, int recurse)
 
void apr_pool_lock (apr_pool_t *pool, int flag)
 
-

Detailed Description

+

Detailed Description

pools have nested lifetimes – sub_pools are destroyed when the parent pool is cleared. We allow certain liberties with operations on things such as tables (and on other structures in a more general sense) where we allow the caller to insert values into a table which were not allocated from the table's pool. The table's data will remain valid as long as all the pools from which its values are allocated remain valid.

For example, if B is a sub pool of A, and you build a table T in pool B, then it's safe to insert data allocated in A or B into T (because B lives at most as long as A does, and T is destroyed when B is cleared/destroyed). On the other hand, if S is a table in pool A, it is safe to insert data allocated in A into S, but it is not safe to insert data allocated from B into S... because B can be cleared/destroyed before A is (which would leave dangling pointers in T's data structures).

In general we say that it is safe to insert data into a table T if the data is allocated in any ancestor of T's pool. This is the basis on which the APR_POOL_DEBUG code works – it tests these ancestor relationships for all data inserted into tables. APR_POOL_DEBUG also provides tools (apr_pool_find, and apr_pool_is_ancestor) for other folks to implement similar restrictions for their own data structures.

However, sometimes this ancestor requirement is inconvenient – sometimes it's necessary to create a sub pool where the sub pool is guaranteed to have the same lifetime as the parent pool. This is a guarantee implemented by the caller, not by the pool code. That is, the caller guarantees they won't destroy the sub pool individually prior to destroying the parent pool.

In this case the caller must call apr_pool_join() to indicate this guarantee to the APR_POOL_DEBUG code.

These functions are only implemented when #APR_POOL_DEBUG is set.

-

Function Documentation

+

Function Documentation

@@ -104,7 +109,7 @@ Functions apr_pool_t* apr_pool_find ( const void *  - mem) + mem) @@ -226,9 +231,9 @@ Functions
Modified: apr/site/trunk/docs/docs/apr/1.5/group__apr__allocator.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/group__apr__allocator.html?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/1.5/group__apr__allocator.html (original) +++ apr/site/trunk/docs/docs/apr/1.5/group__apr__allocator.html Sat Apr 19 12:29:44 2014 @@ -3,6 +3,7 @@ + Apache Portable Runtime: Internal Memory Allocation @@ -29,7 +30,7 @@
- + @@ -80,38 +81,52 @@ var searchBox = new SearchBox("searchBox Typedefs | Functions
-
Internal Memory Allocation
- +
Internal Memory Allocation
+
- +

+

Data Structures

struct  apr_memnode_t
 
- + +

+

Macros

#define APR_MEMNODE_T_SIZE   APR_ALIGN_DEFAULT(sizeof(apr_memnode_t))
 
#define APR_ALLOCATOR_MAX_FREE_UNLIMITED   0
 
- + +

+

Typedefs

typedef struct apr_allocator_t apr_allocator_t
 
typedef struct apr_memnode_t apr_memnode_t
 
- + + + + + + + + +

+

Functions

apr_status_t apr_allocator_create (apr_allocator_t **allocator)
 
void apr_allocator_destroy (apr_allocator_t *allocator)
 
apr_memnode_tapr_allocator_alloc (apr_allocator_t *allocator, apr_size_t size)
 
void apr_allocator_free (apr_allocator_t *allocator, apr_memnode_t *memnode)
 
void apr_allocator_owner_set (apr_allocator_t *allocator, apr_pool_t *pool)
 
apr_pool_tapr_allocator_owner_get (apr_allocator_t *allocator)
 
void apr_allocator_max_free_set (apr_allocator_t *allocator, apr_size_t size)
 
void apr_allocator_mutex_set (apr_allocator_t *allocator, apr_thread_mutex_t *mutex)
 
apr_thread_mutex_tapr_allocator_mutex_get (apr_allocator_t *allocator)
 
-

Detailed Description

-

Macro Definition Documentation

+

Detailed Description

+

Macro Definition Documentation

@@ -138,7 +153,7 @@ Functions
-

Typedef Documentation

+

Typedef Documentation

@@ -165,7 +180,7 @@ Functions
-

Function Documentation

+

Function Documentation

@@ -208,7 +223,7 @@ Functions apr_status_t apr_allocator_create ( apr_allocator_t **  - allocator) + allocator) @@ -231,7 +246,7 @@ Functions void apr_allocator_destroy ( apr_allocator_t *  - allocator) + allocator) @@ -323,7 +338,7 @@ Functions apr_thread_mutex_t* apr_allocator_mutex_get ( apr_allocator_t *  - allocator) + allocator) @@ -380,7 +395,7 @@ Functions apr_pool_t* apr_allocator_owner_get ( apr_allocator_t *  - allocator) + allocator) @@ -433,9 +448,9 @@ Functions
Modified: apr/site/trunk/docs/docs/apr/1.5/group__apr__atomic.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/group__apr__atomic.html?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/1.5/group__apr__atomic.html (original) +++ apr/site/trunk/docs/docs/apr/1.5/group__apr__atomic.html Sat Apr 19 12:29:44 2014 @@ -3,6 +3,7 @@ + Apache Portable Runtime: Atomic Operations @@ -29,7 +30,7 @@
- + @@ -77,26 +78,37 @@ var searchBox = new SearchBox("searchBox
-
Atomic Operations
-
+ +
- + + + + + + + + + + +

+

Functions

apr_status_t apr_atomic_init (apr_pool_t *p)
 
apr_uint32_t apr_atomic_read32 (volatile apr_uint32_t *mem)
 
void apr_atomic_set32 (volatile apr_uint32_t *mem, apr_uint32_t val)
 
apr_uint32_t apr_atomic_add32 (volatile apr_uint32_t *mem, apr_uint32_t val)
 
void apr_atomic_sub32 (volatile apr_uint32_t *mem, apr_uint32_t val)
 
apr_uint32_t apr_atomic_inc32 (volatile apr_uint32_t *mem)
 
int apr_atomic_dec32 (volatile apr_uint32_t *mem)
 
apr_uint32_t apr_atomic_cas32 (volatile apr_uint32_t *mem, apr_uint32_t with, apr_uint32_t cmp)
 
apr_uint32_t apr_atomic_xchg32 (volatile apr_uint32_t *mem, apr_uint32_t val)
 
void * apr_atomic_casptr (volatile void **mem, void *with, const void *cmp)
 
void * apr_atomic_xchgptr (volatile void **mem, void *with)
 
-

Detailed Description

-

Function Documentation

+

Detailed Description

+

Function Documentation

@@ -224,7 +236,7 @@ Functions int apr_atomic_dec32 ( volatile apr_uint32_t *  - mem) + mem) @@ -248,7 +260,7 @@ Functions apr_uint32_t apr_atomic_inc32 ( volatile apr_uint32_t *  - mem) + mem) @@ -272,7 +284,7 @@ Functions apr_status_t apr_atomic_init ( apr_pool_t *  - p) + p) @@ -297,7 +309,7 @@ Functions apr_uint32_t apr_atomic_read32 ( volatile apr_uint32_t *  - mem) + mem) @@ -453,9 +465,9 @@ Functions
Modified: apr/site/trunk/docs/docs/apr/1.5/group__apr__ctype.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/group__apr__ctype.html?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/1.5/group__apr__ctype.html (original) +++ apr/site/trunk/docs/docs/apr/1.5/group__apr__ctype.html Sat Apr 19 12:29:44 2014 @@ -3,6 +3,7 @@ + Apache Portable Runtime: ctype functions @@ -29,7 +30,7 @@
- + @@ -81,26 +82,40 @@ var searchBox = new SearchBox("searchBox
- + + + + + + + + + + + + + +

+

Macros

#define apr_isalnum(c)   (isalnum(((unsigned char)(c))))
 
#define apr_isalpha(c)   (isalpha(((unsigned char)(c))))
 
#define apr_iscntrl(c)   (iscntrl(((unsigned char)(c))))
 
#define apr_isdigit(c)   (isdigit(((unsigned char)(c))))
 
#define apr_isgraph(c)   (isgraph(((unsigned char)(c))))
 
#define apr_islower(c)   (islower(((unsigned char)(c))))
 
#define apr_isascii(c)   (((c) & ~0x7f)==0)
 
#define apr_isprint(c)   (isprint(((unsigned char)(c))))
 
#define apr_ispunct(c)   (ispunct(((unsigned char)(c))))
 
#define apr_isspace(c)   (isspace(((unsigned char)(c))))
 
#define apr_isupper(c)   (isupper(((unsigned char)(c))))
 
#define apr_isxdigit(c)   (isxdigit(((unsigned char)(c))))
 
#define apr_tolower(c)   (tolower(((unsigned char)(c))))
 
#define apr_toupper(c)   (toupper(((unsigned char)(c))))
 
-

Detailed Description

+

Detailed Description

These macros allow correct support of 8-bit characters on systems which support 8-bit characters. Pretty dumb how the cast is required, but that's legacy libc for ya. These new macros do not support EOF like the standard macros do. Tough.

-

Macro Definition Documentation

+

Macro Definition Documentation

@@ -109,7 +124,7 @@ Macros #define apr_isalnum (   - c) + c)    (isalnum(((unsigned char)(c)))) @@ -126,7 +141,7 @@ Macros #define apr_isalpha (   - c) + c)    (isalpha(((unsigned char)(c)))) @@ -143,7 +158,7 @@ Macros #define apr_isascii (   - c) + c)    (((c) & ~0x7f)==0) @@ -160,7 +175,7 @@ Macros #define apr_iscntrl (   - c) + c)    (iscntrl(((unsigned char)(c)))) @@ -177,7 +192,7 @@ Macros #define apr_isdigit (   - c) + c)    (isdigit(((unsigned char)(c)))) @@ -194,7 +209,7 @@ Macros #define apr_isgraph (   - c) + c)    (isgraph(((unsigned char)(c)))) @@ -211,7 +226,7 @@ Macros #define apr_islower (   - c) + c)    (islower(((unsigned char)(c)))) @@ -228,7 +243,7 @@ Macros #define apr_isprint (   - c) + c)    (isprint(((unsigned char)(c)))) @@ -245,7 +260,7 @@ Macros #define apr_ispunct (   - c) + c)    (ispunct(((unsigned char)(c)))) @@ -262,7 +277,7 @@ Macros #define apr_isspace (   - c) + c)    (isspace(((unsigned char)(c)))) @@ -279,7 +294,7 @@ Macros #define apr_isupper (   - c) + c)    (isupper(((unsigned char)(c)))) @@ -296,7 +311,7 @@ Macros #define apr_isxdigit (   - c) + c)    (isxdigit(((unsigned char)(c)))) @@ -313,7 +328,7 @@ Macros #define apr_tolower (   - c) + c)    (tolower(((unsigned char)(c)))) @@ -330,7 +345,7 @@ Macros #define apr_toupper (   - c) + c)    (toupper(((unsigned char)(c)))) @@ -342,9 +357,9 @@ Macros
Modified: apr/site/trunk/docs/docs/apr/1.5/group__apr__dir.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/group__apr__dir.html?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/1.5/group__apr__dir.html (original) +++ apr/site/trunk/docs/docs/apr/1.5/group__apr__dir.html Sat Apr 19 12:29:44 2014 @@ -3,6 +3,7 @@ + Apache Portable Runtime: Directory Manipulation Functions @@ -29,7 +30,7 @@
- + @@ -77,19 +78,23 @@ var searchBox = new SearchBox("searchBox
-
Directory Manipulation Functions
-
+
Directory Manipulation Functions
+
- + + + +

+

Functions

apr_status_t apr_dir_open (apr_dir_t **new_dir, const char *dirname, apr_pool_t *pool)
 
apr_status_t apr_dir_close (apr_dir_t *thedir)
 
apr_status_t apr_dir_read (apr_finfo_t *finfo, apr_int32_t wanted, apr_dir_t *thedir)
 
apr_status_t apr_dir_rewind (apr_dir_t *thedir)
 
-

Detailed Description

-

Function Documentation

+

Detailed Description

+

Function Documentation

@@ -98,7 +103,7 @@ Functions apr_status_t apr_dir_close ( apr_dir_t *  - thedir) + thedir) @@ -205,7 +210,7 @@ Functions apr_status_t apr_dir_rewind ( apr_dir_t *  - thedir) + thedir) @@ -223,9 +228,9 @@ Functions
Modified: apr/site/trunk/docs/docs/apr/1.5/group__apr__dso.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/group__apr__dso.html?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/1.5/group__apr__dso.html (original) +++ apr/site/trunk/docs/docs/apr/1.5/group__apr__dso.html Sat Apr 19 12:29:44 2014 @@ -3,6 +3,7 @@ + Apache Portable Runtime: Dynamic Object Handling @@ -29,7 +30,7 @@
- + @@ -78,24 +79,30 @@ var searchBox = new SearchBox("searchBox Typedefs | Functions
-
Dynamic Object Handling
- +
Dynamic Object Handling
+
- + +

+

Typedefs

typedef struct apr_dso_handle_t apr_dso_handle_t
 
typedef void * apr_dso_handle_sym_t
 
- + + + +

+

Functions

apr_status_t apr_dso_load (apr_dso_handle_t **res_handle, const char *path, apr_pool_t *ctx)
 
apr_status_t apr_dso_unload (apr_dso_handle_t *handle)
 
apr_status_t apr_dso_sym (apr_dso_handle_sym_t *ressym, apr_dso_handle_t *handle, const char *symname)
 
const char * apr_dso_error (apr_dso_handle_t *dso, char *buf, apr_size_t bufsize)
 
-

Detailed Description

-

Typedef Documentation

+

Detailed Description

+

Typedef Documentation

@@ -122,7 +129,7 @@ Functions
-

Function Documentation

+

Function Documentation

@@ -255,7 +262,7 @@ Functions apr_status_t apr_dso_unload ( apr_dso_handle_t *  - handle) + handle) @@ -273,9 +280,9 @@ Functions
Modified: apr/site/trunk/docs/docs/apr/1.5/group__apr__env.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/group__apr__env.html?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/1.5/group__apr__env.html (original) +++ apr/site/trunk/docs/docs/apr/1.5/group__apr__env.html Sat Apr 19 12:29:44 2014 @@ -3,6 +3,7 @@ + Apache Portable Runtime: Functions for manipulating the environment @@ -29,7 +30,7 @@
- + @@ -77,18 +78,21 @@ var searchBox = new SearchBox("searchBox
-
Functions for manipulating the environment
-
+
Functions for manipulating the environment
+
- + + +

+

Functions

apr_status_t apr_env_get (char **value, const char *envvar, apr_pool_t *pool)
 
apr_status_t apr_env_set (const char *envvar, const char *value, apr_pool_t *pool)
 
apr_status_t apr_env_delete (const char *envvar, apr_pool_t *pool)
 
-

Detailed Description

-

Function Documentation

+

Detailed Description

+

Function Documentation

@@ -208,9 +212,9 @@ Functions