Home
last modified time | relevance | path

Searched refs:hdr_names (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libfetch/
H A Dhttp.c375 } hdr_names[] = { variable
586 for (i = 0; hdr_names[i].num != hdr_unknown; i++) in http_next_header()
587 if ((*p = http_match(hdr_names[i].name, hbuf->buf)) != NULL) in http_next_header()
588 return (hdr_names[i].num); in http_next_header()