Home
last modified time | relevance | path

Searched refs:NGX_MAX_CONF_ERRSTR (Results 1 – 12 of 12) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_rewrite_module.c309 u_char errstr[NGX_MAX_CONF_ERRSTR]; in ngx_http_rewrite()
324 rc.err.len = NGX_MAX_CONF_ERRSTR; in ngx_http_rewrite()
652 u_char errstr[NGX_MAX_CONF_ERRSTR]; in ngx_http_rewrite_if_condition()
760 rc.err.len = NGX_MAX_CONF_ERRSTR; in ngx_http_rewrite_if_condition()
H A Dngx_http_map_module.c532 u_char errstr[NGX_MAX_CONF_ERRSTR]; in ngx_http_map()
551 rc.err.len = NGX_MAX_CONF_ERRSTR; in ngx_http_map()
H A Dngx_http_referer_module.c591 u_char errstr[NGX_MAX_CONF_ERRSTR]; in ngx_http_add_regex_referer()
618 rc.err.len = NGX_MAX_CONF_ERRSTR; in ngx_http_add_regex_referer()
H A Dngx_http_ssi_filter_module.c1883 u_char *p, errstr[NGX_MAX_CONF_ERRSTR]; in ngx_http_ssi_regex_match()
1895 rgc.err.len = NGX_MAX_CONF_ERRSTR; in ngx_http_ssi_regex_match()
H A Dngx_http_fastcgi_module.c3566 u_char errstr[NGX_MAX_CONF_ERRSTR]; in ngx_http_fastcgi_split_path_info()
3576 rc.err.len = NGX_MAX_CONF_ERRSTR; in ngx_http_fastcgi_split_path_info()
H A Dngx_http_proxy_module.c4050 u_char errstr[NGX_MAX_CONF_ERRSTR]; in ngx_http_proxy_rewrite_regex()
4056 rc.err.len = NGX_MAX_CONF_ERRSTR; in ngx_http_proxy_rewrite_regex()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_map_module.c531 u_char errstr[NGX_MAX_CONF_ERRSTR]; in ngx_stream_map()
550 rc.err.len = NGX_MAX_CONF_ERRSTR; in ngx_stream_map()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_conf_file.h74 #define NGX_MAX_CONF_ERRSTR 1024 macro
H A Dngx_conf_file.c995 u_char errstr[NGX_MAX_CONF_ERRSTR], *p, *last; in ngx_conf_log_error()
998 last = errstr + NGX_MAX_CONF_ERRSTR; in ngx_conf_log_error()
H A Dngx_log.c247 u_char errstr[NGX_MAX_CONF_ERRSTR]; in ngx_log_abort()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c3066 u_char errstr[NGX_MAX_CONF_ERRSTR]; in ngx_http_core_regex_location()
3071 rc.err.len = NGX_MAX_CONF_ERRSTR; in ngx_http_core_regex_location()
4197 u_char errstr[NGX_MAX_CONF_ERRSTR]; in ngx_http_core_server_name()
4211 rc.err.len = NGX_MAX_CONF_ERRSTR; in ngx_http_core_server_name()
4888 u_char errstr[NGX_MAX_CONF_ERRSTR]; in ngx_http_gzip_disable()
4903 rc.err.len = NGX_MAX_CONF_ERRSTR; in ngx_http_gzip_disable()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl.c2988 u_char errstr[NGX_MAX_CONF_ERRSTR]; in ngx_ssl_error()
2991 last = errstr + NGX_MAX_CONF_ERRSTR; in ngx_ssl_error()