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 D | ngx_http_script.h | 224 u_char *ngx_http_script_run(ngx_http_request_t *r, ngx_str_t *value,
|
| H A D | ngx_http_variables.c | 1517 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 D | ngx_http_script.c | 516 ngx_http_script_run(ngx_http_request_t *r, ngx_str_t *value, in ngx_http_script_run() function
|
| H A D | ngx_http_core_module.c | 1831 if (ngx_http_script_run(r, path, clcf->root_lengths->elts, reserved, in ngx_http_map_uri_to_path()
|
| H A D | ngx_http_upstream.c | 4103 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 D | ngx_http_log_module.c | 533 if (ngx_http_script_run(r, &log, script->lengths->elts, 1, in ngx_http_log_script_write()
|
| H A D | ngx_http_scgi_module.c | 562 if (ngx_http_script_run(r, &url.url, scf->scgi_lengths->elts, 0, in ngx_http_scgi_eval()
|
| H A D | ngx_http_uwsgi_module.c | 732 if (ngx_http_script_run(r, &url.url, uwcf->uwsgi_lengths->elts, 0, in ngx_http_uwsgi_eval()
|
| H A D | ngx_http_fastcgi_module.c | 766 if (ngx_http_script_run(r, &url.url, flcf->fastcgi_lengths->elts, 0, in ngx_http_fastcgi_eval()
|
| H A D | ngx_http_proxy_module.c | 978 if (ngx_http_script_run(r, &proxy, plcf->proxy_lengths->elts, 0, in ngx_http_proxy_eval()
|