Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c116 static const uint8_t coptable[] = { variable
807 if (coptable[codevalue] > 0) in internal_dfa_match()
811 if (utf) { GETCHARLEN(d, (code + coptable[codevalue]), dlen); } else in internal_dfa_match()
813 d = code[coptable[codevalue]]; in internal_dfa_match()
851 ((sizeof(coptable) == OP_TABLE_LENGTH) && in internal_dfa_match()

Completed in 13 milliseconds