Lines Matching refs:previous_callout
844 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()
4146 previous_callout = NULL; in compile_branch()
4151 previous_callout = code; in compile_branch()
6522 previous_callout = code; /* Save for later completion */ in compile_branch()