Searched refs:ngx_str6cmp (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_parse.c | 51 #define ngx_str6cmp(m, c0, c1, c2, c3, c4, c5) \ macro 82 #define ngx_str6cmp(m, c0, c1, c2, c3, c4, c5) \ macro 231 if (ngx_str6cmp(m, 'D', 'E', 'L', 'E', 'T', 'E')) { in ngx_http_parse_request_line() 236 if (ngx_str6cmp(m, 'U', 'N', 'L', 'O', 'C', 'K')) { in ngx_http_parse_request_line()
|