Searched refs:ngx_strchr (Results 1 – 13 of 13) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_freebsd_init.c | 94 if (mo && ngx_strchr(mo, 'J')) { in ngx_debug_init()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_syslog.c | 102 comma = (u_char *) ngx_strchr(p, ','); in ngx_syslog_parse_args()
|
| H A D | ngx_string.h | 65 #define ngx_strchr(s1, c) strchr((const char *) s1, (int) c) macro
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_xslt_filter_module.c | 706 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 D | ngx_http_slice_filter_module.c | 464 if (ngx_strchr(p, ',')) { in ngx_http_slice_get_start()
|
| H A D | ngx_http_referer_module.c | 528 p = (u_char *) ngx_strchr(value[i].data, '/'); in ngx_http_valid_referers()
|
| H A D | ngx_http_limit_conn_module.c | 529 p = (u_char *) ngx_strchr(name.data, ':'); in ngx_http_limit_conn_zone()
|
| H A D | ngx_http_limit_req_module.c | 783 p = (u_char *) ngx_strchr(name.data, ':'); in ngx_http_limit_req_zone()
|
| H A D | ngx_http_proxy_module.c | 2563 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 D | ngx_stream_limit_conn_module.c | 505 p = (u_char *) ngx_strchr(name.data, ':'); in ngx_stream_limit_conn_zone()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_core_module.c | 4165 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 D | ngx_http_file_cache.c | 2419 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 D | ngx_event_openssl.c | 714 last = (u_char *) ngx_strchr(p, ':'); in ngx_ssl_load_certificate_key()
|