Searched refs:do_callout (Results 1 – 4 of 4) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_dfa_match.c | 346 do_callout(PCRE2_SPTR code, PCRE2_SIZE *offsets, PCRE2_SPTR current_subject, in do_callout() function 2731 rrc = do_callout(code, offsets, current_subject, ptr, mb, in internal_dfa_match() 3128 rrc = do_callout(code, offsets, current_subject, ptr, mb, 0, in internal_dfa_match()
|
D | pcre2_match.c | 265 do_callout(heapframe *F, match_block *mb, PCRE2_SIZE *lengthptr) in do_callout() function 5209 rrc = do_callout(F, mb, &length); in match() 5242 rrc = do_callout(F, mb, &length); in match()
|
D | pcre2_jit_compile.c | 8202 static sljit_s32 SLJIT_FUNC do_callout(struct jit_arguments *arguments, pcre2_callout_block *callou… in do_callout() function 8319 …S32) | SLJIT_ARG1(SW) | SLJIT_ARG2(SW) | SLJIT_ARG3(SW), SLJIT_IMM, SLJIT_FUNC_OFFSET(do_callout)); in compile_callout_matchingpath()
|
/external/pcre/dist2/ |
D | ChangeLog | 377 (f) Refactor some code in do_callout() to avoid picky compiler warnings about
|