Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_fastcgi_module.c181 static ngx_http_fastcgi_ctx_t *ngx_http_fastcgi_split(ngx_http_request_t *r,
3368 f = ngx_http_fastcgi_split(r, flcf); in ngx_http_fastcgi_script_name_variable()
3409 f = ngx_http_fastcgi_split(r, flcf); in ngx_http_fastcgi_path_info_variable()
3426 ngx_http_fastcgi_split(ngx_http_request_t *r, ngx_http_fastcgi_loc_conf_t *flcf) in ngx_http_fastcgi_split() function