Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_printint.c339 case OP_TABLE_LENGTH: in pcre2_printint()
340 case OP_TABLE_LENGTH + in pcre2_printint()
341 ((sizeof(OP_names)/sizeof(const char *) == OP_TABLE_LENGTH) && in pcre2_printint()
342 (sizeof(OP_lengths) == OP_TABLE_LENGTH)): in pcre2_printint()
Dpcre2_dfa_match.c696 case OP_TABLE_LENGTH: in internal_dfa_match()
697 case OP_TABLE_LENGTH + in internal_dfa_match()
698 ((sizeof(coptable) == OP_TABLE_LENGTH) && in internal_dfa_match()
699 (sizeof(poptable) == OP_TABLE_LENGTH)): in internal_dfa_match()
Dpcre2_auto_possess.c1074 if (c > OP_TABLE_LENGTH) return -1; /* Something gone wrong */ in PRIV()
Dpcre2_internal.h1600 OP_TABLE_LENGTH enumerator
Dpcre2_jit_compile.c329 #define OP_THEN_TRAP OP_TABLE_LENGTH
/external/pcre/dist2/
DHACKING604 The last opcode that is defined in pcre2_internal.h is OP_TABLE_LENGTH. This is