check_class_ranges 3931 ext/pcre/pcrelib/pcre_jit_compile.c static BOOL check_class_ranges(compiler_common *common, const pcre_uint8 *bits, BOOL nclass, BOOL invert, jump_list **backtracks);
check_class_ranges 3959 ext/pcre/pcrelib/pcre_jit_compile.c if (!check_class_ranges(common, start_bits, (start_bits[31] & 0x80) != 0, TRUE, &matches))
check_class_ranges 4873 ext/pcre/pcrelib/pcre_jit_compile.c     if (!check_class_ranges(common, (const pcre_uint8 *)cc, (((const pcre_uint8 *)cc)[31] & 0x80) != 0, TRUE, &found))
check_class_ranges 4900 ext/pcre/pcrelib/pcre_jit_compile.c   if (!check_class_ranges(common, (const pcre_uint8 *)cc, FALSE, TRUE, list))
check_class_ranges 5749 ext/pcre/pcrelib/pcre_jit_compile.c   if (check_class_ranges(common, (const pcre_uint8 *)cc, type == OP_NCLASS, FALSE, backtracks))