Home
last modified time | relevance | path

Searched refs:complex_value (Results 1 – 25 of 33) sorted by relevance

12

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_script.c143 ccv->complex_value->value = *v; in ngx_stream_compile_complex_value()
144 ccv->complex_value->flushes = NULL; in ngx_stream_compile_complex_value()
145 ccv->complex_value->lengths = NULL; in ngx_stream_compile_complex_value()
146 ccv->complex_value->values = NULL; in ngx_stream_compile_complex_value()
201 ccv->complex_value->flushes = flushes.elts; in ngx_stream_compile_complex_value()
202 ccv->complex_value->flushes[flushes.nelts] = (ngx_uint_t) -1; in ngx_stream_compile_complex_value()
205 ccv->complex_value->lengths = lengths.elts; in ngx_stream_compile_complex_value()
206 ccv->complex_value->values = values.elts; in ngx_stream_compile_complex_value()
239 ccv.complex_value = *cv; in ngx_stream_set_complex_value_slot()
H A Dngx_stream_script.h65 ngx_stream_complex_value_t *complex_value; member
H A Dngx_stream_return_module.c207 ccv.complex_value = &rscf->text; in ngx_stream_return()
H A Dngx_stream_map_module.c211 ccv.complex_value = &map->value; in ngx_stream_map_block()
477 ccv.complex_value = &cv; in ngx_stream_map()
H A Dngx_stream_split_clients_module.c132 ccv.complex_value = &ctx->value; in ngx_conf_split_clients_block()
H A Dngx_stream_ssl_module.c869 ccv.complex_value = cv; in ngx_stream_ssl_compile_certificates()
885 ccv.complex_value = cv; in ngx_stream_ssl_compile_certificates()
H A Dngx_stream_log_module.c1170 ccv.complex_value = ngx_palloc(cf->pool, in ngx_stream_log_set_log()
1172 if (ccv.complex_value == NULL) { in ngx_stream_log_set_log()
1180 log->filter = ccv.complex_value; in ngx_stream_log_set_log()
H A Dngx_stream_limit_conn_module.c490 ccv.complex_value = &ctx->key; in ngx_stream_limit_conn_zone()
H A Dngx_stream_upstream_hash_module.c652 ccv.complex_value = &hcf->key; in ngx_stream_upstream_hash()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.c142 ccv->complex_value->value = *v; in ngx_http_compile_complex_value()
143 ccv->complex_value->flushes = NULL; in ngx_http_compile_complex_value()
144 ccv->complex_value->lengths = NULL; in ngx_http_compile_complex_value()
145 ccv->complex_value->values = NULL; in ngx_http_compile_complex_value()
200 ccv->complex_value->flushes = flushes.elts; in ngx_http_compile_complex_value()
201 ccv->complex_value->flushes[flushes.nelts] = (ngx_uint_t) -1; in ngx_http_compile_complex_value()
204 ccv->complex_value->lengths = lengths.elts; in ngx_http_compile_complex_value()
205 ccv->complex_value->values = values.elts; in ngx_http_compile_complex_value()
237 ccv.complex_value = *cv; in ngx_http_set_complex_value_slot()
334 ccv.complex_value = cv; in ngx_http_set_predicate_slot()
H A Dngx_http_script.h77 ngx_http_complex_value_t *complex_value; member
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_image_filter_module.c1415 ccv.complex_value = &cv; in ngx_http_image_filter()
1461 ccv.complex_value = &cv; in ngx_http_image_filter()
1489 ccv.complex_value = &cv; in ngx_http_image_filter()
1541 ccv.complex_value = &cv; in ngx_http_image_filter_jpeg_quality()
1588 ccv.complex_value = &cv; in ngx_http_image_filter_webp_quality()
1635 ccv.complex_value = &cv; in ngx_http_image_filter_sharpen()
H A Dngx_http_map_module.c213 ccv.complex_value = &map->value; in ngx_http_map_block()
478 ccv.complex_value = &cv; in ngx_http_map()
H A Dngx_http_split_clients_module.c134 ccv.complex_value = &ctx->value; in ngx_conf_split_clients_block()
H A Dngx_http_sub_filter_module.c829 ccv.complex_value = &pair->match; in ngx_http_sub_filter()
835 if (ccv.complex_value->lengths != NULL) { in ngx_http_sub_filter()
847 ccv.complex_value = &pair->value; in ngx_http_sub_filter()
H A Dngx_http_headers_filter_module.c760 ccv.complex_value = &cv; in ngx_http_headers_expires()
847 ccv.complex_value = &hv->value; in ngx_http_headers_add()
H A Dngx_http_auth_request_module.c437 ccv.complex_value = &av->value; in ngx_http_auth_request_set()
H A Dngx_http_auth_basic_module.c420 ccv.complex_value = &alcf->user_file; in ngx_http_auth_basic_user_file()
H A Dngx_http_proxy_module.c3847 ccv.complex_value = &pr->pattern.complex; in ngx_http_proxy_redirect()
3861 ccv.complex_value = &pr->replacement; in ngx_http_proxy_redirect()
3930 ccv.complex_value = &pr->pattern.complex; in ngx_http_proxy_cookie_domain()
3948 ccv.complex_value = &pr->replacement; in ngx_http_proxy_cookie_domain()
4022 ccv.complex_value = &pr->pattern.complex; in ngx_http_proxy_cookie_path()
4035 ccv.complex_value = &pr->replacement; in ngx_http_proxy_cookie_path()
4166 ccv.complex_value = &cv; in ngx_http_proxy_cache()
4213 ccv.complex_value = &plcf->cache_key; in ngx_http_proxy_cache_key()
H A Dngx_http_xslt_filter_module.c973 ccv.complex_value = &param->value; in ngx_http_xslt_stylesheet()
1016 ccv.complex_value = &param->value; in ngx_http_xslt_param()
H A Dngx_http_ssl_module.c915 ccv.complex_value = cv; in ngx_http_ssl_compile_certificates()
931 ccv.complex_value = cv; in ngx_http_ssl_compile_certificates()
H A Dngx_http_log_module.c1441 ccv.complex_value = ngx_palloc(cf->pool, in ngx_http_log_set_log()
1443 if (ccv.complex_value == NULL) { in ngx_http_log_set_log()
1451 log->filter = ccv.complex_value; in ngx_http_log_set_log()
H A Dngx_http_limit_conn_module.c514 ccv.complex_value = &ctx->key; in ngx_http_limit_conn_zone()
H A Dngx_http_upstream_hash_module.c653 ccv.complex_value = &hcf->key; in ngx_http_upstream_hash()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_module.c498 ccv.complex_value = cv; in ngx_http_v2_push()

12