c0                852 core/ngx_conf_file.c     u_char  c0, c1;
c0                854 core/ngx_conf_file.c     c0 = name->data[0];
c0                857 core/ngx_conf_file.c         if (c0 == '/') {
c0                867 core/ngx_conf_file.c         c0 |= 0x20;
c0                869 core/ngx_conf_file.c         if ((c0 >= 'a' && c0 <= 'z')) {
c0                880 core/ngx_conf_file.c     if (c0 == '/') {
c0                 37 http/ngx_http_parse.c #define ngx_str3_cmp(m, c0, c1, c2, c3)                                       \
c0                 38 http/ngx_http_parse.c     *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)
c0                 40 http/ngx_http_parse.c #define ngx_str3Ocmp(m, c0, c1, c2, c3)                                       \
c0                 41 http/ngx_http_parse.c     *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)
c0                 43 http/ngx_http_parse.c #define ngx_str4cmp(m, c0, c1, c2, c3)                                        \
c0                 44 http/ngx_http_parse.c     *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)
c0                 46 http/ngx_http_parse.c #define ngx_str5cmp(m, c0, c1, c2, c3, c4)                                    \
c0                 47 http/ngx_http_parse.c     *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)             \
c0                 50 http/ngx_http_parse.c #define ngx_str6cmp(m, c0, c1, c2, c3, c4, c5)                                \
c0                 51 http/ngx_http_parse.c     *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)             \
c0                 54 http/ngx_http_parse.c #define ngx_str7_cmp(m, c0, c1, c2, c3, c4, c5, c6, c7)                       \
c0                 55 http/ngx_http_parse.c     *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)             \
c0                 58 http/ngx_http_parse.c #define ngx_str8cmp(m, c0, c1, c2, c3, c4, c5, c6, c7)                        \
c0                 59 http/ngx_http_parse.c     *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)             \
c0                 62 http/ngx_http_parse.c #define ngx_str9cmp(m, c0, c1, c2, c3, c4, c5, c6, c7, c8)                    \
c0                 63 http/ngx_http_parse.c     *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)             \
c0                 69 http/ngx_http_parse.c #define ngx_str3_cmp(m, c0, c1, c2, c3)                                       \
c0                 70 http/ngx_http_parse.c     m[0] == c0 && m[1] == c1 && m[2] == c2
c0                 72 http/ngx_http_parse.c #define ngx_str3Ocmp(m, c0, c1, c2, c3)                                       \
c0                 73 http/ngx_http_parse.c     m[0] == c0 && m[2] == c2 && m[3] == c3
c0                 75 http/ngx_http_parse.c #define ngx_str4cmp(m, c0, c1, c2, c3)                                        \
c0                 76 http/ngx_http_parse.c     m[0] == c0 && m[1] == c1 && m[2] == c2 && m[3] == c3
c0                 78 http/ngx_http_parse.c #define ngx_str5cmp(m, c0, c1, c2, c3, c4)                                    \
c0                 79 http/ngx_http_parse.c     m[0] == c0 && m[1] == c1 && m[2] == c2 && m[3] == c3 && m[4] == c4
c0                 81 http/ngx_http_parse.c #define ngx_str6cmp(m, c0, c1, c2, c3, c4, c5)                                \
c0                 82 http/ngx_http_parse.c     m[0] == c0 && m[1] == c1 && m[2] == c2 && m[3] == c3                      \
c0                 85 http/ngx_http_parse.c #define ngx_str7_cmp(m, c0, c1, c2, c3, c4, c5, c6, c7)                       \
c0                 86 http/ngx_http_parse.c     m[0] == c0 && m[1] == c1 && m[2] == c2 && m[3] == c3                      \
c0                 89 http/ngx_http_parse.c #define ngx_str8cmp(m, c0, c1, c2, c3, c4, c5, c6, c7)                        \
c0                 90 http/ngx_http_parse.c     m[0] == c0 && m[1] == c1 && m[2] == c2 && m[3] == c3                      \
c0                 93 http/ngx_http_parse.c #define ngx_str9cmp(m, c0, c1, c2, c3, c4, c5, c6, c7, c8)                    \
c0                 94 http/ngx_http_parse.c     m[0] == c0 && m[1] == c1 && m[2] == c2 && m[3] == c3                      \
c0               3283 http/ngx_http_upstream.c     u_char  c0, c1, c2;
c0               3288 http/ngx_http_upstream.c             c0 = ngx_tolower(h->value.data[0]);
c0               3291 http/ngx_http_upstream.c             if (c0 == 'n' && c1 == 'o') {
c0               3296 http/ngx_http_upstream.c             c0 = ngx_tolower(h->value.data[0]);
c0               3300 http/ngx_http_upstream.c             if (c0 == 'y' && c1 == 'e' && c2 == 's') {
c0                 16 mail/ngx_mail_parse.c     u_char      ch, *p, *c, c0, c1, c2, c3;
c0                 39 mail/ngx_mail_parse.c                     c0 = ngx_toupper(c[0]);
c0                 44 mail/ngx_mail_parse.c                     if (c0 == 'U' && c1 == 'S' && c2 == 'E' && c3 == 'R')
c0                 48 mail/ngx_mail_parse.c                     } else if (c0 == 'P' && c1 == 'A' && c2 == 'S' && c3 == 'S')
c0                 52 mail/ngx_mail_parse.c                     } else if (c0 == 'A' && c1 == 'P' && c2 == 'O' && c3 == 'P')
c0                 56 mail/ngx_mail_parse.c                     } else if (c0 == 'Q' && c1 == 'U' && c2 == 'I' && c3 == 'T')
c0                 60 mail/ngx_mail_parse.c                     } else if (c0 == 'C' && c1 == 'A' && c2 == 'P' && c3 == 'A')
c0                 64 mail/ngx_mail_parse.c                     } else if (c0 == 'A' && c1 == 'U' && c2 == 'T' && c3 == 'H')
c0                 68 mail/ngx_mail_parse.c                     } else if (c0 == 'N' && c1 == 'O' && c2 == 'O' && c3 == 'P')
c0                 72 mail/ngx_mail_parse.c                     } else if (c0 == 'S' && c1 == 'T' && c2 == 'L' && c3 == 'S')
c0                621 mail/ngx_mail_parse.c     u_char      ch, *p, *c, c0, c1, c2, c3;
c0                644 mail/ngx_mail_parse.c                     c0 = ngx_toupper(c[0]);
c0                649 mail/ngx_mail_parse.c                     if (c0 == 'H' && c1 == 'E' && c2 == 'L' && c3 == 'O')
c0                653 mail/ngx_mail_parse.c                     } else if (c0 == 'E' && c1 == 'H' && c2 == 'L' && c3 == 'O')
c0                657 mail/ngx_mail_parse.c                     } else if (c0 == 'Q' && c1 == 'U' && c2 == 'I' && c3 == 'T')
c0                661 mail/ngx_mail_parse.c                     } else if (c0 == 'A' && c1 == 'U' && c2 == 'T' && c3 == 'H')
c0                665 mail/ngx_mail_parse.c                     } else if (c0 == 'N' && c1 == 'O' && c2 == 'O' && c3 == 'P')
c0                669 mail/ngx_mail_parse.c                     } else if (c0 == 'M' && c1 == 'A' && c2 == 'I' && c3 == 'L')
c0                673 mail/ngx_mail_parse.c                     } else if (c0 == 'R' && c1 == 'S' && c2 == 'E' && c3 == 'T')
c0                677 mail/ngx_mail_parse.c                     } else if (c0 == 'R' && c1 == 'C' && c2 == 'P' && c3 == 'T')
c0                681 mail/ngx_mail_parse.c                     } else if (c0 == 'V' && c1 == 'R' && c2 == 'F' && c3 == 'Y')
c0                685 mail/ngx_mail_parse.c                     } else if (c0 == 'E' && c1 == 'X' && c2 == 'P' && c3 == 'N')
c0                689 mail/ngx_mail_parse.c                     } else if (c0 == 'H' && c1 == 'E' && c2 == 'L' && c3 == 'P')