Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c8699 int op = *scode; in is_anchored()
8731 if (scode[GET(scode,1)] != OP_ALT) return FALSE; in is_anchored()
8804 int op = *scode; in is_startline()
8815 if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT]; in is_startline()
8816 else if (*scode == OP_CALLOUT_STR) scode += GET(scode, 1 + 2*LINK_SIZE); in is_startline()
8818 switch (*scode) in is_startline()
8831 do scode += GET(scode, 1); while (*scode == OP_ALT); in is_startline()
8835 scode = first_significant_code(scode, FALSE); in is_startline()
8836 op = *scode; in is_startline()
9113 scode += IMM2_SIZE; in find_firstassertedcu()
[all …]

Completed in 27 milliseconds