ngx_strchr        349 http/modules/ngx_http_autoindex_module.c         entry->colon = (ngx_strchr(entry->name.data, ':') != NULL);
ngx_strchr        610 http/modules/ngx_http_limit_req_module.c             p = (u_char *) ngx_strchr(name.data, ':');
ngx_strchr        451 http/modules/ngx_http_referer_module.c         p = (u_char *) ngx_strchr(value[i].data, '/');
ngx_strchr        592 http/modules/ngx_http_xslt_filter_module.c             p = (u_char *) ngx_strchr(p, '=');
ngx_strchr        611 http/modules/ngx_http_xslt_filter_module.c             p = (u_char *) ngx_strchr(p, ':');
ngx_strchr       3667 http/ngx_http_core_module.c         if (ngx_strchr(value[i].data, '/')) {
ngx_strchr       4065 http/ngx_http_core_module.c         p = (u_char *) ngx_strchr(uri.data, '?');
ngx_strchr       1591 http/ngx_http_file_cache.c             p = (u_char *) ngx_strchr(name.data, ':');
ngx_strchr         90 os/unix/ngx_freebsd_init.c     if (mo && ngx_strchr(mo, 'J')) {