Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.h207 #define NGX_MAX_PATH PATH_MAX macro
211 #define NGX_MAX_PATH 4096 macro
/f-stack/app/nginx-1.16.1/src/core/
H A Dnginx.c960 p = ngx_pnalloc(cycle->pool, NGX_MAX_PATH); in ngx_process_options()
965 if (ngx_getcwd(p, NGX_MAX_PATH) == 0) { in ngx_process_options()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_variables.c1550 u_char buffer[NGX_MAX_PATH]; in ngx_http_variable_realpath_root()