Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_dfa_match.c115 static const uint8_t coptable[] = { variable
795 if (coptable[codevalue] > 0) in internal_dfa_match()
799 if (utf) { GETCHARLEN(d, (code + coptable[codevalue]), dlen); } else in internal_dfa_match()
801 d = code[coptable[codevalue]]; in internal_dfa_match()
839 ((sizeof(coptable) == OP_TABLE_LENGTH) && in internal_dfa_match()