Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c250 case OP_FALSE: in find_minlength()
963 case OP_FALSE: in set_start_bits()
Dpcre2_printint.c438 case OP_FALSE: in pcre2_printint()
Dpcre2_compile.c4403 case OP_FALSE: in first_significant_code()
4418 if (code[1+LINK_SIZE] != OP_FALSE || /* Not DEFINE */ in first_significant_code()
5941 OP_TRUE : OP_FALSE; in compile_branch()
5944 OP_TRUE : OP_FALSE; in compile_branch()
6085 code[LINK_SIZE+1] = OP_FALSE; in compile_branch()
6647 if (op_previous == OP_COND && previous[LINK_SIZE+1] == OP_FALSE && in compile_branch()
7965 case OP_FALSE: in is_startline()
Dpcre2_internal.h1515 OP_FALSE, /* 145 Always false (used by DEFINE and VERSION) */ enumerator
Dpcre2_dfa_match.c2750 if (condcode == OP_FALSE || condcode == OP_FAIL) in internal_dfa_match()
Dpcre2_jit_compile.c733 case OP_FALSE: in next_opcode()
8975 …SLJIT_COMPILE_ASSERT(OP_DNRREF == OP_RREF + 1 && OP_FALSE == OP_RREF + 2 && OP_TRUE == OP_RREF + 3, in compile_bracket_matchingpath()
9245 else if (*matchingpath == OP_FALSE || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()
Dpcre2_match.c5300 case OP_FALSE: in match()
/external/pcre/dist2/
DHACKING746 For a DEFINE condition, OP_FALSE is used (with no associated data). During
750 changed to OP_FALSE, so the matcher never sees OP_DEFINE.
754 or OP_FALSE.
765 It is treated the same as OP_FALSE.