Searched refs:OP_TABLE_LENGTH (Results 1 – 5 of 5) sorted by relevance
357 case OP_TABLE_LENGTH: in pcre_printint()358 case OP_TABLE_LENGTH + in pcre_printint()359 ((sizeof(priv_OP_names)/sizeof(const char *) == OP_TABLE_LENGTH) && in pcre_printint()360 (sizeof(priv_OP_lengths) == OP_TABLE_LENGTH)): in pcre_printint()
753 case OP_TABLE_LENGTH: in internal_dfa_exec()754 case OP_TABLE_LENGTH + in internal_dfa_exec()755 ((sizeof(coptable) == OP_TABLE_LENGTH) && in internal_dfa_exec()756 (sizeof(poptable) == OP_TABLE_LENGTH)): in internal_dfa_exec()
2133 OP_TABLE_LENGTH enumerator
3677 if (c >= OP_TABLE_LENGTH) return; in auto_possessify()
301 #define OP_THEN_TRAP OP_TABLE_LENGTH