Searched refs:ngx_http_perl_loc_conf_t (Results 1 – 1 of 1) sorted by relevance
25 } ngx_http_perl_loc_conf_t; typedef187 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()