NGX_INT64_LEN      88 core/ngx_config.h #define NGX_INT_T_LEN   NGX_INT64_LEN
NGX_INT64_LEN     976 core/ngx_cycle.c     u_char      pid[NGX_INT64_LEN + 2];
NGX_INT64_LEN     999 core/ngx_cycle.c         len = ngx_snprintf(pid, NGX_INT64_LEN + 2, "%P%N", ngx_pid) - pid;
NGX_INT64_LEN    1039 core/ngx_cycle.c     u_char            buf[NGX_INT64_LEN + 2];
NGX_INT64_LEN    1057 core/ngx_cycle.c     n = ngx_read_file(&file, buf, NGX_INT64_LEN + 2, 0);
NGX_INT64_LEN     471 core/ngx_string.c     u_char         *p, temp[NGX_INT64_LEN + 1];
NGX_INT64_LEN     481 core/ngx_string.c     p = temp + NGX_INT64_LEN;
NGX_INT64_LEN     535 core/ngx_string.c     len = (temp + NGX_INT64_LEN) - p;
NGX_INT64_LEN     543 core/ngx_string.c     len = (temp + NGX_INT64_LEN) - p;
NGX_INT64_LEN     319 http/modules/ngx_http_geoip_module.c     v->data = ngx_pnalloc(r->pool, NGX_INT64_LEN + 5);
NGX_INT64_LEN     348 http/modules/ngx_http_geoip_module.c     v->data = ngx_pnalloc(r->pool, NGX_INT64_LEN);
NGX_INT64_LEN    1648 http/ngx_http_variables.c     p = ngx_pnalloc(r->pool, NGX_INT64_LEN);