Home
last modified time | relevance | path

Searched refs:ngx_http_complex_value_t (Results 1 – 25 of 28) sorted by relevance

12

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.h71 } ngx_http_complex_value_t; typedef
77 ngx_http_complex_value_t *complex_value;
163 ngx_http_complex_value_t text;
207 ngx_http_complex_value_t *val);
209 ngx_http_complex_value_t *val, ngx_str_t *value);
H A Dngx_http_core_module.h299 ngx_http_complex_value_t value;
416 ngx_http_complex_value_t *thread_pool_value;
421 ngx_http_complex_value_t *disable_symlinks_from;
495 ngx_str_t *ct, ngx_http_complex_value_t *cv);
H A Dngx_http_upstream.h142 ngx_http_complex_value_t *value;
196 ngx_http_complex_value_t *cache_value;
234 ngx_http_complex_value_t *ssl_name;
H A Dngx_http_script.c37 ngx_http_complex_value_t *val) in ngx_http_script_flush_complex_value()
58 ngx_http_complex_value(ngx_http_request_t *r, ngx_http_complex_value_t *val, in ngx_http_complex_value()
217 ngx_http_complex_value_t **cv; in ngx_http_set_complex_value_slot()
220 cv = (ngx_http_complex_value_t **) (p + cmd->offset); in ngx_http_set_complex_value_slot()
226 *cv = ngx_palloc(cf->pool, sizeof(ngx_http_complex_value_t)); in ngx_http_set_complex_value_slot()
252 ngx_http_complex_value_t *cv; in ngx_http_test_predicates()
280 ngx_http_complex_value_t *cv; in ngx_http_test_required_predicates()
310 ngx_http_complex_value_t *cv; in ngx_http_set_predicate_slot()
316 *a = ngx_array_create(cf->pool, 1, sizeof(ngx_http_complex_value_t)); in ngx_http_set_predicate_slot()
H A Dngx_http_core_module.c1669 ngx_str_t *ct, ngx_http_complex_value_t *cv) in ngx_http_send_response()
4517 ngx_http_complex_value_t cv; in ngx_http_core_set_aio()
4538 sizeof(ngx_http_complex_value_t)); in ngx_http_core_set_aio()
4610 ngx_http_complex_value_t cv; in ngx_http_core_error_page()
5020 sizeof(ngx_http_complex_value_t)); in ngx_http_disable_symlinks()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_empty_gif_module.c115 ngx_http_complex_value_t cv; in ngx_http_empty_gif_handler()
121 ngx_memzero(&cv, sizeof(ngx_http_complex_value_t)); in ngx_http_empty_gif_handler()
H A Dngx_http_image_filter_module.c52 ngx_http_complex_value_t *wcv;
53 ngx_http_complex_value_t *hcv;
54 ngx_http_complex_value_t *acv;
55 ngx_http_complex_value_t *jqcv;
56 ngx_http_complex_value_t *wqcv;
57 ngx_http_complex_value_t *shcv;
104 ngx_http_complex_value_t *cv, ngx_uint_t v);
1379 ngx_http_complex_value_t cv; in ngx_http_image_filter()
1532 ngx_http_complex_value_t cv; in ngx_http_image_filter_jpeg_quality()
1579 ngx_http_complex_value_t cv; in ngx_http_image_filter_webp_quality()
[all …]
H A Dngx_http_map_module.c36 ngx_http_complex_value_t value;
114 ngx_http_complex_value_t *cv; in ngx_http_map_variable()
135 cv = (ngx_http_complex_value_t *) value->data; in ngx_http_map_variable()
389 ngx_http_complex_value_t cv, *cvp; in ngx_http_map()
439 cvp = (ngx_http_complex_value_t *) vp[i]->data; in ngx_http_map()
485 cvp = ngx_palloc(ctx->keys.pool, sizeof(ngx_http_complex_value_t)); in ngx_http_map()
H A Dngx_http_headers_filter_module.c27 ngx_http_complex_value_t value;
49 ngx_http_complex_value_t *expires_value;
730 ngx_http_complex_value_t cv; in ngx_http_headers_expires()
769 sizeof(ngx_http_complex_value_t)); in ngx_http_headers_expires()
840 ngx_memzero(&hv->value, sizeof(ngx_http_complex_value_t)); in ngx_http_headers_add()
H A Dngx_http_secure_link_module.c15 ngx_http_complex_value_t *variable;
16 ngx_http_complex_value_t *md5;
H A Dngx_http_auth_basic_module.c18 ngx_http_complex_value_t *realm;
19 ngx_http_complex_value_t user_file;
H A Dngx_http_split_clients_module.c20 ngx_http_complex_value_t value;
H A Dngx_http_ssl_module.c870 ngx_http_complex_value_t *cv; in ngx_http_ssl_compile_certificates()
893 sizeof(ngx_http_complex_value_t)); in ngx_http_ssl_compile_certificates()
899 sizeof(ngx_http_complex_value_t)); in ngx_http_ssl_compile_certificates()
H A Dngx_http_sub_filter_module.c14 ngx_http_complex_value_t match;
15 ngx_http_complex_value_t value;
21 ngx_http_complex_value_t *value;
H A Dngx_http_auth_request_module.c28 ngx_http_complex_value_t value;
H A Dngx_http_proxy_module.c28 ngx_http_complex_value_t complex;
34 ngx_http_complex_value_t replacement;
76 ngx_http_complex_value_t *method;
81 ngx_http_complex_value_t cache_key;
3283 sizeof(ngx_http_complex_value_t)); in ngx_http_proxy_merge_loc_conf()
3285 ngx_memzero(&pr->replacement, sizeof(ngx_http_complex_value_t)); in ngx_http_proxy_merge_loc_conf()
3795 ngx_memzero(&pr->pattern.complex, sizeof(ngx_http_complex_value_t)); in ngx_http_proxy_redirect()
3797 ngx_memzero(&pr->replacement, sizeof(ngx_http_complex_value_t)); in ngx_http_proxy_redirect()
4142 ngx_http_complex_value_t cv; in ngx_http_proxy_cache()
4175 sizeof(ngx_http_complex_value_t)); in ngx_http_proxy_cache()
H A Dngx_http_limit_conn_module.c29 ngx_http_complex_value_t key;
H A Dngx_http_scgi_module.c41 ngx_http_complex_value_t cache_key;
1939 ngx_http_complex_value_t cv; in ngx_http_scgi_cache()
1972 sizeof(ngx_http_complex_value_t)); in ngx_http_scgi_cache()
H A Dngx_http_upstream_hash_module.c26 ngx_http_complex_value_t key;
H A Dngx_http_uwsgi_module.c42 ngx_http_complex_value_t cache_key;
2234 ngx_http_complex_value_t cv; in ngx_http_uwsgi_cache()
2267 sizeof(ngx_http_complex_value_t)); in ngx_http_uwsgi_cache()
H A Dngx_http_log_module.c71 ngx_http_complex_value_t *filter;
1442 sizeof(ngx_http_complex_value_t)); in ngx_http_log_set_log()
H A Dngx_http_limit_req_module.c38 ngx_http_complex_value_t key;
H A Dngx_http_xslt_filter_module.c44 ngx_http_complex_value_t value;
H A Dngx_http_fastcgi_module.c46 ngx_http_complex_value_t cache_key;
3664 ngx_http_complex_value_t cv; in ngx_http_fastcgi_cache()
3697 sizeof(ngx_http_complex_value_t)); in ngx_http_fastcgi_cache()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_module.c456 ngx_http_complex_value_t *cv; in ngx_http_v2_push()
483 sizeof(ngx_http_complex_value_t)); in ngx_http_v2_push()

12