Searched refs:check_class_ranges (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 3931 static BOOL check_class_ranges(compiler_common *common, const pcre_uint8 *bits, BOOL nclass, BOOL i… 3959 if (!check_class_ranges(common, start_bits, (start_bits[31] & 0x80) != 0, TRUE, &matches)) in fast_forward_start_bits() 4217 static BOOL check_class_ranges(compiler_common *common, const pcre_uint8 *bits, BOOL nclass, BOOL i… in check_class_ranges() function 4873 …if (!check_class_ranges(common, (const pcre_uint8 *)cc, (((const pcre_uint8 *)cc)[31] & 0x80) != 0… in compile_xclass_matchingpath() 4900 if (!check_class_ranges(common, (const pcre_uint8 *)cc, FALSE, TRUE, list)) in compile_xclass_matchingpath() 5749 if (check_class_ranges(common, (const pcre_uint8 *)cc, type == OP_NCLASS, FALSE, backtracks)) in compile_char1_matchingpath()
|
Completed in 23 milliseconds