Searched refs:NGX_INT64_LEN (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_config.h | 87 #define NGX_INT64_LEN (sizeof("-9223372036854775808") - 1) macro 94 #define NGX_INT_T_LEN NGX_INT64_LEN
|
| H A D | ngx_string.c | 497 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 D | ngx_cycle.c | 1013 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 D | ngx_stream_geoip_module.c | 509 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 D | ngx_stream_variables.c | 786 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 D | ngx_http_geoip_module.c | 547 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 D | ngx_http_variables.c | 2264 p = ngx_pnalloc(r->pool, NGX_INT64_LEN); in ngx_http_variable_pid()
|