Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libfetch/
Dhttp.c704 typedef enum {HTTPHL_WORD=256, HTTPHL_STRING=257, HTTPHL_END=258, enumerator
738 return (HTTPHL_WORD); in http_header_lex()
772 if (lex != HTTPHL_WORD) in http_parse_authenticate()
802 if (lex != HTTPHL_WORD) in http_parse_authenticate()
812 if (lex != HTTPHL_WORD && lex != HTTPHL_STRING) in http_parse_authenticate()
843 if (lex == HTTPHL_WORD) in http_parse_authenticate()