Home
last modified time | relevance | path

Searched refs:NGX_INT64_LEN (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_config.h87 #define NGX_INT64_LEN (sizeof("-9223372036854775808") - 1) macro
94 #define NGX_INT_T_LEN NGX_INT64_LEN
H A Dngx_string.c497 u_char *p, temp[NGX_INT64_LEN + 1]; in ngx_sprintf_num()
507 p = temp + NGX_INT64_LEN; in ngx_sprintf_num()
561 len = (temp + NGX_INT64_LEN) - p; in ngx_sprintf_num()
569 len = (temp + NGX_INT64_LEN) - p; in ngx_sprintf_num()
H A Dngx_cycle.c1013 u_char pid[NGX_INT64_LEN + 2]; in ngx_create_pidfile()
1036 len = ngx_snprintf(pid, NGX_INT64_LEN + 2, "%P%N", ngx_pid) - pid; in ngx_create_pidfile()
1076 u_char buf[NGX_INT64_LEN + 2]; in ngx_signal_process()
1096 n = ngx_read_file(&file, buf, NGX_INT64_LEN + 2, 0); in ngx_signal_process()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_geoip_module.c509 v->data = ngx_pnalloc(s->connection->pool, NGX_INT64_LEN + 5); in ngx_stream_geoip_city_float_variable()
541 v->data = ngx_pnalloc(s->connection->pool, NGX_INT64_LEN); in ngx_stream_geoip_city_int_variable()
H A Dngx_stream_variables.c786 p = ngx_pnalloc(s->connection->pool, NGX_INT64_LEN); in ngx_stream_variable_pid()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_geoip_module.c547 v->data = ngx_pnalloc(r->pool, NGX_INT64_LEN + 5); in ngx_http_geoip_city_float_variable()
579 v->data = ngx_pnalloc(r->pool, NGX_INT64_LEN); in ngx_http_geoip_city_int_variable()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_variables.c2264 p = ngx_pnalloc(r->pool, NGX_INT64_LEN); in ngx_http_variable_pid()