| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | nginx.c | 999 if (ngx_conf_full_name(cycle, &cycle->conf_file, 0) != NGX_OK) { in ngx_process_options() 1113 if (ngx_conf_full_name(cycle, &ccf->pid, 0) != NGX_OK) { in ngx_core_module_init_conf() 1161 if (ngx_conf_full_name(cycle, &ccf->lock_file, 0) != NGX_OK) { in ngx_core_module_init_conf() 1542 if (ngx_conf_full_name(cf->cycle, &file, 0) != NGX_OK) { in ngx_load_module() 1639 if (ngx_conf_full_name(cf->cycle, &full, 1) != NGX_OK) { in ngx_set_fstack_conf()
|
| H A D | ngx_conf_file.h | 273 ngx_int_t ngx_conf_full_name(ngx_cycle_t *cycle, ngx_str_t *name,
|
| H A D | ngx_conf_file.c | 833 if (ngx_conf_full_name(cf->cycle, &file, 1) != NGX_OK) { in ngx_conf_include() 887 ngx_conf_full_name(ngx_cycle_t *cycle, ngx_str_t *name, ngx_uint_t conf_prefix) in ngx_conf_full_name() function 912 if (ngx_conf_full_name(cycle, &full, 0) != NGX_OK) { in ngx_conf_open_file()
|
| H A D | ngx_file.c | 389 if (ngx_conf_full_name(cf->cycle, &path->name, 0) != NGX_OK) { in ngx_conf_set_path_slot() 442 if (ngx_conf_full_name(cf->cycle, &(*path)->name, 0) != NGX_OK) { in ngx_conf_merge_path_value()
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_openssl.c | 879 if (ngx_conf_full_name(cf->cycle, cert, 1) != NGX_OK) { in ngx_ssl_client_certificate() 930 if (ngx_conf_full_name(cf->cycle, cert, 1) != NGX_OK) { in ngx_ssl_trusted_certificate() 964 if (ngx_conf_full_name(cf->cycle, crl, 1) != NGX_OK) { in ngx_ssl_crl() 1125 if (ngx_conf_full_name(cf->cycle, file, 1) != NGX_OK) { in ngx_ssl_read_password_file() 1332 if (ngx_conf_full_name(cf->cycle, file, 1) != NGX_OK) { in ngx_ssl_dhparam() 3765 if (ngx_conf_full_name(cf->cycle, &path[i], 1) != NGX_OK) { in ngx_ssl_session_ticket_keys()
|
| H A D | ngx_event_openssl_stapling.c | 226 if (ngx_conf_full_name(cf->cycle, file, 1) != NGX_OK) { in ngx_ssl_stapling_file()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_script.c | 135 if (ngx_conf_full_name(ccv->cf->cycle, v, ccv->conf_prefix) != NGX_OK) { in ngx_stream_compile_complex_value()
|
| H A D | ngx_stream_log_module.c | 1042 if (ngx_conf_full_name(cf->cycle, &value[1], 0) != NGX_OK) { in ngx_stream_log_set_log()
|
| H A D | ngx_stream_geo_module.c | 1292 if (ngx_conf_full_name(cf->cycle, &file, 1) != NGX_OK) { in ngx_stream_geo_include()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/perl/ |
| H A D | ngx_http_perl_module.c | 492 if (ngx_conf_full_name(cf->cycle, &m[i], 0) != NGX_OK) { in ngx_http_perl_init_interpreter()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_xslt_filter_module.c | 908 if (ngx_conf_full_name(cf->cycle, &value[1], 0) != NGX_OK) { in ngx_http_xslt_stylesheet()
|
| H A D | ngx_http_geo_module.c | 1366 if (ngx_conf_full_name(cf->cycle, &file, 1) != NGX_OK) { in ngx_http_geo_include()
|
| H A D | ngx_http_log_module.c | 1310 if (ngx_conf_full_name(cf->cycle, &value[1], 0) != NGX_OK) { in ngx_http_log_set_log()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_script.c | 134 if (ngx_conf_full_name(ccv->cf->cycle, v, ccv->conf_prefix) != NGX_OK) { in ngx_http_compile_complex_value()
|
| H A D | ngx_http_core_module.c | 3522 if (ngx_conf_full_name(cf->cycle, &conf->root, 0) != NGX_OK) { in ngx_http_core_merge_loc_conf() 4310 if (ngx_conf_full_name(cf->cycle, &clcf->root, 0) != NGX_OK) { in ngx_http_core_root()
|
| H A D | ngx_http_file_cache.c | 2353 if (ngx_conf_full_name(cf->cycle, &cache->path->name, 0) != NGX_OK) { in ngx_http_file_cache_set_slot()
|