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

/httpd/modules/dav/main/
H A Dmod_dav.c1655 apr_text_header hoptions = { 0 }; local
1657 options->dav_header(r, resource, &hoptions);
1658 for (t = hoptions.first; t && t->text; t = t->next)
1815 apr_text_header hoptions = { 0 }; local
1817 options->dav_method(r, resource, &hoptions);
1818 for (t = hoptions.first; t && t->text; t = t->next)

Completed in 543 milliseconds