ngx_strchr         88 src/core/ngx_syslog.c         comma = (u_char *) ngx_strchr(p, ',');
ngx_strchr        400 src/event/ngx_event_openssl.c         last = (u_char *) ngx_strchr(p, ':');
ngx_strchr        529 src/http/modules/ngx_http_limit_conn_module.c             p = (u_char *) ngx_strchr(name.data, ':');
ngx_strchr        770 src/http/modules/ngx_http_limit_req_module.c             p = (u_char *) ngx_strchr(name.data, ':');
ngx_strchr       2521 src/http/modules/ngx_http_proxy_module.c     p = (u_char *) ngx_strchr(h->value.data, ';');
ngx_strchr       2580 src/http/modules/ngx_http_proxy_module.c     p = (u_char *) ngx_strchr(value, ';');
ngx_strchr        517 src/http/modules/ngx_http_referer_module.c         p = (u_char *) ngx_strchr(value[i].data, '/');
ngx_strchr        695 src/http/modules/ngx_http_xslt_filter_module.c             p = (u_char *) ngx_strchr(p, '=');
ngx_strchr        714 src/http/modules/ngx_http_xslt_filter_module.c             p = (u_char *) ngx_strchr(p, ':');
ngx_strchr       4339 src/http/ngx_http_core_module.c         if (ngx_strchr(value[i].data, '/')) {
ngx_strchr       4841 src/http/ngx_http_core_module.c         p = (u_char *) ngx_strchr(uri.data, '?');
ngx_strchr       2263 src/http/ngx_http_file_cache.c             p = (u_char *) ngx_strchr(name.data, ':');
ngx_strchr         92 src/os/unix/ngx_freebsd_init.c     if (mo && ngx_strchr(mo, 'J')) {