Home
last modified time | relevance | path

Searched defs:apr_array_header_t (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/apr/include/
H A Dapr_tables.h59 typedef struct apr_array_header_t apr_array_header_t; typedef
62 struct apr_array_header_t { struct
64 apr_pool_t *pool;
66 int elt_size;
68 int nelts;
70 int nalloc;
72 char *elts;
/freebsd-13.1/contrib/apr-util/hooks/
H A Dapr_hooks.c323 APU_DECLARE(apr_array_header_t *) apr_optional_hook_get(const char *szName) in APU_DECLARE() argument