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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_internal.h1872 pcre_compile.c must also be updated, and also the tables called "coptable"
2138 called "opcode_possessify" in pcre_compile.c and "coptable" and "poptable" in
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 46 milliseconds