Lines Matching defs:first
449 * default to 500 Internal Server Error if first->status
526 dav_response *first,
537 for (; first != NULL; first = first->next) {
539 dav_send_one_response(first, bb, r->output_filters, subpool);
556 /* ### should have a directive to log the first or all */
1658 for (t = hoptions.first; t && t->text; t = t->next)
1678 for (t = vsn_options.first; t != NULL; t = t->next)
1818 for (t = hoptions.first; t && t->text; t = t->next)
1828 /* first, compute total length */
1879 /* check for something we recognize first */
1918 for (t = body.first; t != NULL; t = t->next)
1952 ctx->propstat_404 = hdr.first;
2215 return hdr.first;
2242 return hdr.first;
2361 /* do a first pass to ensure that all "remove" properties exist */
2938 /* If destination is being replaced, remove it first
4585 /* If target exists, remove it first (we know Ovewrite must be TRUE).