Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_config.h86 #define NGX_INT32_LEN (sizeof("-2147483648") - 1) macro
90 #define NGX_INT_T_LEN NGX_INT32_LEN
H A Dnginx.c684 + cycle->listening.nelts * (NGX_INT32_LEN + 1) + 2, in ngx_exec_new_binary()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_gzip_filter_module.c1126 v->data = ngx_pnalloc(r->pool, NGX_INT32_LEN + 3); in ngx_http_gzip_ratio_variable()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_variables.c1125 v->data = ngx_pnalloc(r->pool, NGX_INT32_LEN); in ngx_http_variable_tcpinfo()