Home
last modified time | relevance | path

Searched refs:ngx_http_complex_value (Results 1 – 25 of 26) sorted by relevance

12

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_secure_link_module.c122 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 Dngx_http_auth_basic_module.c115 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 Dngx_http_headers_filter_module.c220 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 Dngx_http_map_module.c120 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 Dngx_http_split_clients_module.c87 if (ngx_http_complex_value(r, &ctx->value, &val) != NGX_OK) { in ngx_http_split_clients_variable()
H A Dngx_http_auth_request_module.c262 if (ngx_http_complex_value(ctx->subrequest, &av->value, &val) in ngx_http_auth_request_set_variables()
H A Dngx_http_sub_filter_module.c218 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 Dngx_http_proxy_module.c1095 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 Dngx_http_limit_conn_module.c166 if (ngx_http_complex_value(r, &ctx->key, &key) != NGX_OK) { in ngx_http_limit_conn_handler()
H A Dngx_http_upstream_hash_module.c145 if (ngx_http_complex_value(r, &hcf->key, &hp->key) != NGX_OK) { in ngx_http_upstream_init_hash_peer()
H A Dngx_http_limit_req_module.c189 if (ngx_http_complex_value(r, &ctx->key, &key) != NGX_OK) { in ngx_http_limit_req_handler()
H A Dngx_http_xslt_filter_module.c641 if (ngx_http_complex_value(r, &param[i].value, &string) != NGX_OK) { in ngx_http_xslt_params()
H A Dngx_http_image_filter_module.c1247 if (ngx_http_complex_value(r, cv, &val) != NGX_OK) { in ngx_http_image_filter_get_value()
H A Dngx_http_log_module.c279 if (ngx_http_complex_value(r, log[l].filter, &val) != NGX_OK) { in ngx_http_log_handler()
H A Dngx_http_scgi_module.c617 if (ngx_http_complex_value(r, &scf->cache_key, key) != NGX_OK) { in ngx_http_scgi_create_key()
H A Dngx_http_uwsgi_module.c820 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 Dngx_http_script.h208 ngx_int_t ngx_http_complex_value(ngx_http_request_t *r,
H A Dngx_http_copy_filter_module.c277 if (ngx_http_complex_value(r, clcf->thread_pool_value, &name) in ngx_http_copy_thread_handler()
H A Dngx_http_script.c58 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 Dngx_http_special_response.c601 if (ngx_http_complex_value(r, &err_page->value, &uri) != NGX_OK) { in ngx_http_send_error_page()
H A Dngx_http_upstream.c1005 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 Dngx_http_request.c999 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 Dngx_http_core_module.c1682 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 Dngx_http_file_cache.c765 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 Dngx_http_v2_filter_module.c697 if (ngx_http_complex_value(r, &pushes[i], &path) != NGX_OK) { in ngx_http_v2_push_resources()

12