Searched defs:hdr_bad (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/dav/main/
H A Dprops.c706 apr_text_header hdr_bad = { 0 }; local
846 if (hdr_bad.first == NULL) {
847 apr_text_append(propdb->p, &hdr_bad,
853 dav_output_prop_name(propdb->p, &name, xi, &hdr_bad);
865 if (hdr_bad.first != NULL) {
867 apr_text_append(propdb->p, &hdr_bad,
874 result.propstats = hdr_bad.first;
878 hdr_good.last->next = hdr_bad.first;

Completed in 1299 milliseconds