Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c1100 static SLJIT_INLINE void detect_fast_fail(compiler_common *common, PCRE2_SPTR cc, int *private_data… in detect_fast_fail() function
1142 detect_fast_fail(common, cc, private_data_start, depth - 1); in detect_fast_fail()
12209 detect_fast_fail(common, common->start, &private_data_size, 4); in jit_compile()