Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_http_parse.c18 static u_char *nxt_http_lookup_field_end(u_char *p, const u_char *end);
655 p = nxt_http_lookup_field_end(p, end); in nxt_http_parse_field_value()
707 nxt_http_lookup_field_end(u_char *p, const u_char *end) in nxt_http_lookup_field_end() function