• Home
  • Raw
  • Download

Lines Matching refs:end_pattern

48 #define PSEND   end_pattern    /* Field containing processed string end */
3038 for (; ptr < cb->end_pattern; ptr++) in process_verb_name()
3067 while (*ptr != CHAR_NULL || ptr < cb->end_pattern) in process_verb_name()
3096 rc = PRIV(check_escape)(&ptr, cb->end_pattern, &x, errorcodeptr, options, in process_verb_name()
3249 for (; ptr < cb->end_pattern; ptr++) in scan_for_captures()
3284 while (ptr < cb->end_pattern) in scan_for_captures()
3319 escape = PRIV(check_escape)(&ptr, cb->end_pattern, &c, &errorcode, options, in scan_for_captures()
3369 if (c == CHAR_NULL && ptr >= cb->end_pattern) in scan_for_captures()
3404 escape = PRIV(check_escape)(&ptr, cb->end_pattern, &c, &errorcode, in scan_for_captures()
3444 while (ptr < cb->end_pattern && *ptr != CHAR_RIGHT_PARENTHESIS) in scan_for_captures()
3575 if (++ptr >= cb->end_pattern) in scan_for_captures()
4049 if (c != CHAR_NULL || ptr < cb->end_pattern) in compile_branch()
4094 while (ptr < cb->end_pattern) in compile_branch()
4120 while (ptr < cb->end_pattern && *ptr != CHAR_RIGHT_PARENTHESIS) ptr++; in compile_branch()
4164 if (ptr < cb->end_pattern) goto NORMAL_CHAR; /* Zero data character */ in compile_branch()
4362 if (c == CHAR_NULL && ptr >= cb->end_pattern) in compile_branch()
4553 escape = PRIV(check_escape)(&ptr, cb->end_pattern, &ec, errorcodeptr, in compile_branch()
4765 descape = PRIV(check_escape)(&ptr, cb->end_pattern, &d, in compile_branch()
5124 while (ptr < cb->end_pattern) in compile_branch()
5912 while (ptr < cb->end_pattern && *ptr != CHAR_RIGHT_PARENTHESIS) in compile_branch()
6136 for (i = 4; ptr + i < cb->end_pattern; i++) in compile_branch()
6560 if (++ptr >= cb->end_pattern) in compile_branch()
7236 escape = PRIV(check_escape)(&ptr, cb->end_pattern, &ec, errorcodeptr, in compile_branch()
8434 cb.end_pattern = pattern + patlen; in pcre2_compile()