| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_secure_link_module.c | 122 if (ngx_http_complex_value(r, conf->variable, &val) != NGX_OK) { in ngx_http_secure_link_variable() 167 if (ngx_http_complex_value(r, conf->md5, &val) != NGX_OK) { in ngx_http_secure_link_variable()
|
| H A D | ngx_http_auth_basic_module.c | 115 if (ngx_http_complex_value(r, alcf->realm, &realm) != NGX_OK) { in ngx_http_auth_basic_handler() 137 if (ngx_http_complex_value(r, &alcf->user_file, &user_file) != NGX_OK) { in ngx_http_auth_basic_handler()
|
| H A D | ngx_http_headers_filter_module.c | 220 if (ngx_http_complex_value(r, &h[i].value, &value) != NGX_OK) { in ngx_http_headers_filter() 304 if (ngx_http_complex_value(r, &h[i].value, &value) != NGX_OK) { in ngx_http_trailers_filter() 341 if (ngx_http_complex_value(r, conf->expires_value, &value) != NGX_OK) { in ngx_http_set_expires()
|
| H A D | ngx_http_map_module.c | 120 if (ngx_http_complex_value(r, &map->value, &val) != NGX_OK) { in ngx_http_map_variable() 137 if (ngx_http_complex_value(r, cv, &str) != NGX_OK) { in ngx_http_map_variable()
|
| H A D | ngx_http_split_clients_module.c | 87 if (ngx_http_complex_value(r, &ctx->value, &val) != NGX_OK) { in ngx_http_split_clients_variable()
|
| H A D | ngx_http_auth_request_module.c | 262 if (ngx_http_complex_value(ctx->subrequest, &av->value, &val) in ngx_http_auth_request_set_variables()
|
| H A D | ngx_http_sub_filter_module.c | 218 if (ngx_http_complex_value(r, &pairs[i].match, m) != NGX_OK) { in ngx_http_sub_header_filter() 452 if (ngx_http_complex_value(r, match[ctx->index].value, sub) in ngx_http_sub_body_filter()
|
| H A D | ngx_http_proxy_module.c | 1095 if (ngx_http_complex_value(r, &plcf->cache_key, key) != NGX_OK) { in ngx_http_proxy_create_key() 1204 if (ngx_http_complex_value(r, plcf->method, &method) != NGX_OK) { in ngx_http_proxy_create_request() 2646 if (ngx_http_complex_value(r, &pr->pattern.complex, &pattern) != NGX_OK) { in ngx_http_proxy_rewrite_complex_handler() 2657 if (ngx_http_complex_value(r, &pr->replacement, &replacement) != NGX_OK) { in ngx_http_proxy_rewrite_complex_handler() 2680 if (ngx_http_complex_value(r, &pr->replacement, &replacement) != NGX_OK) { in ngx_http_proxy_rewrite_regex_handler() 2702 if (ngx_http_complex_value(r, &pr->pattern.complex, &pattern) != NGX_OK) { in ngx_http_proxy_rewrite_domain_handler() 2718 if (ngx_http_complex_value(r, &pr->replacement, &replacement) != NGX_OK) { in ngx_http_proxy_rewrite_domain_handler()
|
| H A D | ngx_http_limit_conn_module.c | 166 if (ngx_http_complex_value(r, &ctx->key, &key) != NGX_OK) { in ngx_http_limit_conn_handler()
|
| H A D | ngx_http_upstream_hash_module.c | 145 if (ngx_http_complex_value(r, &hcf->key, &hp->key) != NGX_OK) { in ngx_http_upstream_init_hash_peer()
|
| H A D | ngx_http_limit_req_module.c | 189 if (ngx_http_complex_value(r, &ctx->key, &key) != NGX_OK) { in ngx_http_limit_req_handler()
|
| H A D | ngx_http_xslt_filter_module.c | 641 if (ngx_http_complex_value(r, ¶m[i].value, &string) != NGX_OK) { in ngx_http_xslt_params()
|
| H A D | ngx_http_image_filter_module.c | 1247 if (ngx_http_complex_value(r, cv, &val) != NGX_OK) { in ngx_http_image_filter_get_value()
|
| H A D | ngx_http_log_module.c | 279 if (ngx_http_complex_value(r, log[l].filter, &val) != NGX_OK) { in ngx_http_log_handler()
|
| H A D | ngx_http_scgi_module.c | 617 if (ngx_http_complex_value(r, &scf->cache_key, key) != NGX_OK) { in ngx_http_scgi_create_key()
|
| H A D | ngx_http_uwsgi_module.c | 820 if (ngx_http_complex_value(r, &uwcf->cache_key, key) != NGX_OK) { in ngx_http_uwsgi_create_key()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_script.h | 208 ngx_int_t ngx_http_complex_value(ngx_http_request_t *r,
|
| H A D | ngx_http_copy_filter_module.c | 277 if (ngx_http_complex_value(r, clcf->thread_pool_value, &name) in ngx_http_copy_thread_handler()
|
| H A D | ngx_http_script.c | 58 ngx_http_complex_value(ngx_http_request_t *r, ngx_http_complex_value_t *val, in ngx_http_complex_value() function 261 if (ngx_http_complex_value(r, &cv[i], &val) != NGX_OK) { in ngx_http_test_predicates() 289 if (ngx_http_complex_value(r, &cv[i], &val) != NGX_OK) { in ngx_http_test_required_predicates()
|
| H A D | ngx_http_special_response.c | 601 if (ngx_http_complex_value(r, &err_page->value, &uri) != NGX_OK) { in ngx_http_send_error_page()
|
| H A D | ngx_http_upstream.c | 1005 if (ngx_http_complex_value(r, u->conf->cache_value, &val) != NGX_OK) { in ngx_http_upstream_cache_get() 1825 if (ngx_http_complex_value(r, u->conf->ssl_name, &name) != NGX_OK) { in ngx_http_upstream_ssl_name() 3752 if (ngx_http_complex_value(r, clcf->thread_pool_value, &name) in ngx_http_upstream_thread_handler() 6201 if (ngx_http_complex_value(r, local->value, &val) != NGX_OK) { in ngx_http_upstream_set_local()
|
| H A D | ngx_http_request.c | 999 if (ngx_http_complex_value(r, &certs[i], &cert) != NGX_OK) { in ngx_http_ssl_certificate() 1006 if (ngx_http_complex_value(r, &keys[i], &key) != NGX_OK) { in ngx_http_ssl_certificate()
|
| H A D | ngx_http_core_module.c | 1682 if (ngx_http_complex_value(r, cv, &val) != NGX_OK) { in ngx_http_send_response() 2592 if (ngx_http_complex_value(r, clcf->disable_symlinks_from, &from) in ngx_http_set_disable_symlinks()
|
| H A D | ngx_http_file_cache.c | 765 if (ngx_http_complex_value(r, clcf->thread_pool_value, &name) in ngx_http_cache_thread_handler()
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2_filter_module.c | 697 if (ngx_http_complex_value(r, &pushes[i], &path) != NGX_OK) { in ngx_http_v2_push_resources()
|