zero               64 core/ngx_inet.c     u_char      c, *zero, *digit, *s, *d;
zero               72 core/ngx_inet.c     zero = NULL;
zero              101 core/ngx_inet.c                 if (zero == NULL) {
zero              104 core/ngx_inet.c                     zero = addr;
zero              148 core/ngx_inet.c     if (nibbles == 0 && zero == NULL) {
zero              156 core/ngx_inet.c         if (zero) {
zero              160 core/ngx_inet.c             while (s >= zero) {
zero              163 core/ngx_inet.c             ngx_memzero(zero, n);
zero              168 core/ngx_inet.c         if (zero == NULL) {
zero              283 core/ngx_inet.c     ngx_uint_t   i, zero, last;
zero              289 core/ngx_inet.c     zero = (ngx_uint_t) -1;
zero              299 core/ngx_inet.c                 zero = last;
zero              313 core/ngx_inet.c         zero = last;
zero              320 core/ngx_inet.c     if (zero == 0) {
zero              334 core/ngx_inet.c         if (i == zero) {
zero              135 core/ngx_slab.c     pool->log_ctx = &pool->zero;
zero              136 core/ngx_slab.c     pool->zero = '\0';
zero               39 core/ngx_slab.h     u_char            zero;
zero               12 core/ngx_string.c     u_char zero, ngx_uint_t hexadecimal, ngx_uint_t width);
zero              146 core/ngx_string.c     u_char                *p, zero;
zero              169 core/ngx_string.c             zero = (u_char) ((*++fmt == '0') ? '0' : ' ');
zero              368 core/ngx_string.c                 buf = ngx_sprintf_num(buf, last, ui64, zero, 0, width);
zero              406 core/ngx_string.c                 zero = '0';
zero              454 core/ngx_string.c             buf = ngx_sprintf_num(buf, last, ui64, zero, hex, width);
zero              468 core/ngx_string.c ngx_sprintf_num(u_char *buf, u_char *last, uint64_t ui64, u_char zero,
zero              538 core/ngx_string.c         *buf++ = zero;
zero              468 http/modules/ngx_http_auth_basic_module.c     ccv.zero = 1;
zero              524 http/modules/ngx_http_scgi_module.c     static ngx_str_t              zero = ngx_string("0");
zero              527 http/modules/ngx_http_scgi_module.c                          &r->headers_in.content_length->value : &zero;
zero              857 http/modules/ngx_http_xslt_filter_module.c         ccv.zero = 1;
zero              194 http/ngx_http_script.c     sc.zero = ccv->zero;
zero              602 http/ngx_http_script.c     ngx_str_t    zero;
zero              605 http/ngx_http_script.c     if (sc->zero) {
zero              607 http/ngx_http_script.c         zero.len = 1;
zero              608 http/ngx_http_script.c         zero.data = (u_char *) "\0";
zero              610 http/ngx_http_script.c         if (ngx_http_script_add_copy_code(sc, &zero, 0) != NGX_OK) {
zero              687 http/ngx_http_script.c     size_t                        size, len, zero;
zero              690 http/ngx_http_script.c     zero = (sc->zero && last);
zero              691 http/ngx_http_script.c     len = value->len + zero;
zero              716 http/ngx_http_script.c     if (zero) {
zero              718 http/ngx_http_script.c         sc->zero = 0;
zero               56 http/ngx_http_script.h     unsigned                    zero:1;
zero               78 http/ngx_http_script.h     unsigned                    zero:1;