Searched refs:char_get_othercase_bit (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_jit_compile.c1486 static unsigned int char_get_othercase_bit(compiler_common *common, pcre_uchar* cc) function
2747 othercasebit = char_get_othercase_bit(common, cc);
3608 if (common->mode == JIT_COMPILE && (type == OP_CHAR || !char_has_othercase(common, cc) || char_get_othercase_bit(common, cc) != 0))
3808 if (char_has_othercase(common, cc + 1) && char_get_othercase_bit(common, cc + 1) == 0)
3815 if (char_has_othercase(common, cc + 1) && char_get_othercase_bit(common, cc + 1) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_jit_compile.c1486 static unsigned int char_get_othercase_bit(compiler_common *common, pcre_uchar* cc) function
2747 othercasebit = char_get_othercase_bit(common, cc);
3608 if (common->mode == JIT_COMPILE && (type == OP_CHAR || !char_has_othercase(common, cc) || char_get_othercase_bit(common, cc) != 0))
3808 if (char_has_othercase(common, cc + 1) && char_get_othercase_bit(common, cc + 1) == 0)
3815 if (char_has_othercase(common, cc + 1) && char_get_othercase_bit(common, cc + 1) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_jit_compile.c1486 static unsigned int char_get_othercase_bit(compiler_common *common, pcre_uchar* cc) function
2747 othercasebit = char_get_othercase_bit(common, cc);
3608 if (common->mode == JIT_COMPILE && (type == OP_CHAR || !char_has_othercase(common, cc) || char_get_othercase_bit(common, cc) != 0))
3808 if (char_has_othercase(common, cc + 1) && char_get_othercase_bit(common, cc + 1) == 0)
3815 if (char_has_othercase(common, cc + 1) && char_get_othercase_bit(common, cc + 1) == 0)

Completed in 146 milliseconds