Searched defs:apr_pool_t (Results 1 – 2 of 2) sorted by relevance
500 struct apr_pool_t { struct501 apr_pool_t *parent; argument502 apr_pool_t *child; argument503 apr_pool_t *sibling; argument504 apr_pool_t **ref; argument519 apr_pool_t *joined; /* the caller has guaranteed that this pool argument538 #define SIZEOF_POOL_T APR_ALIGN_DEFAULT(sizeof(apr_pool_t)) argument
60 typedef struct apr_pool_t apr_pool_t; typedef