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

/external/pcre/dist/
H A Dpcre_internal.h1871 updated to match. The possessification table called "opcode_possessify" in
2138 called "opcode_possessify" in pcre_compile.c and "coptable" and "poptable" in
H A Dpcre_compile.c826 static const pcre_uint8 opcode_possessify[] = { variable
6442 if (repcode < OP_CALLOUT && opcode_possessify[repcode] > 0)
6443 *tempcode = opcode_possessify[repcode];

Completed in 141 milliseconds