c1                852 core/ngx_conf_file.c     u_char  c0, c1;
c1                864 core/ngx_conf_file.c     c1 = name->data[1];
c1                866 core/ngx_conf_file.c     if (c1 == ':') {
c1                876 core/ngx_conf_file.c     if (c1 == '/') {
c1                563 core/ngx_string.c     ngx_uint_t  c1, c2;
c1                566 core/ngx_string.c         c1 = (ngx_uint_t) *s1++;
c1                569 core/ngx_string.c         c1 = (c1 >= 'A' && c1 <= 'Z') ? (c1 | 0x20) : c1;
c1                572 core/ngx_string.c         if (c1 == c2) {
c1                574 core/ngx_string.c             if (c1) {
c1                581 core/ngx_string.c         return c1 - c2;
c1                589 core/ngx_string.c     ngx_uint_t  c1, c2;
c1                592 core/ngx_string.c         c1 = (ngx_uint_t) *s1++;
c1                595 core/ngx_string.c         c1 = (c1 >= 'A' && c1 <= 'Z') ? (c1 | 0x20) : c1;
c1                598 core/ngx_string.c         if (c1 == c2) {
c1                600 core/ngx_string.c             if (c1) {
c1                608 core/ngx_string.c         return c1 - c2;
c1                618 core/ngx_string.c     u_char  c1, c2;
c1                631 core/ngx_string.c             c1 = *s1++;
c1                633 core/ngx_string.c             if (c1 == 0) {
c1                637 core/ngx_string.c         } while (c1 != c2);
c1                658 core/ngx_string.c     u_char  c1, c2;
c1                664 core/ngx_string.c             c1 = *s1++;
c1                666 core/ngx_string.c             if (c1 == 0) {
c1                670 core/ngx_string.c         } while (c1 != c2);
c1                681 core/ngx_string.c     ngx_uint_t  c1, c2;
c1                688 core/ngx_string.c             c1 = (ngx_uint_t) *s1++;
c1                690 core/ngx_string.c             if (c1 == 0) {
c1                694 core/ngx_string.c             c1 = (c1 >= 'A' && c1 <= 'Z') ? (c1 | 0x20) : c1;
c1                696 core/ngx_string.c         } while (c1 != c2);
c1                713 core/ngx_string.c     ngx_uint_t  c1, c2;
c1                725 core/ngx_string.c             c1 = (ngx_uint_t) *s1++;
c1                727 core/ngx_string.c             c1 = (c1 >= 'A' && c1 <= 'Z') ? (c1 | 0x20) : c1;
c1                729 core/ngx_string.c         } while (c1 != c2);
c1                763 core/ngx_string.c     u_char  c1, c2;
c1                772 core/ngx_string.c         c1 = s1[n];
c1                773 core/ngx_string.c         if (c1 >= 'a' && c1 <= 'z') {
c1                774 core/ngx_string.c             c1 -= 'a' - 'A';
c1                782 core/ngx_string.c         if (c1 != c2) {
c1                783 core/ngx_string.c             return c1 - c2;
c1                823 core/ngx_string.c     ngx_uint_t  c1, c2;
c1                826 core/ngx_string.c         c1 = (ngx_uint_t) *s1++;
c1                829 core/ngx_string.c         c1 = (c1 >= 'A' && c1 <= 'Z') ? (c1 | 0x20) : c1;
c1                832 core/ngx_string.c         if (c1 == c2) {
c1                834 core/ngx_string.c             if (c1) {
c1                843 core/ngx_string.c         c1 = (c1 == '.') ? ' ' : c1;
c1                846 core/ngx_string.c         return c1 - c2;
c1                 37 http/ngx_http_parse.c #define ngx_str3_cmp(m, c0, c1, c2, c3)                                       \
c1                 38 http/ngx_http_parse.c     *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)
c1                 40 http/ngx_http_parse.c #define ngx_str3Ocmp(m, c0, c1, c2, c3)                                       \
c1                 41 http/ngx_http_parse.c     *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)
c1                 43 http/ngx_http_parse.c #define ngx_str4cmp(m, c0, c1, c2, c3)                                        \
c1                 44 http/ngx_http_parse.c     *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)
c1                 46 http/ngx_http_parse.c #define ngx_str5cmp(m, c0, c1, c2, c3, c4)                                    \
c1                 47 http/ngx_http_parse.c     *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)             \
c1                 50 http/ngx_http_parse.c #define ngx_str6cmp(m, c0, c1, c2, c3, c4, c5)                                \
c1                 51 http/ngx_http_parse.c     *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)             \
c1                 54 http/ngx_http_parse.c #define ngx_str7_cmp(m, c0, c1, c2, c3, c4, c5, c6, c7)                       \
c1                 55 http/ngx_http_parse.c     *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)             \
c1                 58 http/ngx_http_parse.c #define ngx_str8cmp(m, c0, c1, c2, c3, c4, c5, c6, c7)                        \
c1                 59 http/ngx_http_parse.c     *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)             \
c1                 62 http/ngx_http_parse.c #define ngx_str9cmp(m, c0, c1, c2, c3, c4, c5, c6, c7, c8)                    \
c1                 63 http/ngx_http_parse.c     *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)             \
c1                 69 http/ngx_http_parse.c #define ngx_str3_cmp(m, c0, c1, c2, c3)                                       \
c1                 70 http/ngx_http_parse.c     m[0] == c0 && m[1] == c1 && m[2] == c2
c1                 72 http/ngx_http_parse.c #define ngx_str3Ocmp(m, c0, c1, c2, c3)                                       \
c1                 75 http/ngx_http_parse.c #define ngx_str4cmp(m, c0, c1, c2, c3)                                        \
c1                 76 http/ngx_http_parse.c     m[0] == c0 && m[1] == c1 && m[2] == c2 && m[3] == c3
c1                 78 http/ngx_http_parse.c #define ngx_str5cmp(m, c0, c1, c2, c3, c4)                                    \
c1                 79 http/ngx_http_parse.c     m[0] == c0 && m[1] == c1 && m[2] == c2 && m[3] == c3 && m[4] == c4
c1                 81 http/ngx_http_parse.c #define ngx_str6cmp(m, c0, c1, c2, c3, c4, c5)                                \
c1                 82 http/ngx_http_parse.c     m[0] == c0 && m[1] == c1 && m[2] == c2 && m[3] == c3                      \
c1                 85 http/ngx_http_parse.c #define ngx_str7_cmp(m, c0, c1, c2, c3, c4, c5, c6, c7)                       \
c1                 86 http/ngx_http_parse.c     m[0] == c0 && m[1] == c1 && m[2] == c2 && m[3] == c3                      \
c1                 89 http/ngx_http_parse.c #define ngx_str8cmp(m, c0, c1, c2, c3, c4, c5, c6, c7)                        \
c1                 90 http/ngx_http_parse.c     m[0] == c0 && m[1] == c1 && m[2] == c2 && m[3] == c3                      \
c1                 93 http/ngx_http_parse.c #define ngx_str9cmp(m, c0, c1, c2, c3, c4, c5, c6, c7, c8)                    \
c1                 94 http/ngx_http_parse.c     m[0] == c0 && m[1] == c1 && m[2] == c2 && m[3] == c3                      \
c1               3283 http/ngx_http_upstream.c     u_char  c0, c1, c2;
c1               3289 http/ngx_http_upstream.c             c1 = ngx_tolower(h->value.data[1]);
c1               3291 http/ngx_http_upstream.c             if (c0 == 'n' && c1 == 'o') {
c1               3297 http/ngx_http_upstream.c             c1 = ngx_tolower(h->value.data[1]);
c1               3300 http/ngx_http_upstream.c             if (c0 == 'y' && c1 == 'e' && c2 == 's') {
c1                 16 mail/ngx_mail_parse.c     u_char      ch, *p, *c, c0, c1, c2, c3;
c1                 40 mail/ngx_mail_parse.c                     c1 = ngx_toupper(c[1]);
c1                 44 mail/ngx_mail_parse.c                     if (c0 == 'U' && c1 == 'S' && c2 == 'E' && c3 == 'R')
c1                 48 mail/ngx_mail_parse.c                     } else if (c0 == 'P' && c1 == 'A' && c2 == 'S' && c3 == 'S')
c1                 52 mail/ngx_mail_parse.c                     } else if (c0 == 'A' && c1 == 'P' && c2 == 'O' && c3 == 'P')
c1                 56 mail/ngx_mail_parse.c                     } else if (c0 == 'Q' && c1 == 'U' && c2 == 'I' && c3 == 'T')
c1                 60 mail/ngx_mail_parse.c                     } else if (c0 == 'C' && c1 == 'A' && c2 == 'P' && c3 == 'A')
c1                 64 mail/ngx_mail_parse.c                     } else if (c0 == 'A' && c1 == 'U' && c2 == 'T' && c3 == 'H')
c1                 68 mail/ngx_mail_parse.c                     } else if (c0 == 'N' && c1 == 'O' && c2 == 'O' && c3 == 'P')
c1                 72 mail/ngx_mail_parse.c                     } else if (c0 == 'S' && c1 == 'T' && c2 == 'L' && c3 == 'S')
c1                621 mail/ngx_mail_parse.c     u_char      ch, *p, *c, c0, c1, c2, c3;
c1                645 mail/ngx_mail_parse.c                     c1 = ngx_toupper(c[1]);
c1                649 mail/ngx_mail_parse.c                     if (c0 == 'H' && c1 == 'E' && c2 == 'L' && c3 == 'O')
c1                653 mail/ngx_mail_parse.c                     } else if (c0 == 'E' && c1 == 'H' && c2 == 'L' && c3 == 'O')
c1                657 mail/ngx_mail_parse.c                     } else if (c0 == 'Q' && c1 == 'U' && c2 == 'I' && c3 == 'T')
c1                661 mail/ngx_mail_parse.c                     } else if (c0 == 'A' && c1 == 'U' && c2 == 'T' && c3 == 'H')
c1                665 mail/ngx_mail_parse.c                     } else if (c0 == 'N' && c1 == 'O' && c2 == 'O' && c3 == 'P')
c1                669 mail/ngx_mail_parse.c                     } else if (c0 == 'M' && c1 == 'A' && c2 == 'I' && c3 == 'L')
c1                673 mail/ngx_mail_parse.c                     } else if (c0 == 'R' && c1 == 'S' && c2 == 'E' && c3 == 'T')
c1                677 mail/ngx_mail_parse.c                     } else if (c0 == 'R' && c1 == 'C' && c2 == 'P' && c3 == 'T')
c1                681 mail/ngx_mail_parse.c                     } else if (c0 == 'V' && c1 == 'R' && c2 == 'F' && c3 == 'Y')
c1                685 mail/ngx_mail_parse.c                     } else if (c0 == 'E' && c1 == 'X' && c2 == 'P' && c3 == 'N')
c1                689 mail/ngx_mail_parse.c                     } else if (c0 == 'H' && c1 == 'E' && c2 == 'L' && c3 == 'P')