ngx_str5cmp 213 src/http/ngx_http_parse.c if (ngx_str5cmp(m, 'M', 'K', 'C', 'O', 'L')) { ngx_str5cmp 218 src/http/ngx_http_parse.c if (ngx_str5cmp(m, 'P', 'A', 'T', 'C', 'H')) { ngx_str5cmp 223 src/http/ngx_http_parse.c if (ngx_str5cmp(m, 'T', 'R', 'A', 'C', 'E')) { ngx_str5cmp 3010 src/http/ngx_http_spdy.c if (r->header_end - p < 8 || !(ngx_str5cmp(p, 'H', 'T', 'T', 'P', '/'))) {