Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c8275 int op = *scode; in is_anchored()
8307 if (scode[GET(scode,1)] != OP_ALT) return FALSE; in is_anchored()
8380 int op = *scode; in is_startline()
8391 if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT]; in is_startline()
8392 else if (*scode == OP_CALLOUT_STR) scode += GET(scode, 1 + 2*LINK_SIZE); in is_startline()
8394 switch (*scode) in is_startline()
8407 do scode += GET(scode, 1); while (*scode == OP_ALT); in is_startline()
8411 scode = first_significant_code(scode, FALSE); in is_startline()
8412 op = *scode; in is_startline()
8690 scode += IMM2_SIZE; in find_firstassertedcu()
[all …]

Completed in 22 milliseconds