Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c844 complete_callout(PCRE2_UCHAR *previous_callout, PCRE2_SPTR ptr, in complete_callout() argument
847 size_t length = (size_t)(ptr - cb->start_pattern - GET(previous_callout, 1)); in complete_callout()
848 PUT(previous_callout, 1 + LINK_SIZE, length); in complete_callout()
3885 PCRE2_UCHAR *previous_callout = NULL; in compile_branch() local
4059 if (previous_callout != NULL) in compile_branch()
4062 complete_callout(previous_callout, ptr, cb); in compile_branch()
4063 previous_callout = NULL; in compile_branch()
4067 previous_callout = code; in compile_branch()
4142 if (previous_callout != NULL && after_manual_callout-- <= 0) in compile_branch()
4145 complete_callout(previous_callout, ptr, cb); in compile_branch()
[all …]