Home
last modified time | relevance | path

Searched refs:tlcf (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_try_files_module.c91 ngx_http_try_files_loc_conf_t *tlcf; in ngx_http_try_files_handler() local
93 tlcf = ngx_http_get_module_loc_conf(r, ngx_http_try_files_module); in ngx_http_try_files_handler()
95 if (tlcf->try_files == NULL) { in ngx_http_try_files_handler()
108 tf = tlcf->try_files; in ngx_http_try_files_handler()
293 ngx_http_try_files_loc_conf_t *tlcf = conf; in ngx_http_try_files() local
301 if (tlcf->try_files) { in ngx_http_try_files()
310 tlcf->try_files = tf; in ngx_http_try_files()
371 ngx_http_try_files_loc_conf_t *tlcf; in ngx_http_try_files_create_loc_conf() local
373 tlcf = ngx_pcalloc(cf->pool, sizeof(ngx_http_try_files_loc_conf_t)); in ngx_http_try_files_create_loc_conf()
374 if (tlcf == NULL) { in ngx_http_try_files_create_loc_conf()
[all …]