Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_study.c263 case OP_FALSE: in find_minlength()
1006 case OP_FALSE: in set_start_bits()
H A Dpcre2_printint.c441 case OP_FALSE: in pcre2_printint()
H A Dpcre2_compile.c4764 case OP_FALSE: in first_significant_code()
4779 if (code[1+LINK_SIZE] != OP_FALSE || /* Not DEFINE */ in first_significant_code()
6357 OP_TRUE : OP_FALSE; in compile_branch()
6360 OP_TRUE : OP_FALSE; in compile_branch()
6515 code[LINK_SIZE+1] = OP_FALSE; in compile_branch()
7074 if (op_previous == OP_COND && previous[LINK_SIZE+1] == OP_FALSE && in compile_branch()
8401 case OP_FALSE: in is_startline()
H A Dpcre2_internal.h1561 OP_FALSE, /* 148 Always false (used by DEFINE and VERSION) */ enumerator
H A Dpcre2_dfa_match.c2764 if (condcode == OP_FALSE || condcode == OP_FAIL) in internal_dfa_match()
H A Dpcre2_match.c5376 case OP_FALSE: in match()
H A Dpcre2_jit_compile.c947 case OP_FALSE: in next_opcode()
10194 …SLJIT_COMPILE_ASSERT(OP_DNRREF == OP_RREF + 1 && OP_FALSE == OP_RREF + 2 && OP_TRUE == OP_RREF + 3, in compile_bracket_matchingpath()
10461 else if (*matchingpath == OP_FALSE || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()

Completed in 107 milliseconds