Home
last modified time | relevance | path

Searched refs:OP_ONCE (Results 1 – 9 of 9) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_auto_possess.c590 case OP_ONCE: in compare_opcodes()
602 case OP_ONCE: in compare_opcodes()
625 && *next_code != OP_ONCE && *next_code != OP_ONCE_NC) return FALSE; in compare_opcodes()
Dpcre2_jit_compile.c582 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in bracketend()
592 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in no_alternatives()
677 case OP_ONCE: in next_opcode()
1307 …if (repeat_check && (*cc == OP_ONCE || *cc == OP_ONCE_NC || *cc == OP_BRA || *cc == OP_CBRA || *cc… in set_private_data_ptrs()
1335 case OP_ONCE: in set_private_data_ptrs()
1804 case OP_ONCE: in get_private_data_copy_length()
1984 case OP_ONCE: in copy_private_data()
2244 if ((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)) in set_then_offsets()
3584 case OP_ONCE: in scan_prefix()
7892 opcode = OP_ONCE; in compile_bracket_matchingpath()
[all …]
Dpcre2_compile.c949 case OP_ONCE: in find_fixedlength()
1504 c == OP_ONCE || c == OP_ONCE_NC || in could_be_empty_branch()
5172 *previous = OP_ONCE; in compile_branch()
5436 if (*previous < OP_ONCE) /* Assertion */ in compile_branch()
5657 if ((*bracode == OP_ONCE || *bracode == OP_ONCE_NC) && in compile_branch()
5663 if (*bracode == OP_ONCE || *bracode == OP_ONCE_NC) in compile_branch()
5849 tempcode[0] = OP_ONCE; in compile_branch()
6515 bravalue = OP_ONCE; in compile_branch()
7058 if (bravalue == OP_ONCE && cb->bracount <= tempbracount) in compile_branch()
7166 if (bravalue >= OP_ONCE) in compile_branch()
[all …]
Dpcre2_study.c154 case OP_ONCE: in find_minlength()
1027 case OP_ONCE: in set_start_bits()
Dpcre2_match.c1087 case OP_ONCE: in match()
1093 if (op >= OP_SBRA || op == OP_ONCE) in match()
1129 if (*scode != OP_ONCE) /* If not at start, find it */ in match()
1992 if (*prev >= OP_SBRA || *prev == OP_ONCE) in match()
2093 if (*prev == OP_ONCE) in match()
2114 if (*prev == OP_ONCE) in match()
2134 if (*prev == OP_ONCE) in match()
Dpcre2_printint.c395 case OP_ONCE: in pcre2_printint()
Dpcre2_internal.h1538 OP_ONCE, /* 130 Atomic group, contains captures */ enumerator
Dpcre2_dfa_match.c2891 case OP_ONCE: in internal_dfa_match()
/external/pcre/dist2/
DHACKING492 OP_ONCE or OP_ONCE_NC. The former is used when there are no capturing brackets
565 recursions are automatically wrapped inside OP_ONCE brackets, because otherwise
566 some patterns broke them. A non-repeated recursion is not wrapped in OP_ONCE