Searched refs:detect_early_fail (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 1239 static int detect_early_fail(compiler_common *common, PCRE2_SPTR cc, int *private_data_start, sljit… in detect_early_fail() function 1502 count = detect_early_fail(common, cc, private_data_start, depth + 1, count); in detect_early_fail() 13666 detect_early_fail(common, common->start, &private_data_size, 0, 0); in jit_compile()
|