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

/freebsd-13-stable/lib/libfetch/
H A Dhttp.c377 } hdr_names[] = { variable in typeref:struct:__anon7611
588 for (i = 0; hdr_names[i].num != hdr_unknown; i++)
589 if ((*p = http_match(hdr_names[i].name, hbuf->buf)) != NULL)
590 return (hdr_names[i].num);

Completed in 94 milliseconds