Searched defs:nclass (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_jit_compile.c2570 static BOOL is_char7_bitset(const pcre_uint8 *bitset, BOOL nclass) argument
2574 const pcre_uint8 value = nclass ? 0xff : 0;
3916 static BOOL check_class_ranges(compiler_common *common, const pcre_uint8 *bits, BOOL nclass, BOOL invert, jump_list **backtracks);
4202 static BOOL check_class_ranges(compiler_common *common, const pcre_uint8 *bits, BOOL nclass, BOOL invert, jump_list **backtracks) argument
4234 if (((bit == 0) && nclass) || ((bit == 1) && !nclass))

Completed in 58 milliseconds