Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c7839 int op = *scode; in is_anchored()
7871 if (scode[GET(scode,1)] != OP_ALT) return FALSE; in is_anchored()
7944 int op = *scode; in is_startline()
7955 if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT]; in is_startline()
7956 else if (*scode == OP_CALLOUT_STR) scode += GET(scode, 1 + 2*LINK_SIZE); in is_startline()
7958 switch (*scode) in is_startline()
7971 do scode += GET(scode, 1); while (*scode == OP_ALT); in is_startline()
7975 scode = first_significant_code(scode, FALSE); in is_startline()
7976 op = *scode; in is_startline()
8251 scode += IMM2_SIZE; in find_firstassertedcu()
[all …]

Completed in 39 milliseconds