Searched refs:ngx_str3Ocmp (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_parse.c | 41 #define ngx_str3Ocmp(m, c0, c1, c2, c3) \ macro 73 #define ngx_str3Ocmp(m, c0, c1, c2, c3) \ macro 182 if (ngx_str3Ocmp(m, 'P', 'O', 'S', 'T')) { in ngx_http_parse_request_line() 187 if (ngx_str3Ocmp(m, 'C', 'O', 'P', 'Y')) { in ngx_http_parse_request_line() 192 if (ngx_str3Ocmp(m, 'M', 'O', 'V', 'E')) { in ngx_http_parse_request_line() 197 if (ngx_str3Ocmp(m, 'L', 'O', 'C', 'K')) { in ngx_http_parse_request_line()
|