Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_dfa_exec.c115 static const pcre_uint8 coptable[] = { variable
711 if (coptable[codevalue] > 0) in internal_dfa_exec()
715 if (utf) { GETCHARLEN(d, (code + coptable[codevalue]), dlen); } else in internal_dfa_exec()
717 d = code[coptable[codevalue]]; in internal_dfa_exec()
755 ((sizeof(coptable) == OP_TABLE_LENGTH) && in internal_dfa_exec()
DChangeLog2080 7. There were two entries missing in the vectors called coptable and poptable