Searched refs:ngx_str5cmp (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_parse.c | 47 #define ngx_str5cmp(m, c0, c1, c2, c3, c4) \ macro 79 #define ngx_str5cmp(m, c0, c1, c2, c3, c4) \ macro 213 if (ngx_str5cmp(m, 'M', 'K', 'C', 'O', 'L')) { in ngx_http_parse_request_line() 218 if (ngx_str5cmp(m, 'P', 'A', 'T', 'C', 'H')) { in ngx_http_parse_request_line() 223 if (ngx_str5cmp(m, 'T', 'R', 'A', 'C', 'E')) { in ngx_http_parse_request_line()
|