Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_compile.c2455 scode += GET(scode, 1); in could_be_empty_branch()
2457 while (*scode == OP_ALT); in could_be_empty_branch()
6252 scode += GET(scode, 1); in compile_branch()
8477 register int op = *scode; in is_anchored()
8577 if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT]; in is_startline()
8578 switch (*scode) in is_startline()
8590 do scode += GET(scode, 1); while (*scode == OP_ALT); in is_startline()
8594 scode = first_significant_code(scode, FALSE); in is_startline()
8595 op = *scode; in is_startline()
8719 scode += IMM2_SIZE; in find_firstassertedchar()
[all …]
H A Dpcre_exec.c1098 const pcre_uchar *scode = ecode; in match() local
1099 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 37 milliseconds