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

/httpd/modules/metadata/
H A Dmod_headers.c98 hdr_edit = 'r', /* change value by regexp, match once */ enumerator in enum:__anon252
401 else if (hdr->action == hdr_edit || hdr->action == hdr_edit_r ) {
464 new->action = hdr_edit;
473 if (new->action == hdr_edit || new->action == hdr_edit_r) {
653 if (hdr->action == hdr_edit) {
814 case hdr_edit:

Completed in 540 milliseconds