Home
last modified time | relevance | path

Searched refs:ngx_strcasecmp (Results 1 – 18 of 18) sorted by relevance

/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_pop3_module.c175 if (ngx_strcasecmp(c[i].data, (u_char *) "USER") == 0) { in ngx_mail_pop3_merge_srv_conf()
310 if (ngx_strcasecmp(c[i].data, (u_char *) "USER") == 0) { in ngx_mail_pop3_merge_srv_conf()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_conf_file.c1042 if (ngx_strcasecmp(value[1].data, (u_char *) "on") == 0) { in ngx_conf_set_flag_slot()
1045 } else if (ngx_strcasecmp(value[1].data, (u_char *) "off") == 0) { in ngx_conf_set_flag_slot()
1371 || ngx_strcasecmp(e[i].name.data, value[1].data) != 0) in ngx_conf_set_enum_slot()
1406 || ngx_strcasecmp(mask[m].name.data, value[i].data) != 0) in ngx_conf_set_bitmask_slot()
H A Dngx_string.h161 ngx_int_t ngx_strcasecmp(u_char *s1, u_char *s2);
H A Dngx_string.c587 ngx_strcasecmp(u_char *s1, u_char *s2) in ngx_strcasecmp() function
H A Dngx_resolver.c3098 if (ngx_strcasecmp(&buf[i], (u_char *) "\7in-addr\4arpa") == 0) { in ngx_resolver_process_ptr()
3141 if (ngx_strcasecmp(&buf[i], (u_char *) "\3ip6\4arpa") == 0) { in ngx_resolver_process_ptr()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_charset_filter_module.c1224 if (ngx_strcasecmp(value[2].data, (u_char *) "utf-8") == 0) { in ngx_http_charset_map_block()
1460 if (ngx_strcasecmp(name->data, c[i].name.data) == 0) { in ngx_http_add_charset()
1478 if (ngx_strcasecmp(name->data, (u_char *) "utf-8") == 0) { in ngx_http_add_charset()
H A Dngx_http_browser_module.c575 if (ngx_strcasecmp(mask[n].browser, value[1].data) == 0) { in ngx_http_modern_browser()
H A Dngx_http_headers_filter_module.c828 if (ngx_strcasecmp(value[1].data, set[i].name.data) != 0) { in ngx_http_headers_add()
H A Dngx_http_log_module.c1351 && ngx_strcasecmp(fmt[i].name.data, name.data) == 0) in ngx_http_log_set_log()
H A Dngx_http_scgi_module.c1689 if (ngx_strcasecmp(h->key.data, src[i].key.data) == 0) { in ngx_http_scgi_init_params()
H A Dngx_http_uwsgi_module.c1958 if (ngx_strcasecmp(h->key.data, src[i].key.data) == 0) { in ngx_http_uwsgi_init_params()
H A Dngx_http_fastcgi_module.c3229 if (ngx_strcasecmp(h->key.data, src[i].key.data) == 0) { in ngx_http_fastcgi_init_params()
H A Dngx_http_grpc_module.c4429 if (ngx_strcasecmp(h->key.data, src[i].key.data) == 0) { in ngx_http_grpc_init_headers()
H A Dngx_http_proxy_module.c3497 if (ngx_strcasecmp(h->key.data, src[i].key.data) == 0) { in ngx_http_proxy_init_headers()
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dnginx.xs350 || ngx_strcasecmp(p, h[i].key.data) != 0)
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_log_module.c1080 && ngx_strcasecmp(fmt[i].name.data, name.data) == 0) in ngx_stream_log_set_log()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c4181 if (ngx_strcasecmp(value[i].data, (u_char *) "$hostname") == 0) { in ngx_http_core_server_name()
4389 if (ngx_strcasecmp(value[i].data, name->name) == 0) { in ngx_http_core_limit_except()
H A Dngx_http_upstream.c6334 if (ngx_strcasecmp(h[i].data, hk[j].key.data) == 0) { in ngx_http_upstream_hide_headers_hash()
6366 if (ngx_strcasecmp(h[i].data, hk[j].key.data) == 0) { in ngx_http_upstream_hide_headers_hash()