Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libfetch/
H A Dhttp.c712 http_header_lex(const char **cpp, char *buf) in http_header_lex() function
770 lex = http_header_lex(&cp, key); in http_parse_authenticate()
800 lex = http_header_lex(&cp, key); in http_parse_authenticate()
805 lex = http_header_lex(&cp, buf); in http_parse_authenticate()
810 lex = http_header_lex(&cp, value); in http_parse_authenticate()
837 lex = http_header_lex(&cp, key); in http_parse_authenticate()