Searched refs:scode (Results 1 – 2 of 2) sorted by relevance
2392 const pcre_uchar *scode; in could_be_empty_branch() local2397 for (scode = cd->start_workspace; scode < cd->hwm; scode += LINK_SIZE) in could_be_empty_branch()2415 scode += GET(scode, 1); in could_be_empty_branch()5423 scode += GET(scode, 1); in compile_branch()7539 if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT]; in is_startline()7540 switch (*scode) in is_startline()7551 do scode += GET(scode, 1); while (*scode == OP_ALT); in is_startline()7555 scode = first_significant_code(scode, FALSE); in is_startline()7556 op = *scode; in is_startline()7680 scode += IMM2_SIZE; in find_firstassertedchar()[all …]
1087 const pcre_uchar *scode = ecode; in match() local1088 if (*scode != OP_ONCE) /* If not at start, find it */ in match()1090 while (*scode == OP_ALT) scode += GET(scode, 1); in match()1091 scode -= GET(scode, 1); in match()1093 if (md->once_target == scode) rrc = MATCH_NOMATCH; in match()
Completed in 52 milliseconds