| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_syslog.c | 112 if (ngx_strncmp(p, "server=", 7) == 0) { in ngx_syslog_parse_args() 138 } else if (ngx_strncmp(p, "facility=", 9) == 0) { in ngx_syslog_parse_args() 158 } else if (ngx_strncmp(p, "severity=", 9) == 0) { in ngx_syslog_parse_args() 178 } else if (ngx_strncmp(p, "tag=", 4) == 0) { in ngx_syslog_parse_args() 211 } else if (len == 10 && ngx_strncmp(p, "nohostname", 10) == 0) { in ngx_syslog_parse_args()
|
| H A D | ngx_crypt.c | 32 if (ngx_strncmp(salt, "$apr1$", sizeof("$apr1$") - 1) == 0) { in ngx_crypt() 35 } else if (ngx_strncmp(salt, "{PLAIN}", sizeof("{PLAIN}") - 1) == 0) { in ngx_crypt() 38 } else if (ngx_strncmp(salt, "{SSHA}", sizeof("{SSHA}") - 1) == 0) { in ngx_crypt() 41 } else if (ngx_strncmp(salt, "{SHA}", sizeof("{SHA}") - 1) == 0) { in ngx_crypt()
|
| H A D | ngx_proxy_protocol.c | 65 if (len < 8 || ngx_strncmp(p, "PROXY ", 6) != 0) { in ngx_proxy_protocol_read() 72 if (len >= 7 && ngx_strncmp(p, "UNKNOWN", 7) == 0) { in ngx_proxy_protocol_read() 79 if (len < 5 || ngx_strncmp(p, "TCP", 3) != 0 in ngx_proxy_protocol_read()
|
| H A D | ngx_thread_pool.c | 435 && ngx_strncmp(tpp[i]->name.data, ngx_thread_pool_default.data, in ngx_thread_pool_init_conf() 480 if (ngx_strncmp(value[i].data, "threads=", 8) == 0) { in ngx_thread_pool() 493 if (ngx_strncmp(value[i].data, "max_queue=", 10) == 0) { in ngx_thread_pool() 572 && ngx_strncmp(tpp[i]->name.data, name->data, name->len) == 0) in ngx_thread_pool_get()
|
| H A D | ngx_hash.c | 546 if (ngx_strncmp(names[n].key.data, names[i].key.data, len) != 0) { in ngx_hash_wildcard_init() 798 if (ngx_strncmp(key->data, name[i].data, last) == 0) { in ngx_hash_add_key() 853 if (ngx_strncmp(&key->data[1], name[i].data, len) == 0) { in ngx_hash_add_key() 949 if (ngx_strncmp(key->data + skip, name[i].data, len) == 0) { in ngx_hash_add_key()
|
| H A D | nginx.c | 549 || ngx_strncmp(var[i].data, "TZ=", 3) == 0) in ngx_set_environment() 578 if (ngx_strncmp(*p, var[i].data, var[i].len) == 0 in ngx_set_environment() 621 if (ngx_strncmp(*p, var[i].data, var[i].len) == 0 in ngx_set_environment() 1174 || ngx_strncmp(ccf->lock_file.data, lock_file.data, lock_file.len) in ngx_core_module_init_conf()
|
| H A D | ngx_log.c | 588 } else if (ngx_strncmp(value[1].data, "memory:", 7) == 0) { 647 } else if (ngx_strncmp(value[1].data, "syslog:", 7) == 0) {
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_limit_req_module.c | 642 || ngx_strncmp(ctx->key.value.data, octx->key.value.data, in ngx_http_limit_req_init_zone() 779 if (ngx_strncmp(value[i].data, "zone=", 5) == 0) { in ngx_http_limit_req_zone() 813 if (ngx_strncmp(value[i].data, "rate=", 5) == 0) { in ngx_http_limit_req_zone() 818 if (ngx_strncmp(p, "r/s", 3) == 0) { in ngx_http_limit_req_zone() 822 } else if (ngx_strncmp(p, "r/m", 3) == 0) { in ngx_http_limit_req_zone() 892 if (ngx_strncmp(value[i].data, "zone=", 5) == 0) { in ngx_http_limit_req() 906 if (ngx_strncmp(value[i].data, "burst=", 6) == 0) { in ngx_http_limit_req() 918 if (ngx_strncmp(value[i].data, "delay=", 6) == 0) { in ngx_http_limit_req()
|
| H A D | ngx_http_rewrite_module.c | 349 if (ngx_strncmp(value[2].data, "http://", sizeof("http://") - 1) == 0 in ngx_http_rewrite() 350 || ngx_strncmp(value[2].data, "https://", sizeof("https://") - 1) == 0 in ngx_http_rewrite() 351 || ngx_strncmp(value[2].data, "$scheme", sizeof("$scheme") - 1) == 0) in ngx_http_rewrite() 465 && (ngx_strncmp(p, "http://", sizeof("http://") - 1) == 0 in ngx_http_rewrite_return() 466 || ngx_strncmp(p, "https://", sizeof("https://") - 1) == 0 in ngx_http_rewrite_return() 467 || ngx_strncmp(p, "$scheme", sizeof("$scheme") - 1) == 0)) in ngx_http_rewrite_return()
|
| H A D | ngx_http_log_module.c | 1285 if (ngx_strncmp(value[1].data, "syslog:", 7) == 0) { in ngx_http_log_set_log() 1370 if (ngx_strncmp(value[i].data, "buffer=", 7) == 0) { in ngx_http_log_set_log() 1385 if (ngx_strncmp(value[i].data, "flush=", 6) == 0) { in ngx_http_log_set_log() 1400 if (ngx_strncmp(value[i].data, "gzip", 4) == 0 in ngx_http_log_set_log() 1433 if (ngx_strncmp(value[i].data, "if=", 3) == 0) { in ngx_http_log_set_log() 1595 if (s < args->nelts && ngx_strncmp(value[s].data, "escape=", 7) == 0) { in ngx_http_log_compile_format() 1680 && ngx_strncmp(v->name.data, var.data, var.len) == 0) in ngx_http_log_compile_format() 1782 if (ngx_strncmp(value[i].data, "max=", 4) == 0) { in ngx_http_log_open_file_cache() 1792 if (ngx_strncmp(value[i].data, "inactive=", 9) == 0) { in ngx_http_log_open_file_cache() 1805 if (ngx_strncmp(value[i].data, "min_uses=", 9) == 0) { in ngx_http_log_open_file_cache() [all …]
|
| H A D | ngx_http_memcached_module.c | 350 if (ngx_strncmp(p, "VALUE ", sizeof("VALUE ") - 1) == 0) { in ngx_http_memcached_process_header() 354 if (ngx_strncmp(p, ctx->key.data, ctx->key.len) != 0) { in ngx_http_memcached_process_header() 488 if (ngx_strncmp(b->last, in ngx_http_memcached_filter() 543 if (ngx_strncmp(last, ngx_http_memcached_end, b->last - last) != 0) { in ngx_http_memcached_filter()
|
| H A D | ngx_http_degradation_module.c | 205 if (ngx_strncmp(value[1].data, "sbrk=", 5) == 0) { in ngx_http_degradation()
|
| H A D | ngx_http_headers_filter_module.c | 478 if (value->len == 5 && ngx_strncmp(value->data, "epoch", 5) == 0) { in ngx_http_parse_expires() 483 if (value->len == 3 && ngx_strncmp(value->data, "max", 3) == 0) { in ngx_http_parse_expires() 488 if (value->len == 3 && ngx_strncmp(value->data, "off", 3) == 0) { in ngx_http_parse_expires()
|
| H A D | ngx_http_slice_filter_module.c | 133 || ngx_strncmp(h->value.data, ctx->etag.data, ctx->etag.len) in ngx_http_slice_header_filter() 297 || ngx_strncmp(h->value.data, "bytes ", 6) != 0) in ngx_http_slice_parse_content_range()
|
| H A D | ngx_http_not_modified_filter_module.c | 219 if (ngx_strncmp(start, etag.data, etag.len) != 0) { in ngx_http_test_if_match()
|
| H A D | ngx_http_limit_conn_module.c | 397 || ngx_strncmp(ctx->key.value.data, octx->key.value.data, in ngx_http_limit_conn_init_zone() 525 if (ngx_strncmp(value[i].data, "zone=", 5) == 0) { in ngx_http_limit_conn_zone()
|
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail_core_module.c | 389 if (ngx_strncmp(value[i].data, "backlog=", 8) == 0) { in ngx_mail_core_listen() 402 if (ngx_strncmp(value[i].data, "rcvbuf=", 7) == 0) { in ngx_mail_core_listen() 418 if (ngx_strncmp(value[i].data, "sndbuf=", 7) == 0) { in ngx_mail_core_listen() 434 if (ngx_strncmp(value[i].data, "ipv6only=o", 10) == 0) { in ngx_mail_core_listen() 480 if (ngx_strncmp(value[i].data, "so_keepalive=", 13) == 0) { in ngx_mail_core_listen()
|
| H A D | ngx_mail_ssl_module.c | 577 && ngx_strncmp(value[i].data, "builtin:", sizeof("builtin:") - 1) in ngx_mail_ssl_session_cache() 593 && ngx_strncmp(value[i].data, "shared:", sizeof("shared:") - 1) in ngx_mail_ssl_session_cache()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_log_module.c | 1017 if (ngx_strncmp(value[1].data, "syslog:", 7) == 0) { in ngx_stream_log_set_log() 1099 if (ngx_strncmp(value[i].data, "buffer=", 7) == 0) { in ngx_stream_log_set_log() 1114 if (ngx_strncmp(value[i].data, "flush=", 6) == 0) { in ngx_stream_log_set_log() 1129 if (ngx_strncmp(value[i].data, "gzip", 4) == 0 in ngx_stream_log_set_log() 1162 if (ngx_strncmp(value[i].data, "if=", 3) == 0) { in ngx_stream_log_set_log() 1324 if (s < args->nelts && ngx_strncmp(value[s].data, "escape=", 7) == 0) { in ngx_stream_log_compile_format() 1495 if (ngx_strncmp(value[i].data, "max=", 4) == 0) { in ngx_stream_log_open_file_cache() 1505 if (ngx_strncmp(value[i].data, "inactive=", 9) == 0) { in ngx_stream_log_open_file_cache() 1518 if (ngx_strncmp(value[i].data, "min_uses=", 9) == 0) { in ngx_stream_log_open_file_cache() 1528 if (ngx_strncmp(value[i].data, "valid=", 6) == 0) { in ngx_stream_log_open_file_cache()
|
| H A D | ngx_stream_upstream.c | 429 if (ngx_strncmp(value[i].data, "weight=", 7) == 0) { in ngx_stream_upstream_server() 444 if (ngx_strncmp(value[i].data, "max_conns=", 10) == 0) { in ngx_stream_upstream_server() 459 if (ngx_strncmp(value[i].data, "max_fails=", 10) == 0) { in ngx_stream_upstream_server() 474 if (ngx_strncmp(value[i].data, "fail_timeout=", 13) == 0) { in ngx_stream_upstream_server()
|
| H A D | ngx_stream_core_module.c | 657 if (ngx_strncmp(value[i].data, "backlog=", 8) == 0) { in ngx_stream_core_listen() 672 if (ngx_strncmp(value[i].data, "rcvbuf=", 7) == 0) { in ngx_stream_core_listen() 688 if (ngx_strncmp(value[i].data, "sndbuf=", 7) == 0) { in ngx_stream_core_listen() 704 if (ngx_strncmp(value[i].data, "ipv6only=o", 10) == 0) { in ngx_stream_core_listen() 763 if (ngx_strncmp(value[i].data, "so_keepalive=", 13) == 0) { in ngx_stream_core_listen()
|
| H A D | ngx_stream_limit_conn_module.c | 376 || ngx_strncmp(ctx->key.value.data, octx->key.value.data, in ngx_stream_limit_conn_init_zone() 501 if (ngx_strncmp(value[i].data, "zone=", 5) == 0) { in ngx_stream_limit_conn_zone()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_file_cache.c | 2121 && ngx_strncmp(path->data + path->len - 5, "/temp", 5) == 0) in ngx_http_file_cache_manage_directory() 2359 if (ngx_strncmp(value[i].data, "levels=", 7) == 0) { in ngx_http_file_cache_set_slot() 2396 if (ngx_strncmp(value[i].data, "use_temp_path=", 14) == 0) { in ngx_http_file_cache_set_slot() 2415 if (ngx_strncmp(value[i].data, "keys_zone=", 10) == 0) { in ngx_http_file_cache_set_slot() 2449 if (ngx_strncmp(value[i].data, "inactive=", 9) == 0) { in ngx_http_file_cache_set_slot() 2464 if (ngx_strncmp(value[i].data, "max_size=", 9) == 0) { in ngx_http_file_cache_set_slot() 2479 if (ngx_strncmp(value[i].data, "loader_files=", 13) == 0) { in ngx_http_file_cache_set_slot() 2491 if (ngx_strncmp(value[i].data, "loader_sleep=", 13) == 0) { in ngx_http_file_cache_set_slot() 2506 if (ngx_strncmp(value[i].data, "loader_threshold=", 17) == 0) { in ngx_http_file_cache_set_slot() 2521 if (ngx_strncmp(value[i].data, "manager_files=", 14) == 0) { in ngx_http_file_cache_set_slot() [all …]
|
| H A D | ngx_http_core_module.c | 3847 if (ngx_strncmp(value[n].data, "setfib=", 7) == 0) { in ngx_http_core_listen() 3863 if (ngx_strncmp(value[n].data, "fastopen=", 9) == 0) { in ngx_http_core_listen() 3878 if (ngx_strncmp(value[n].data, "backlog=", 8) == 0) { in ngx_http_core_listen() 3892 if (ngx_strncmp(value[n].data, "rcvbuf=", 7) == 0) { in ngx_http_core_listen() 3909 if (ngx_strncmp(value[n].data, "sndbuf=", 7) == 0) { in ngx_http_core_listen() 3953 if (ngx_strncmp(value[n].data, "ipv6only=o", 10) == 0) { in ngx_http_core_listen() 4025 if (ngx_strncmp(value[n].data, "so_keepalive=", 13) == 0) { in ngx_http_core_listen() 4511 if (ngx_strncmp(value[1].data, "threads", 7) == 0 in ngx_http_core_set_aio() 4739 if (ngx_strncmp(value[i].data, "max=", 4) == 0) { in ngx_http_core_open_file_cache() 4749 if (ngx_strncmp(value[i].data, "inactive=", 9) == 0) { in ngx_http_core_open_file_cache() [all …]
|
| /f-stack/app/nginx-1.16.1/src/http/modules/perl/ |
| H A D | ngx_http_perl_module.c | 781 if (ngx_strncmp(p, "sub ", 4) == 0 in ngx_http_perl_eval_anon_sub() 782 || ngx_strncmp(p, "sub{", 4) == 0 in ngx_http_perl_eval_anon_sub() 783 || ngx_strncmp(p, "use ", 4) == 0) in ngx_http_perl_eval_anon_sub()
|