Searched refs:scode (Results 1 – 2 of 2) sorted by relevance
2475 scode += GET(scode, 1); in could_be_empty_branch()2477 while (*scode == OP_ALT); in could_be_empty_branch()6376 scode += GET(scode, 1); in compile_branch()8665 register int op = *scode; in is_anchored()8766 if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT]; in is_startline()8767 switch (*scode) in is_startline()8779 do scode += GET(scode, 1); while (*scode == OP_ALT); in is_startline()8783 scode = first_significant_code(scode, FALSE); in is_startline()8784 op = *scode; in is_startline()8908 scode += IMM2_SIZE; in find_firstassertedchar()[all …]
1098 const pcre_uchar *scode = ecode; in match() local1099 if (*scode != OP_ONCE) /* If not at start, find it */ in match()1101 while (*scode == OP_ALT) scode += GET(scode, 1); in match()1102 scode -= GET(scode, 1); in match()1104 if (md->once_target == scode) rrc = MATCH_NOMATCH; in match()
Completed in 31 milliseconds