Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_printint.c357 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()
Dpcre_dfa_exec.c753 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()
Dpcre_internal.h2133 OP_TABLE_LENGTH enumerator
Dpcre_compile.c3677 if (c >= OP_TABLE_LENGTH) return; in auto_possessify()
Dpcre_jit_compile.c301 #define OP_THEN_TRAP OP_TABLE_LENGTH