Searched refs:ngx_strcasecmp (Results 1 – 18 of 18) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail_pop3_module.c | 175 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 D | ngx_conf_file.c | 1042 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 D | ngx_string.h | 161 ngx_int_t ngx_strcasecmp(u_char *s1, u_char *s2);
|
| H A D | ngx_string.c | 587 ngx_strcasecmp(u_char *s1, u_char *s2) in ngx_strcasecmp() function
|
| H A D | ngx_resolver.c | 3098 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 D | ngx_http_charset_filter_module.c | 1224 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 D | ngx_http_browser_module.c | 575 if (ngx_strcasecmp(mask[n].browser, value[1].data) == 0) { in ngx_http_modern_browser()
|
| H A D | ngx_http_headers_filter_module.c | 828 if (ngx_strcasecmp(value[1].data, set[i].name.data) != 0) { in ngx_http_headers_add()
|
| H A D | ngx_http_log_module.c | 1351 && ngx_strcasecmp(fmt[i].name.data, name.data) == 0) in ngx_http_log_set_log()
|
| H A D | ngx_http_scgi_module.c | 1689 if (ngx_strcasecmp(h->key.data, src[i].key.data) == 0) { in ngx_http_scgi_init_params()
|
| H A D | ngx_http_uwsgi_module.c | 1958 if (ngx_strcasecmp(h->key.data, src[i].key.data) == 0) { in ngx_http_uwsgi_init_params()
|
| H A D | ngx_http_fastcgi_module.c | 3229 if (ngx_strcasecmp(h->key.data, src[i].key.data) == 0) { in ngx_http_fastcgi_init_params()
|
| H A D | ngx_http_grpc_module.c | 4429 if (ngx_strcasecmp(h->key.data, src[i].key.data) == 0) { in ngx_http_grpc_init_headers()
|
| H A D | ngx_http_proxy_module.c | 3497 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 D | nginx.xs | 350 || ngx_strcasecmp(p, h[i].key.data) != 0)
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_log_module.c | 1080 && 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 D | ngx_http_core_module.c | 4181 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 D | ngx_http_upstream.c | 6334 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()
|