ngx_strncmp       483 core/nginx.c               || ngx_strncmp(var[i].data, "TZ=", 3) == 0)
ngx_strncmp       512 core/nginx.c               if (ngx_strncmp(*p, var[i].data, var[i].len) == 0
ngx_strncmp       544 core/nginx.c               if (ngx_strncmp(*p, var[i].data, var[i].len) == 0
ngx_strncmp      1069 core/nginx.c               || ngx_strncmp(ccf->lock_file.data, lock_file.data, lock_file.len)
ngx_strncmp       446 core/ngx_cycle.c             if (ngx_strncmp(shm_zone[i].shm.name.data,
ngx_strncmp       640 core/ngx_cycle.c                 && ngx_strncmp(oshm_zone[i].shm.name.data,
ngx_strncmp      1286 core/ngx_cycle.c         if (ngx_strncmp(name->data, shm_zone[i].shm.name.data, name->len)
ngx_strncmp       367 core/ngx_file.c         if (ngx_strncmp(p, "user:", sizeof("user:") - 1) == 0) {
ngx_strncmp       371 core/ngx_file.c         } else if (ngx_strncmp(p, "group:", sizeof("group:") - 1) == 0) {
ngx_strncmp       375 core/ngx_file.c         } else if (ngx_strncmp(p, "all:", sizeof("all:") - 1) == 0) {
ngx_strncmp       539 core/ngx_hash.c             if (ngx_strncmp(names[n].key.data, names[i].key.data, len) != 0) {
ngx_strncmp       787 core/ngx_hash.c             if (ngx_strncmp(key->data, name[i].data, last) == 0) {
ngx_strncmp       842 core/ngx_hash.c                 if (ngx_strncmp(&key->data[1], name[i].data, len) == 0) {
ngx_strncmp       949 core/ngx_hash.c             if (ngx_strncmp(key->data + skip, name[i].data, len) == 0) {
ngx_strncmp      1537 core/ngx_resolver.c         || ngx_strncmp(name.data, rn->name, name.len) != 0)
ngx_strncmp       643 core/ngx_string.c     } while (ngx_strncmp(s1, (u_char *) s2, n) != 0);
ngx_strncmp       672 core/ngx_string.c     } while (ngx_strncmp(s1, (u_char *) s2, n) != 0);
ngx_strncmp       357 http/modules/ngx_http_browser_module.c             && ngx_strncmp(ua, "Mozilla/", sizeof("Mozilla/") - 1) == 0
ngx_strncmp       556 http/modules/ngx_http_dav_module.c         if (ngx_strncmp(dest->value.data, "https://", sizeof("https://") - 1)
ngx_strncmp       567 http/modules/ngx_http_dav_module.c         if (ngx_strncmp(dest->value.data, "http://", sizeof("http://") - 1)
ngx_strncmp       576 http/modules/ngx_http_dav_module.c     if (ngx_strncmp(host, r->headers_in.server.data, len) != 0) {
ngx_strncmp       204 http/modules/ngx_http_degradation_module.c     if (ngx_strncmp(value[1].data, "sbrk=", 5) == 0) {
ngx_strncmp      2368 http/modules/ngx_http_fastcgi_module.c             && ngx_strncmp(src[i].key.data, "HTTP_", sizeof("HTTP_") - 1) == 0)
ngx_strncmp       606 http/modules/ngx_http_limit_req_module.c         if (ngx_strncmp(value[i].data, "zone=", 5) == 0) {
ngx_strncmp       633 http/modules/ngx_http_limit_req_module.c         if (ngx_strncmp(value[i].data, "rate=", 5) == 0) {
ngx_strncmp       638 http/modules/ngx_http_limit_req_module.c             if (ngx_strncmp(p, "r/s", 3) == 0) {
ngx_strncmp       642 http/modules/ngx_http_limit_req_module.c             } else if (ngx_strncmp(p, "r/m", 3) == 0) {
ngx_strncmp       739 http/modules/ngx_http_limit_req_module.c         if (ngx_strncmp(value[i].data, "zone=", 5) == 0) {
ngx_strncmp       753 http/modules/ngx_http_limit_req_module.c         if (ngx_strncmp(value[i].data, "burst=", 6) == 0) {
ngx_strncmp       765 http/modules/ngx_http_limit_req_module.c         if (ngx_strncmp(value[i].data, "nodelay", 7) == 0) {
ngx_strncmp       955 http/modules/ngx_http_log_module.c         if (ngx_strncmp(value[3].data, "buffer=", 7) != 0) {
ngx_strncmp      1139 http/modules/ngx_http_log_module.c                 if (ngx_strncmp(var.data, "apache_bytes_sent", 17) == 0) {
ngx_strncmp      1148 http/modules/ngx_http_log_module.c                         && ngx_strncmp(v->name.data, var.data, var.len) == 0)
ngx_strncmp      1248 http/modules/ngx_http_log_module.c         if (ngx_strncmp(value[i].data, "max=", 4) == 0) {
ngx_strncmp      1258 http/modules/ngx_http_log_module.c         if (ngx_strncmp(value[i].data, "inactive=", 9) == 0) {
ngx_strncmp      1271 http/modules/ngx_http_log_module.c         if (ngx_strncmp(value[i].data, "min_uses=", 9) == 0) {
ngx_strncmp      1281 http/modules/ngx_http_log_module.c         if (ngx_strncmp(value[i].data, "valid=", 6) == 0) {
ngx_strncmp       463 http/modules/ngx_http_map_module.c             if (ngx_strncmp(value[1].data, vp[i]->data, value[1].len) == 0) {
ngx_strncmp       312 http/modules/ngx_http_memcached_module.c     if (ngx_strncmp(p, "VALUE ", sizeof("VALUE ") - 1) == 0) {
ngx_strncmp       316 http/modules/ngx_http_memcached_module.c         if (ngx_strncmp(p, ctx->key.data, ctx->key.len) != 0) {
ngx_strncmp       412 http/modules/ngx_http_memcached_module.c         if (ngx_strncmp(b->last,
ngx_strncmp       463 http/modules/ngx_http_memcached_module.c     if (ngx_strncmp(last, ngx_http_memcached_end, b->last - last) != 0) {
ngx_strncmp       194 http/modules/ngx_http_realip_module.c                 && ngx_strncmp(p, header[i].lowcase_key, len) == 0)
ngx_strncmp       214 http/modules/ngx_http_referer_module.c     if (len < uri->len || ngx_strncmp(uri->data, p, uri->len) != 0) {
ngx_strncmp       344 http/modules/ngx_http_rewrite_module.c     if (ngx_strncmp(value[2].data, "http://", sizeof("http://") - 1) == 0
ngx_strncmp       345 http/modules/ngx_http_rewrite_module.c         || ngx_strncmp(value[2].data, "https://", sizeof("https://") - 1) == 0
ngx_strncmp       346 http/modules/ngx_http_rewrite_module.c         || ngx_strncmp(value[2].data, "$scheme", sizeof("$scheme") - 1) == 0)
ngx_strncmp       460 http/modules/ngx_http_rewrite_module.c             && (ngx_strncmp(p, "http://", sizeof("http://") - 1) == 0
ngx_strncmp       461 http/modules/ngx_http_rewrite_module.c                 || ngx_strncmp(p, "https://", sizeof("https://") - 1) == 0
ngx_strncmp       462 http/modules/ngx_http_rewrite_module.c                 || ngx_strncmp(p, "$scheme", sizeof("$scheme") - 1) == 0))
ngx_strncmp      1375 http/modules/ngx_http_scgi_module.c             && ngx_strncmp(src[i].key.data, "HTTP_", sizeof("HTTP_") - 1) == 0)
ngx_strncmp       729 http/modules/ngx_http_ssi_filter_module.c                             || ngx_strncmp(param[i].key.data, prm->name.data,
ngx_strncmp      1561 http/modules/ngx_http_ssi_filter_module.c         if (ngx_strncmp(name->data, var[i].name.data, name->len) == 0) {
ngx_strncmp      1929 http/modules/ngx_http_ssi_filter_module.c                     && ngx_strncmp(stub->data, bl[i].name.data, stub->len) == 0)
ngx_strncmp      2148 http/modules/ngx_http_ssi_filter_module.c         if (enc->len == 4 && ngx_strncmp(enc->data, "none", 4) == 0) {
ngx_strncmp      2152 http/modules/ngx_http_ssi_filter_module.c         } else if (enc->len == 3 && ngx_strncmp(enc->data, "url", 3) == 0) {
ngx_strncmp      2156 http/modules/ngx_http_ssi_filter_module.c         } else if (enc->len == 6 && ngx_strncmp(enc->data, "entity", 6) == 0) {
ngx_strncmp      2450 http/modules/ngx_http_ssi_filter_module.c             rc = ngx_strncmp(left.data, right.data, right.len);
ngx_strncmp       545 http/modules/ngx_http_ssl_module.c             && ngx_strncmp(value[i].data, "builtin:", sizeof("builtin:") - 1)
ngx_strncmp       561 http/modules/ngx_http_ssl_module.c             && ngx_strncmp(value[i].data, "shared:", sizeof("shared:") - 1)
ngx_strncmp      1433 http/modules/ngx_http_uwsgi_module.c             && ngx_strncmp(src[i].key.data, "HTTP_", sizeof("HTTP_") - 1) == 0)
ngx_strncmp       774 http/modules/perl/ngx_http_perl_module.c     if (ngx_strncmp(p, "sub ", 4) == 0
ngx_strncmp       775 http/modules/perl/ngx_http_perl_module.c         || ngx_strncmp(p, "sub{", 4) == 0
ngx_strncmp       776 http/modules/perl/ngx_http_perl_module.c         || ngx_strncmp(p, "use ", 4) == 0)
ngx_strncmp      1030 http/ngx_http.c             || (ngx_strncmp(name, lx->name->data, len) != 0))
ngx_strncmp      1227 http/ngx_http_core_module.c             if (alias && ngx_strncmp(name, clcf->name.data, alias) == 0) {
ngx_strncmp      2369 http/ngx_http_core_module.c                 || ngx_strncmp(name->data, (*clcfp)->name.data, name->len) != 0)
ngx_strncmp      2727 http/ngx_http_core_module.c             && ngx_strncmp(clcf->name.data, pclcf->name.data, len) != 0)
ngx_strncmp      2729 http/ngx_http_core_module.c         if (ngx_strncmp(clcf->name.data, pclcf->name.data, len) != 0)
ngx_strncmp      3492 http/ngx_http_core_module.c         if (ngx_strncmp(value[n].data, "setfib=", 7) == 0) {
ngx_strncmp      3504 http/ngx_http_core_module.c         if (ngx_strncmp(value[n].data, "backlog=", 8) == 0) {
ngx_strncmp      3518 http/ngx_http_core_module.c         if (ngx_strncmp(value[n].data, "rcvbuf=", 7) == 0) {
ngx_strncmp      3535 http/ngx_http_core_module.c         if (ngx_strncmp(value[n].data, "sndbuf=", 7) == 0) {
ngx_strncmp      3552 http/ngx_http_core_module.c         if (ngx_strncmp(value[n].data, "accept_filter=", 14) == 0) {
ngx_strncmp      3579 http/ngx_http_core_module.c         if (ngx_strncmp(value[n].data, "ipv6only=o", 10) == 0) {
ngx_strncmp      4219 http/ngx_http_core_module.c         if (ngx_strncmp(value[i].data, "max=", 4) == 0) {
ngx_strncmp      4229 http/ngx_http_core_module.c         if (ngx_strncmp(value[i].data, "inactive=", 9) == 0) {
ngx_strncmp      1550 http/ngx_http_file_cache.c         if (ngx_strncmp(value[i].data, "levels=", 7) == 0) {
ngx_strncmp      1587 http/ngx_http_file_cache.c         if (ngx_strncmp(value[i].data, "keys_zone=", 10) == 0) {
ngx_strncmp      1614 http/ngx_http_file_cache.c         if (ngx_strncmp(value[i].data, "inactive=", 9) == 0) {
ngx_strncmp      1629 http/ngx_http_file_cache.c         if (ngx_strncmp(value[i].data, "max_size=", 9) == 0) {
ngx_strncmp       872 http/ngx_http_parse.c                 && ngx_strncmp(r->header_name_start, "HTTP", 4) == 0)
ngx_strncmp      1430 http/ngx_http_script.c         && ngx_strncmp(val->data, res->data, res->len) == 0)
ngx_strncmp      1458 http/ngx_http_script.c         && ngx_strncmp(val->data, res->data, res->len) == 0)
ngx_strncmp      4100 http/ngx_http_upstream.c         if (ngx_strncmp(value[i].data, "weight=", 7) == 0) {
ngx_strncmp      4115 http/ngx_http_upstream.c         if (ngx_strncmp(value[i].data, "max_fails=", 10) == 0) {
ngx_strncmp      4130 http/ngx_http_upstream.c         if (ngx_strncmp(value[i].data, "fail_timeout=", 13) == 0) {
ngx_strncmp      4148 http/ngx_http_upstream.c         if (ngx_strncmp(value[i].data, "backup", 6) == 0) {
ngx_strncmp      4159 http/ngx_http_upstream.c         if (ngx_strncmp(value[i].data, "down", 4) == 0) {
ngx_strncmp       475 http/ngx_http_variables.c     if (ngx_strncmp(name->data, "http_", 5) == 0) {
ngx_strncmp       486 http/ngx_http_variables.c     if (ngx_strncmp(name->data, "sent_http_", 10) == 0) {
ngx_strncmp       497 http/ngx_http_variables.c     if (ngx_strncmp(name->data, "upstream_http_", 14) == 0) {
ngx_strncmp       508 http/ngx_http_variables.c     if (ngx_strncmp(name->data, "cookie_", 7) == 0) {
ngx_strncmp       517 http/ngx_http_variables.c     if (ngx_strncmp(name->data, "arg_", 4) == 0) {
ngx_strncmp      1930 http/ngx_http_variables.c                 && ngx_strncmp(v[i].name.data, key[n].key.data, v[i].name.len)
ngx_strncmp      1945 http/ngx_http_variables.c         if (ngx_strncmp(v[i].name.data, "http_", 5) == 0) {
ngx_strncmp      1952 http/ngx_http_variables.c         if (ngx_strncmp(v[i].name.data, "sent_http_", 10) == 0) {
ngx_strncmp      1959 http/ngx_http_variables.c         if (ngx_strncmp(v[i].name.data, "upstream_http_", 14) == 0) {
ngx_strncmp      1967 http/ngx_http_variables.c         if (ngx_strncmp(v[i].name.data, "cookie_", 7) == 0) {
ngx_strncmp      1974 http/ngx_http_variables.c         if (ngx_strncmp(v[i].name.data, "arg_", 4) == 0) {
ngx_strncmp      1392 mail/ngx_mail_auth_http_module.c     if (ngx_strncmp(u.url.data, "http://", 7) == 0) {
ngx_strncmp       396 mail/ngx_mail_core_module.c         if (ngx_strncmp(value[i].data, "ipv6only=o", 10) == 0) {
ngx_strncmp       769 mail/ngx_mail_proxy_module.c             if (ngx_strncmp(p, s->tag.data, s->tag.len) == 0) {
ngx_strncmp       398 mail/ngx_mail_ssl_module.c             && ngx_strncmp(value[i].data, "builtin:", sizeof("builtin:") - 1)
ngx_strncmp       414 mail/ngx_mail_ssl_module.c             && ngx_strncmp(value[i].data, "shared:", sizeof("shared:") - 1)