ngx_strcasecmp   1058 core/ngx_conf_file.c     if (ngx_strcasecmp(value[1].data, (u_char *) "on") == 0) {
ngx_strcasecmp   1061 core/ngx_conf_file.c     } else if (ngx_strcasecmp(value[1].data, (u_char *) "off") == 0) {
ngx_strcasecmp   1395 core/ngx_conf_file.c             || ngx_strcasecmp(e[i].name.data, value[1].data) != 0)
ngx_strcasecmp   1430 core/ngx_conf_file.c                 || ngx_strcasecmp(mask[m].name.data, value[i].data) != 0)
ngx_strcasecmp    156 core/ngx_string.h ngx_int_t ngx_strcasecmp(u_char *s1, u_char *s2);
ngx_strcasecmp    575 http/modules/ngx_http_browser_module.c         if (ngx_strcasecmp(mask[n].browser, value[1].data) == 0) {
ngx_strcasecmp   1219 http/modules/ngx_http_charset_filter_module.c     if (ngx_strcasecmp(value[2].data, (u_char *) "utf-8") == 0) {
ngx_strcasecmp   1455 http/modules/ngx_http_charset_filter_module.c         if (ngx_strcasecmp(name->data, c[i].name.data) == 0) {
ngx_strcasecmp   1473 http/modules/ngx_http_charset_filter_module.c     if (ngx_strcasecmp(name->data, (u_char *) "utf-8") == 0) {
ngx_strcasecmp   2343 http/modules/ngx_http_fastcgi_module.c                 if (ngx_strcasecmp(h->key.data, src[i].key.data) == 0) {
ngx_strcasecmp    586 http/modules/ngx_http_headers_filter_module.c         if (ngx_strcasecmp(value[1].data, set[i].name.data) != 0) {
ngx_strcasecmp    941 http/modules/ngx_http_log_module.c             && ngx_strcasecmp(fmt[i].name.data, name.data) == 0)
ngx_strcasecmp   2166 http/modules/ngx_http_proxy_module.c             if (ngx_strcasecmp(h->key.data, src[i].key.data) == 0) {
ngx_strcasecmp   1350 http/modules/ngx_http_scgi_module.c                 if (ngx_strcasecmp(h->key.data, src[i].key.data) == 0) {
ngx_strcasecmp   1408 http/modules/ngx_http_uwsgi_module.c                 if (ngx_strcasecmp(h->key.data, src[i].key.data) == 0) {
ngx_strcasecmp   3690 http/ngx_http_core_module.c         if (ngx_strcasecmp(value[i].data, (u_char *) "$hostname") == 0) {
ngx_strcasecmp   3897 http/ngx_http_core_module.c             if (ngx_strcasecmp(value[i].data, name->name) == 0) {
ngx_strcasecmp   4398 http/ngx_http_upstream.c                 if (ngx_strcasecmp(h[i].data, hk[j].key.data) == 0) {
ngx_strcasecmp   4430 http/ngx_http_upstream.c                 if (ngx_strcasecmp(h[i].data, hk[j].key.data) == 0) {
ngx_strcasecmp    172 mail/ngx_mail_pop3_module.c         if (ngx_strcasecmp(c[i].data, (u_char *) "USER") == 0) {
ngx_strcasecmp    251 mail/ngx_mail_pop3_module.c         if (ngx_strcasecmp(c[i].data, (u_char *) "USER") == 0) {