NGX_INT64_LEN      91 src/core/ngx_config.h #define NGX_INT_T_LEN   NGX_INT64_LEN
NGX_INT64_LEN     934 src/core/ngx_cycle.c     u_char      pid[NGX_INT64_LEN + 2];
NGX_INT64_LEN     957 src/core/ngx_cycle.c         len = ngx_snprintf(pid, NGX_INT64_LEN + 2, "%P%N", ngx_pid) - pid;
NGX_INT64_LEN     997 src/core/ngx_cycle.c     u_char            buf[NGX_INT64_LEN + 2];
NGX_INT64_LEN    1017 src/core/ngx_cycle.c     n = ngx_read_file(&file, buf, NGX_INT64_LEN + 2, 0);
NGX_INT64_LEN     481 src/core/ngx_string.c     u_char         *p, temp[NGX_INT64_LEN + 1];
NGX_INT64_LEN     491 src/core/ngx_string.c     p = temp + NGX_INT64_LEN;
NGX_INT64_LEN     545 src/core/ngx_string.c     len = (temp + NGX_INT64_LEN) - p;
NGX_INT64_LEN     553 src/core/ngx_string.c     len = (temp + NGX_INT64_LEN) - p;
NGX_INT64_LEN     547 src/http/modules/ngx_http_geoip_module.c     v->data = ngx_pnalloc(r->pool, NGX_INT64_LEN + 5);
NGX_INT64_LEN     579 src/http/modules/ngx_http_geoip_module.c     v->data = ngx_pnalloc(r->pool, NGX_INT64_LEN);
NGX_INT64_LEN    2144 src/http/ngx_http_variables.c     p = ngx_pnalloc(r->pool, NGX_INT64_LEN);