Home
last modified time | relevance | path

Searched refs:nclass (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c2621 static BOOL is_char7_bitset(const pcre_uint8 *bitset, BOOL nclass) in is_char7_bitset() argument
2625 const pcre_uint8 value = nclass ? 0xff : 0; in is_char7_bitset()
3962 static BOOL check_class_ranges(compiler_common *common, const pcre_uint8 *bits, BOOL nclass, BOOL i…
4248 static BOOL check_class_ranges(compiler_common *common, const pcre_uint8 *bits, BOOL nclass, BOOL i… in check_class_ranges() argument
4280 if (((bit == 0) && nclass) || ((bit == 1) && !nclass)) in check_class_ranges()

Completed in 29 milliseconds