Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c2472 scode += GET(scode, 1); in could_be_empty_branch()
2474 while (*scode == OP_ALT); in could_be_empty_branch()
6292 scode += GET(scode, 1); in compile_branch()
8615 register int op = *scode; in is_anchored()
8715 if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT]; in is_startline()
8716 switch (*scode) in is_startline()
8728 do scode += GET(scode, 1); while (*scode == OP_ALT); in is_startline()
8732 scode = first_significant_code(scode, FALSE); in is_startline()
8733 op = *scode; in is_startline()
8857 scode += IMM2_SIZE; in find_firstassertedchar()
[all …]
H A Dpcre_exec.c1096 const pcre_uchar *scode = ecode; in match() local
1097 if (*scode != OP_ONCE) /* If not at start, find it */ in match()
1099 while (*scode == OP_ALT) scode += GET(scode, 1); in match()
1100 scode -= GET(scode, 1); in match()
1102 if (md->once_target == scode) rrc = MATCH_NOMATCH; in match()

Completed in 30 milliseconds