Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dnginx.h22 #define NGINX_VAR "NGINX" macro
H A Dnginx.c478 inherited = (u_char *) getenv(NGINX_VAR); in ngx_add_inherited_sockets()
499 "invalid socket number \"%s\" in " NGINX_VAR in ngx_add_inherited_sockets()
520 "invalid socket number \"%s\" in " NGINX_VAR in ngx_add_inherited_sockets()
683 var = ngx_alloc(sizeof(NGINX_VAR) in ngx_exec_new_binary()
691 p = ngx_cpymem(var, NGINX_VAR "=", sizeof(NGINX_VAR)); in ngx_exec_new_binary()