Home
last modified time | relevance | path

Searched refs:OP_TRUE (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c265 case OP_TRUE: in find_minlength()
1011 case OP_TRUE: in set_start_bits()
H A Dpcre2_printint.c487 case OP_TRUE: in pcre2_printint()
H A Dpcre2_internal.h1612 OP_TRUE, /* 150 Always true (used by VERSION) */ enumerator
H A Dpcre2_compile.c5088 case OP_TRUE: in first_significant_code()
6732 OP_TRUE : OP_FALSE; in compile_branch()
6735 OP_TRUE : OP_FALSE; in compile_branch()
8824 case OP_TRUE: in is_startline()
H A Dpcre2_dfa_match.c2873 else if (condcode == OP_TRUE) in internal_dfa_match()
H A Dpcre2_jit_compile.c995 case OP_TRUE: in next_opcode()
10796 …SLJIT_COMPILE_ASSERT(OP_DNRREF == OP_RREF + 1 && OP_FALSE == OP_RREF + 2 && OP_TRUE == OP_RREF + 3, in compile_bracket_matchingpath()
10798 …has_alternatives = ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_… in compile_bracket_matchingpath()
11070 else if ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()
11076 if (*matchingpath == OP_TRUE) in compile_bracket_matchingpath()
H A Dpcre2_match.c5691 case OP_TRUE: in match()

Completed in 133 milliseconds