Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c4038 complete_callout(pcre_uchar *previous_callout, const pcre_uchar *ptr, compile_data *cd) in complete_callout() argument
4040 int length = (int)(ptr - cd->start_pattern - GET(previous_callout, 2)); in complete_callout()
4041 PUT(previous_callout, 2 + LINK_SIZE, length); in complete_callout()
4413 pcre_uchar *previous_callout = NULL; in compile_branch() local
4591 if (previous_callout != NULL) in compile_branch()
4594 complete_callout(previous_callout, ptr, cd); in compile_branch()
4595 previous_callout = NULL; in compile_branch()
4599 previous_callout = code; in compile_branch()
4642 if (!is_quantifier && previous_callout != NULL && nestptr == NULL && in compile_branch()
4646 complete_callout(previous_callout, ptr, cd); in compile_branch()
[all …]