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

/httpd/modules/dav/main/
H A Dmod_dav.c1610 apr_array_header_t *uri_ary; local
1687 uri_ary = apr_array_make(r->pool, 5, sizeof(const char *));
1688 dav_run_gather_propsets(uri_ary);
1689 for (i = 0; i < uri_ary->nelts; ++i) {
1690 if (((char **)uri_ary->elts)[i] != NULL)
1691 apr_table_addn(r->headers_out, "DAV", ((char **)uri_ary->elts)[i]);

Completed in 887 milliseconds