Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libfetch/
H A Dhttp.c713 http_header_lex(const char **cpp, char *buf) in http_header_lex() function
771 lex = http_header_lex(&cp, key); in http_parse_authenticate()
801 lex = http_header_lex(&cp, key); in http_parse_authenticate()
806 lex = http_header_lex(&cp, buf); in http_parse_authenticate()
811 lex = http_header_lex(&cp, value); in http_parse_authenticate()
838 lex = http_header_lex(&cp, key); in http_parse_authenticate()