Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.h224 u_char *ngx_http_script_run(ngx_http_request_t *r, ngx_str_t *value,
H A Dngx_http_variables.c1517 if (ngx_http_script_run(r, &path, clcf->root_lengths->elts, 0, in ngx_http_variable_document_root()
1559 if (ngx_http_script_run(r, &path, clcf->root_lengths->elts, 1, in ngx_http_variable_realpath_root()
H A Dngx_http_script.c516 ngx_http_script_run(ngx_http_request_t *r, ngx_str_t *value, in ngx_http_script_run() function
H A Dngx_http_core_module.c1831 if (ngx_http_script_run(r, path, clcf->root_lengths->elts, reserved, in ngx_http_map_uri_to_path()
H A Dngx_http_upstream.c4103 if (ngx_http_script_run(r, &path, u->conf->store_lengths->elts, 0, in ngx_http_upstream_store()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_log_module.c533 if (ngx_http_script_run(r, &log, script->lengths->elts, 1, in ngx_http_log_script_write()
H A Dngx_http_scgi_module.c562 if (ngx_http_script_run(r, &url.url, scf->scgi_lengths->elts, 0, in ngx_http_scgi_eval()
H A Dngx_http_uwsgi_module.c732 if (ngx_http_script_run(r, &url.url, uwcf->uwsgi_lengths->elts, 0, in ngx_http_uwsgi_eval()
H A Dngx_http_fastcgi_module.c766 if (ngx_http_script_run(r, &url.url, flcf->fastcgi_lengths->elts, 0, in ngx_http_fastcgi_eval()
H A Dngx_http_proxy_module.c978 if (ngx_http_script_run(r, &proxy, plcf->proxy_lengths->elts, 0, in ngx_http_proxy_eval()