Searched refs:apr_array_cat (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_tables.h174 APR_DECLARE(void) apr_array_cat(apr_array_header_t *dst,
/macosx-10.10/apr-32/apr/apr/tables/
H A Dapr_tables.c143 APR_DECLARE(void) apr_array_cat(apr_array_header_t *dst, function
219 apr_array_cat(res, second);
860 apr_array_cat(&res->a, &base->a);
1198 apr_array_cat(&t->a,&s->a);
/macosx-10.10/apache-793/httpd/modules/http/
H A Dhttp_protocol.c1037 apr_array_cat(allow, r->allowed_methods->method_list);

Completed in 73 milliseconds