HomeSort by relevance Sort by last modified time
    Searched defs:apr_pool_t (Results 1 - 6 of 6) sorted by null

  /webstack/webstack/branches/CoolStack12Rtm/src/httpd-2.2.6/srclib/apr/include/
apr_pools.h 33 * we can delete everything in the per-transaction apr_pool_t without fear,
54 typedef struct apr_pool_t apr_pool_t; typedef in typeref:struct:apr_pool_t
61 * the apr_pool_t that is associated with the data type.
68 * APR_DECLARE(apr_pool_t *) apr_file_pool_get(apr_file_t *ob);
76 APR_DECLARE(apr_pool_t *) apr_##type##_pool_get \
86 APR_DECLARE(apr_pool_t *) apr_##type##_pool_get \
180 * of its parent pool's attributes, except the apr_pool_t will
186 APR_DECLARE(apr_status_t) apr_pool_create_ex(apr_pool_t **newpool,
187 apr_pool_t *parent
    [all...]
  /webstack/webstack/trunk/src/httpd-2.2.3/srclib/apr/include/
apr_pools.h 33 * we can delete everything in the per-transaction apr_pool_t without fear,
54 typedef struct apr_pool_t apr_pool_t; typedef in typeref:struct:apr_pool_t
61 * the apr_pool_t that is associated with the data type.
68 * APR_DECLARE(apr_pool_t *) apr_file_pool_get(apr_file_t *ob);
76 APR_DECLARE(apr_pool_t *) apr_##type##_pool_get \
86 APR_DECLARE(apr_pool_t *) apr_##type##_pool_get \
180 * of its parent pool's attributes, except the apr_pool_t will
186 APR_DECLARE(apr_status_t) apr_pool_create_ex(apr_pool_t **newpool,
187 apr_pool_t *parent
    [all...]
  /webstack/webstack/trunk/src/httpd-2.2.6/srclib/apr/include/
apr_pools.h 33 * we can delete everything in the per-transaction apr_pool_t without fear,
54 typedef struct apr_pool_t apr_pool_t; typedef in typeref:struct:apr_pool_t
61 * the apr_pool_t that is associated with the data type.
68 * APR_DECLARE(apr_pool_t *) apr_file_pool_get(apr_file_t *ob);
76 APR_DECLARE(apr_pool_t *) apr_##type##_pool_get \
86 APR_DECLARE(apr_pool_t *) apr_##type##_pool_get \
180 * of its parent pool's attributes, except the apr_pool_t will
186 APR_DECLARE(apr_status_t) apr_pool_create_ex(apr_pool_t **newpool,
187 apr_pool_t *parent
    [all...]
  /webstack/webstack/branches/CoolStack12Rtm/src/httpd-2.2.6/srclib/apr/memory/unix/
apr_pools.c 74 apr_pool_t *owner;
133 apr_pool_t *pool)
138 APR_DECLARE(apr_pool_t *) apr_allocator_owner_get(apr_allocator_t *allocator)
434 /* The ref field in the apr_pool_t struct holds a
440 struct apr_pool_t { struct
441 apr_pool_t *parent;
442 apr_pool_t *child;
443 apr_pool_t *sibling;
444 apr_pool_t **ref;
459 apr_pool_t *joined; /* the caller has guaranteed that this poo
    [all...]
  /webstack/webstack/trunk/src/httpd-2.2.3/srclib/apr/memory/unix/
apr_pools.c 74 apr_pool_t *owner;
133 apr_pool_t *pool)
138 APR_DECLARE(apr_pool_t *) apr_allocator_owner_get(apr_allocator_t *allocator)
434 /* The ref field in the apr_pool_t struct holds a
440 struct apr_pool_t { struct
441 apr_pool_t *parent;
442 apr_pool_t *child;
443 apr_pool_t *sibling;
444 apr_pool_t **ref;
459 apr_pool_t *joined; /* the caller has guaranteed that this poo
    [all...]
  /webstack/webstack/trunk/src/httpd-2.2.6/srclib/apr/memory/unix/
apr_pools.c 74 apr_pool_t *owner;
133 apr_pool_t *pool)
138 APR_DECLARE(apr_pool_t *) apr_allocator_owner_get(apr_allocator_t *allocator)
434 /* The ref field in the apr_pool_t struct holds a
440 struct apr_pool_t { struct
441 apr_pool_t *parent;
442 apr_pool_t *child;
443 apr_pool_t *sibling;
444 apr_pool_t **ref;
459 apr_pool_t *joined; /* the caller has guaranteed that this poo
    [all...]

Completed in 240 milliseconds