Searched refs:conf_prefix (Results 1 – 11 of 11) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_script.c | 133 && (ccv->conf_prefix || ccv->root_prefix)) in ngx_stream_compile_complex_value() 135 if (ngx_conf_full_name(ccv->cf->cycle, v, ccv->conf_prefix) != NGX_OK) { in ngx_stream_compile_complex_value() 139 ccv->conf_prefix = 0; in ngx_stream_compile_complex_value() 193 sc.conf_prefix = ccv->conf_prefix; in ngx_stream_compile_complex_value() 518 if (sc->conf_prefix || sc->root_prefix) { in ngx_stream_script_done() 865 code->conf_prefix = sc->conf_prefix; in ngx_stream_script_add_full_name_code() 874 code->conf_prefix = sc->conf_prefix; in ngx_stream_script_add_full_name_code() 889 return code->conf_prefix ? ngx_cycle->conf_prefix.len: in ngx_stream_script_full_name_len_code() 906 prefix = code->conf_prefix ? (ngx_str_t *) &ngx_cycle->conf_prefix: in ngx_stream_script_full_name_code()
|
| H A D | ngx_stream_script.h | 49 unsigned conf_prefix:1; member 68 unsigned conf_prefix:1; member 97 uintptr_t conf_prefix; member
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_script.h | 58 unsigned conf_prefix:1; member 80 unsigned conf_prefix:1; member 156 uintptr_t conf_prefix; member
|
| H A D | ngx_http_script.c | 132 && (ccv->conf_prefix || ccv->root_prefix)) in ngx_http_compile_complex_value() 134 if (ngx_conf_full_name(ccv->cf->cycle, v, ccv->conf_prefix) != NGX_OK) { in ngx_http_compile_complex_value() 138 ccv->conf_prefix = 0; in ngx_http_compile_complex_value() 192 sc.conf_prefix = ccv->conf_prefix; in ngx_http_compile_complex_value() 642 if (sc->conf_prefix || sc->root_prefix) { in ngx_http_script_done() 1328 code->conf_prefix = sc->conf_prefix; in ngx_http_script_add_full_name_code() 1338 code->conf_prefix = sc->conf_prefix; in ngx_http_script_add_full_name_code() 1353 return code->conf_prefix ? ngx_cycle->conf_prefix.len: in ngx_http_script_full_name_len_code() 1370 prefix = code->conf_prefix ? (ngx_str_t *) &ngx_cycle->conf_prefix: in ngx_http_script_full_name_code()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | nginx.c | 951 cycle->conf_prefix.len = len; in ngx_process_options() 952 cycle->conf_prefix.data = p; in ngx_process_options() 974 cycle->conf_prefix.len = len; in ngx_process_options() 975 cycle->conf_prefix.data = p; in ngx_process_options() 982 ngx_str_set(&cycle->conf_prefix, NGX_CONF_PREFIX); in ngx_process_options() 984 ngx_str_set(&cycle->conf_prefix, NGX_PREFIX); in ngx_process_options() 1008 cycle->conf_prefix.len = p - cycle->conf_file.data + 1; in ngx_process_options() 1009 cycle->conf_prefix.data = cycle->conf_file.data; in ngx_process_options()
|
| H A D | ngx_cycle.h | 80 ngx_str_t conf_prefix; member
|
| H A D | ngx_cycle.c | 85 cycle->conf_prefix.len = old_cycle->conf_prefix.len; in ngx_init_cycle() 86 cycle->conf_prefix.data = ngx_pstrdup(pool, &old_cycle->conf_prefix); in ngx_init_cycle() 87 if (cycle->conf_prefix.data == NULL) { in ngx_init_cycle()
|
| H A D | ngx_conf_file.h | 274 ngx_uint_t conf_prefix);
|
| H A D | ngx_conf_file.c | 887 ngx_conf_full_name(ngx_cycle_t *cycle, ngx_str_t *name, ngx_uint_t conf_prefix) in ngx_conf_full_name() argument 891 prefix = conf_prefix ? &cycle->conf_prefix : &cycle->prefix; in ngx_conf_full_name()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_auth_basic_module.c | 422 ccv.conf_prefix = 1; in ngx_http_auth_basic_user_file()
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_openssl.c | 625 if (ngx_get_full_name(pool, (ngx_str_t *) &ngx_cycle->conf_prefix, cert) in ngx_ssl_load_certificate() 763 if (ngx_get_full_name(pool, (ngx_str_t *) &ngx_cycle->conf_prefix, key) in ngx_ssl_load_certificate_key()
|