Lines Matching refs:nestptr
4411 const pcre_uchar *nestptr = NULL; in compile_branch() local
4506 if (c == CHAR_NULL && nestptr != NULL) in compile_branch()
4508 ptr = nestptr; in compile_branch()
4509 nestptr = NULL; in compile_branch()
4642 if (!is_quantifier && previous_callout != NULL && nestptr == NULL && in compile_branch()
4653 if ((options & PCRE_AUTO_CALLOUT) != 0 && !is_quantifier && nestptr == NULL) in compile_branch()
4752 nestptr = ptr + 7; in compile_branch()
4759 nestptr = ptr + 7; in compile_branch()
4952 nestptr = tempptr + 1; in compile_branch()
5083 nestptr = ptr; in compile_branch()
5398 (nestptr != NULL && in compile_branch()
5399 (ptr = nestptr, nestptr = NULL, c = *(++ptr)) != CHAR_NULL)) && in compile_branch()
7857 nestptr = ptr + 1; /* Where to resume */ in compile_branch()