c5                 50 http/ngx_http_parse.c #define ngx_str6cmp(m, c0, c1, c2, c3, c4, c5)                                \
c5                 52 http/ngx_http_parse.c         && (((uint32_t *) m)[1] & 0xffff) == ((c5 << 8) | c4)
c5                 54 http/ngx_http_parse.c #define ngx_str7_cmp(m, c0, c1, c2, c3, c4, c5, c6, c7)                       \
c5                 56 http/ngx_http_parse.c         && ((uint32_t *) m)[1] == ((c7 << 24) | (c6 << 16) | (c5 << 8) | c4)
c5                 58 http/ngx_http_parse.c #define ngx_str8cmp(m, c0, c1, c2, c3, c4, c5, c6, c7)                        \
c5                 60 http/ngx_http_parse.c         && ((uint32_t *) m)[1] == ((c7 << 24) | (c6 << 16) | (c5 << 8) | c4)
c5                 62 http/ngx_http_parse.c #define ngx_str9cmp(m, c0, c1, c2, c3, c4, c5, c6, c7, c8)                    \
c5                 64 http/ngx_http_parse.c         && ((uint32_t *) m)[1] == ((c7 << 24) | (c6 << 16) | (c5 << 8) | c4)  \
c5                 81 http/ngx_http_parse.c #define ngx_str6cmp(m, c0, c1, c2, c3, c4, c5)                                \
c5                 83 http/ngx_http_parse.c         && m[4] == c4 && m[5] == c5
c5                 85 http/ngx_http_parse.c #define ngx_str7_cmp(m, c0, c1, c2, c3, c4, c5, c6, c7)                       \
c5                 87 http/ngx_http_parse.c         && m[4] == c4 && m[5] == c5 && m[6] == c6
c5                 89 http/ngx_http_parse.c #define ngx_str8cmp(m, c0, c1, c2, c3, c4, c5, c6, c7)                        \
c5                 91 http/ngx_http_parse.c         && m[4] == c4 && m[5] == c5 && m[6] == c6 && m[7] == c7
c5                 93 http/ngx_http_parse.c #define ngx_str9cmp(m, c0, c1, c2, c3, c4, c5, c6, c7, c8)                    \
c5                 95 http/ngx_http_parse.c         && m[4] == c4 && m[5] == c5 && m[6] == c6 && m[7] == c7 && m[8] == c8