Searched refs:OP_TABLE_LENGTH (Results 1 – 7 of 7) sorted by relevance
339 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()
849 case OP_TABLE_LENGTH: in internal_dfa_match()850 case OP_TABLE_LENGTH + in internal_dfa_match()851 ((sizeof(coptable) == OP_TABLE_LENGTH) && in internal_dfa_match()852 (sizeof(poptable) == OP_TABLE_LENGTH)): in internal_dfa_match()
1128 if (c >= OP_TABLE_LENGTH) return -1; /* Something gone wrong */ in PRIV()
1603 OP_TABLE_LENGTH enumerator
341 #define OP_THEN_TRAP OP_TABLE_LENGTH
825 The last opcode that is defined in pcre2_internal.h is OP_TABLE_LENGTH. This is
1059 (d) Avoid warning for never-use case OP_TABLE_LENGTH which is just a fudge