Home
last modified time | relevance | path

Searched refs:ngx_strchr (Results 1 – 13 of 13) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_freebsd_init.c94 if (mo && ngx_strchr(mo, 'J')) { in ngx_debug_init()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_syslog.c102 comma = (u_char *) ngx_strchr(p, ','); in ngx_syslog_parse_args()
H A Dngx_string.h65 #define ngx_strchr(s1, c) strchr((const char *) s1, (int) c) macro
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_xslt_filter_module.c706 p = (u_char *) ngx_strchr(p, '='); in ngx_http_xslt_params()
725 p = (u_char *) ngx_strchr(p, ':'); in ngx_http_xslt_params()
H A Dngx_http_slice_filter_module.c464 if (ngx_strchr(p, ',')) { in ngx_http_slice_get_start()
H A Dngx_http_referer_module.c528 p = (u_char *) ngx_strchr(value[i].data, '/'); in ngx_http_valid_referers()
H A Dngx_http_limit_conn_module.c529 p = (u_char *) ngx_strchr(name.data, ':'); in ngx_http_limit_conn_zone()
H A Dngx_http_limit_req_module.c783 p = (u_char *) ngx_strchr(name.data, ':'); in ngx_http_limit_req_zone()
H A Dngx_http_proxy_module.c2563 p = (u_char *) ngx_strchr(h->value.data, ';'); in ngx_http_proxy_rewrite_cookie()
2622 p = (u_char *) ngx_strchr(value, ';'); in ngx_http_proxy_rewrite_cookie_value()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_limit_conn_module.c505 p = (u_char *) ngx_strchr(name.data, ':'); in ngx_stream_limit_conn_zone()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c4165 if (ngx_strchr(value[i].data, '/')) { in ngx_http_core_server_name()
4667 p = (u_char *) ngx_strchr(uri.data, '?'); in ngx_http_core_error_page()
H A Dngx_http_file_cache.c2419 p = (u_char *) ngx_strchr(name.data, ':'); in ngx_http_file_cache_set_slot()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl.c714 last = (u_char *) ngx_strchr(p, ':'); in ngx_ssl_load_certificate_key()