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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_tables.h241 APR_DECLARE(apr_table_t *) apr_table_copy(apr_pool_t *p,
/freebsd-11-stable/contrib/apr/tables/
H A Dapr_tables.c412 APR_DECLARE(apr_table_t *) apr_table_copy(apr_pool_t *p, const apr_table_t *t) function
421 fprintf(stderr, "apr_table_copy: t's pool is not an ancestor of p\n");

Completed in 236 milliseconds