Searched defs:apr_array_header_t (Results 1 – 1 of 1) sorted by relevance
59 typedef struct apr_array_header_t apr_array_header_t; typedef62 struct apr_array_header_t { struct64 apr_pool_t *pool;66 int elt_size;68 int nelts;70 int nalloc;72 char *elts;