Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c2392 const pcre_uchar *scode; in could_be_empty_branch() local
2397 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 …]
H A Dpcre_exec.c1087 const pcre_uchar *scode = ecode; in match() local
1088 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 44 milliseconds