Searched refs:tlcf (Results 1 – 1 of 1) sorted by relevance
91 ngx_http_try_files_loc_conf_t *tlcf; in ngx_http_try_files_handler() local93 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() local301 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() local373 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 …]