c2                563 core/ngx_string.c     ngx_uint_t  c1, c2;
c2                567 core/ngx_string.c         c2 = (ngx_uint_t) *s2++;
c2                570 core/ngx_string.c         c2 = (c2 >= 'A' && c2 <= 'Z') ? (c2 | 0x20) : c2;
c2                572 core/ngx_string.c         if (c1 == c2) {
c2                581 core/ngx_string.c         return c1 - c2;
c2                589 core/ngx_string.c     ngx_uint_t  c1, c2;
c2                593 core/ngx_string.c         c2 = (ngx_uint_t) *s2++;
c2                596 core/ngx_string.c         c2 = (c2 >= 'A' && c2 <= 'Z') ? (c2 | 0x20) : c2;
c2                598 core/ngx_string.c         if (c1 == c2) {
c2                608 core/ngx_string.c         return c1 - c2;
c2                618 core/ngx_string.c     u_char  c1, c2;
c2                621 core/ngx_string.c     c2 = *(u_char *) s2++;
c2                637 core/ngx_string.c         } while (c1 != c2);
c2                658 core/ngx_string.c     u_char  c1, c2;
c2                660 core/ngx_string.c     c2 = *(u_char *) s2++;
c2                670 core/ngx_string.c         } while (c1 != c2);
c2                681 core/ngx_string.c     ngx_uint_t  c1, c2;
c2                683 core/ngx_string.c     c2 = (ngx_uint_t) *s2++;
c2                684 core/ngx_string.c     c2 = (c2 >= 'A' && c2 <= 'Z') ? (c2 | 0x20) : c2;
c2                696 core/ngx_string.c         } while (c1 != c2);
c2                713 core/ngx_string.c     ngx_uint_t  c1, c2;
c2                715 core/ngx_string.c     c2 = (ngx_uint_t) *s2++;
c2                716 core/ngx_string.c     c2 = (c2 >= 'A' && c2 <= 'Z') ? (c2 | 0x20) : c2;
c2                729 core/ngx_string.c         } while (c1 != c2);
c2                763 core/ngx_string.c     u_char  c1, c2;
c2                777 core/ngx_string.c         c2 = s2[n];
c2                778 core/ngx_string.c         if (c2 >= 'a' && c2 <= 'z') {
c2                779 core/ngx_string.c             c2 -= 'a' - 'A';
c2                782 core/ngx_string.c         if (c1 != c2) {
c2                783 core/ngx_string.c             return c1 - c2;
c2                823 core/ngx_string.c     ngx_uint_t  c1, c2;
c2                827 core/ngx_string.c         c2 = (ngx_uint_t) *s2++;
c2                830 core/ngx_string.c         c2 = (c2 >= 'A' && c2 <= 'Z') ? (c2 | 0x20) : c2;
c2                832 core/ngx_string.c         if (c1 == c2) {
c2                844 core/ngx_string.c         c2 = (c2 == '.') ? ' ' : c2;
c2                846 core/ngx_string.c         return c1 - c2;
c2                 37 http/ngx_http_parse.c #define ngx_str3_cmp(m, c0, c1, c2, c3)                                       \
c2                 38 http/ngx_http_parse.c     *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)
c2                 40 http/ngx_http_parse.c #define ngx_str3Ocmp(m, c0, c1, c2, c3)                                       \
c2                 41 http/ngx_http_parse.c     *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)
c2                 43 http/ngx_http_parse.c #define ngx_str4cmp(m, c0, c1, c2, c3)                                        \
c2                 44 http/ngx_http_parse.c     *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)
c2                 46 http/ngx_http_parse.c #define ngx_str5cmp(m, c0, c1, c2, c3, c4)                                    \
c2                 47 http/ngx_http_parse.c     *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)             \
c2                 50 http/ngx_http_parse.c #define ngx_str6cmp(m, c0, c1, c2, c3, c4, c5)                                \
c2                 51 http/ngx_http_parse.c     *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)             \
c2                 54 http/ngx_http_parse.c #define ngx_str7_cmp(m, c0, c1, c2, c3, c4, c5, c6, c7)                       \
c2                 55 http/ngx_http_parse.c     *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)             \
c2                 58 http/ngx_http_parse.c #define ngx_str8cmp(m, c0, c1, c2, c3, c4, c5, c6, c7)                        \
c2                 59 http/ngx_http_parse.c     *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)             \
c2                 62 http/ngx_http_parse.c #define ngx_str9cmp(m, c0, c1, c2, c3, c4, c5, c6, c7, c8)                    \
c2                 63 http/ngx_http_parse.c     *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)             \
c2                 69 http/ngx_http_parse.c #define ngx_str3_cmp(m, c0, c1, c2, c3)                                       \
c2                 70 http/ngx_http_parse.c     m[0] == c0 && m[1] == c1 && m[2] == c2
c2                 72 http/ngx_http_parse.c #define ngx_str3Ocmp(m, c0, c1, c2, c3)                                       \
c2                 73 http/ngx_http_parse.c     m[0] == c0 && m[2] == c2 && m[3] == c3
c2                 75 http/ngx_http_parse.c #define ngx_str4cmp(m, c0, c1, c2, c3)                                        \
c2                 76 http/ngx_http_parse.c     m[0] == c0 && m[1] == c1 && m[2] == c2 && m[3] == c3
c2                 78 http/ngx_http_parse.c #define ngx_str5cmp(m, c0, c1, c2, c3, c4)                                    \
c2                 79 http/ngx_http_parse.c     m[0] == c0 && m[1] == c1 && m[2] == c2 && m[3] == c3 && m[4] == c4
c2                 81 http/ngx_http_parse.c #define ngx_str6cmp(m, c0, c1, c2, c3, c4, c5)                                \
c2                 82 http/ngx_http_parse.c     m[0] == c0 && m[1] == c1 && m[2] == c2 && m[3] == c3                      \
c2                 85 http/ngx_http_parse.c #define ngx_str7_cmp(m, c0, c1, c2, c3, c4, c5, c6, c7)                       \
c2                 86 http/ngx_http_parse.c     m[0] == c0 && m[1] == c1 && m[2] == c2 && m[3] == c3                      \
c2                 89 http/ngx_http_parse.c #define ngx_str8cmp(m, c0, c1, c2, c3, c4, c5, c6, c7)                        \
c2                 90 http/ngx_http_parse.c     m[0] == c0 && m[1] == c1 && m[2] == c2 && m[3] == c3                      \
c2                 93 http/ngx_http_parse.c #define ngx_str9cmp(m, c0, c1, c2, c3, c4, c5, c6, c7, c8)                    \
c2                 94 http/ngx_http_parse.c     m[0] == c0 && m[1] == c1 && m[2] == c2 && m[3] == c3                      \
c2               3283 http/ngx_http_upstream.c     u_char  c0, c1, c2;
c2               3298 http/ngx_http_upstream.c             c2 = ngx_tolower(h->value.data[2]);
c2               3300 http/ngx_http_upstream.c             if (c0 == 'y' && c1 == 'e' && c2 == 's') {
c2                 16 mail/ngx_mail_parse.c     u_char      ch, *p, *c, c0, c1, c2, c3;
c2                 41 mail/ngx_mail_parse.c                     c2 = ngx_toupper(c[2]);
c2                 44 mail/ngx_mail_parse.c                     if (c0 == 'U' && c1 == 'S' && c2 == 'E' && c3 == 'R')
c2                 48 mail/ngx_mail_parse.c                     } else if (c0 == 'P' && c1 == 'A' && c2 == 'S' && c3 == 'S')
c2                 52 mail/ngx_mail_parse.c                     } else if (c0 == 'A' && c1 == 'P' && c2 == 'O' && c3 == 'P')
c2                 56 mail/ngx_mail_parse.c                     } else if (c0 == 'Q' && c1 == 'U' && c2 == 'I' && c3 == 'T')
c2                 60 mail/ngx_mail_parse.c                     } else if (c0 == 'C' && c1 == 'A' && c2 == 'P' && c3 == 'A')
c2                 64 mail/ngx_mail_parse.c                     } else if (c0 == 'A' && c1 == 'U' && c2 == 'T' && c3 == 'H')
c2                 68 mail/ngx_mail_parse.c                     } else if (c0 == 'N' && c1 == 'O' && c2 == 'O' && c3 == 'P')
c2                 72 mail/ngx_mail_parse.c                     } else if (c0 == 'S' && c1 == 'T' && c2 == 'L' && c3 == 'S')
c2                621 mail/ngx_mail_parse.c     u_char      ch, *p, *c, c0, c1, c2, c3;
c2                646 mail/ngx_mail_parse.c                     c2 = ngx_toupper(c[2]);
c2                649 mail/ngx_mail_parse.c                     if (c0 == 'H' && c1 == 'E' && c2 == 'L' && c3 == 'O')
c2                653 mail/ngx_mail_parse.c                     } else if (c0 == 'E' && c1 == 'H' && c2 == 'L' && c3 == 'O')
c2                657 mail/ngx_mail_parse.c                     } else if (c0 == 'Q' && c1 == 'U' && c2 == 'I' && c3 == 'T')
c2                661 mail/ngx_mail_parse.c                     } else if (c0 == 'A' && c1 == 'U' && c2 == 'T' && c3 == 'H')
c2                665 mail/ngx_mail_parse.c                     } else if (c0 == 'N' && c1 == 'O' && c2 == 'O' && c3 == 'P')
c2                669 mail/ngx_mail_parse.c                     } else if (c0 == 'M' && c1 == 'A' && c2 == 'I' && c3 == 'L')
c2                673 mail/ngx_mail_parse.c                     } else if (c0 == 'R' && c1 == 'S' && c2 == 'E' && c3 == 'T')
c2                677 mail/ngx_mail_parse.c                     } else if (c0 == 'R' && c1 == 'C' && c2 == 'P' && c3 == 'T')
c2                681 mail/ngx_mail_parse.c                     } else if (c0 == 'V' && c1 == 'R' && c2 == 'F' && c3 == 'Y')
c2                685 mail/ngx_mail_parse.c                     } else if (c0 == 'E' && c1 == 'X' && c2 == 'P' && c3 == 'N')
c2                689 mail/ngx_mail_parse.c                     } else if (c0 == 'H' && c1 == 'E' && c2 == 'L' && c3 == 'P')