Searched defs:coptable (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_dfa_exec.c115 static const pcre_uint8 coptable[] = { variable
711 if (coptable[codevalue] > 0)
715 if (utf) { GETCHARLEN(d, (code + coptable[codevalue]), dlen); } else
717 d = code[coptable[codevalue]];
748 time error if the vectors coptable or poptable, which are indexed by
755 ((sizeof(coptable) == OP_TABLE_LENGTH) &&

Completed in 36 milliseconds