Searched refs:hdr_name (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/libexec/httpd/ |
H A D | cgi-bozo.c | 129 char *hdr_name, *hdr_value; in finish_cgi_output() local 131 if (parse_header(request, str, len, &hdr_name, &hdr_value)) in finish_cgi_output() 145 if (strcasecmp(hdr_name, "status") == 0) { in finish_cgi_output() 153 free(hdr_name); in finish_cgi_output() 158 hdr->h_header = hdr_name; in finish_cgi_output()
|
/netbsd-src/external/bsd/atf/dist/tools/ |
H A D | parser.cpp | 249 std::string hdr_name = t.text(); in read() local 274 he = impl::header_entry(hdr_name, hdr_value, attrs); in read()
|
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/ |
H A D | cleanup_milter.c | 1306 const char *hdr_name) in cleanup_del_header() argument 1316 msg_info("%s: %ld \"%s\"", myname, (long) index, hdr_name); in cleanup_del_header() 1321 if (*hdr_name == 0) in cleanup_del_header() 1337 header_offset = cleanup_find_header_start(state, index, hdr_name, rec_buf, in cleanup_del_header()
|