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

/freebsd-9.3-release/lib/libfetch/
H A Dhttp.c371 } hdr_names[] = { variable in typeref:struct:__anon5213
582 for (i = 0; hdr_names[i].num != hdr_unknown; i++)
583 if ((*p = http_match(hdr_names[i].name, hbuf->buf)) != NULL)
584 return (hdr_names[i].num);

Completed in 42 milliseconds