Home
last modified time | relevance | path

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

/PHP-8.4/ext/pcre/pcre2lib/
H A Dpcre2_printint.c369 case OP_TABLE_LENGTH: in pcre2_printint()
370 case OP_TABLE_LENGTH + in pcre2_printint()
371 ((sizeof(OP_names)/sizeof(const char *) == OP_TABLE_LENGTH) && in pcre2_printint()
372 (sizeof(OP_lengths) == OP_TABLE_LENGTH)): in pcre2_printint()
H A Dpcre2_dfa_match.c851 case OP_TABLE_LENGTH: in internal_dfa_match()
852 case OP_TABLE_LENGTH + in internal_dfa_match()
853 ((sizeof(coptable) == OP_TABLE_LENGTH) && in internal_dfa_match()
854 (sizeof(poptable) == OP_TABLE_LENGTH)): in internal_dfa_match()
H A Dpcre2_auto_possess.c1152 if (c >= OP_TABLE_LENGTH) return -1; /* Something gone wrong */ in PRIV()
H A Dpcre2_internal.h1659 OP_TABLE_LENGTH enumerator
H A Dpcre2_jit_compile.c362 #define OP_THEN_TRAP OP_TABLE_LENGTH

Completed in 88 milliseconds