Searched refs:apr_table_elts (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/apr/include/
H A Dapr_tables.h98 APR_DECLARE(const apr_array_header_t *) apr_table_elts(const apr_table_t *t);
460 * apr_array_header_t *barr = apr_table_elts(b);
/freebsd-11-stable/contrib/apr/tables/
H A Dapr_tables.c335 * they should use the apr_table_elts() function for most of the
390 APR_DECLARE(const apr_array_header_t *) apr_table_elts(const apr_table_t *t) function
436 const apr_array_header_t *array = apr_table_elts(t);

Completed in 103 milliseconds