Searched refs:do_callout (Results 1 – 4 of 4) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_dfa_match.c | 353 do_callout(PCRE2_SPTR code, PCRE2_SIZE *offsets, PCRE2_SPTR current_subject, in do_callout() function 2745 rrc = do_callout(code, offsets, current_subject, ptr, mb, in internal_dfa_match() 3142 rrc = do_callout(code, offsets, current_subject, ptr, mb, 0, in internal_dfa_match()
|
D | pcre2_match.c | 266 do_callout(heapframe *F, match_block *mb, PCRE2_SIZE *lengthptr) in do_callout() function 5285 rrc = do_callout(F, mb, &length); in match() 5318 rrc = do_callout(F, mb, &length); in match()
|
D | pcre2_jit_compile.c | 9461 static sljit_s32 SLJIT_FUNC do_callout(struct jit_arguments *arguments, pcre2_callout_block *callou… in do_callout() function 9578 …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 | 944 (f) Refactor some code in do_callout() to avoid picky compiler warnings about
|