Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_parse.c44 #define ngx_str4cmp(m, c0, c1, c2, c3) \ macro
76 #define ngx_str4cmp(m, c0, c1, c2, c3) \ macro
204 if (ngx_str4cmp(m, 'H', 'E', 'A', 'D')) { in ngx_http_parse_request_line()