Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_printint.c370 case OP_TABLE_LENGTH: in pcre2_printint()
371 case OP_TABLE_LENGTH + in pcre2_printint()
372 ((sizeof(OP_names)/sizeof(const char *) == OP_TABLE_LENGTH) && in pcre2_printint()
373 (sizeof(OP_lengths) == OP_TABLE_LENGTH)): in pcre2_printint()
H A Dpcre2_dfa_match.c849 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()
H A Dpcre2_auto_possess.c1146 if (c >= OP_TABLE_LENGTH) return -1; /* Something gone wrong */ in PRIV()
H A Dpcre2_internal.h1627 OP_TABLE_LENGTH enumerator
H A Dpcre2_jit_compile.c341 #define OP_THEN_TRAP OP_TABLE_LENGTH

Completed in 62 milliseconds