Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dngx_http_perl_module.c25 } ngx_http_perl_loc_conf_t; typedef
187 ngx_http_perl_loc_conf_t *plcf; in ngx_http_perl_handle_request()
882 ngx_http_perl_loc_conf_t *plcf; in ngx_http_perl_create_loc_conf()
884 plcf = ngx_pcalloc(cf->pool, sizeof(ngx_http_perl_loc_conf_t)); in ngx_http_perl_create_loc_conf()
902 ngx_http_perl_loc_conf_t *prev = parent; in ngx_http_perl_merge_loc_conf()
903 ngx_http_perl_loc_conf_t *conf = child; in ngx_http_perl_merge_loc_conf()
917 ngx_http_perl_loc_conf_t *plcf = conf; in ngx_http_perl()