Searched refs:ngx_str3_cmp (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_parse.c | 38 #define ngx_str3_cmp(m, c0, c1, c2, c3) \ macro 70 #define ngx_str3_cmp(m, c0, c1, c2, c3) \ macro 167 if (ngx_str3_cmp(m, 'G', 'E', 'T', ' ')) { in ngx_http_parse_request_line() 172 if (ngx_str3_cmp(m, 'P', 'U', 'T', ' ')) { in ngx_http_parse_request_line()
|