Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c1762 case OP_ONCE: in find_fixedlength()
2508 c == OP_ONCE || c == OP_ONCE_NC || in could_be_empty_branch()
3190 case OP_ONCE: in compare_opcodes()
3202 case OP_ONCE: in compare_opcodes()
3225 && *next_code != OP_ONCE && *next_code != OP_ONCE_NC) return FALSE; in compare_opcodes()
5703 *previous = OP_ONCE; in compile_branch()
5990 if (*previous < OP_ONCE) /* Assertion */ in compile_branch()
6268 if ((*bracode == OP_ONCE || *bracode == OP_ONCE_NC) && in compile_branch()
6274 if (*bracode == OP_ONCE || *bracode == OP_ONCE_NC) in compile_branch()
6456 tempcode[0] = OP_ONCE; in compile_branch()
[all …]
Dpcre_jit_compile.c546 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in bracketend()
556 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in no_alternatives()
646 case OP_ONCE: in next_opcode()
1077 …if (repeat_check && (*cc == OP_ONCE || *cc == OP_ONCE_NC || *cc == OP_BRA || *cc == OP_CBRA || *cc… in set_private_data_ptrs()
1105 case OP_ONCE: in set_private_data_ptrs()
1571 case OP_ONCE: in get_private_data_copy_length()
1751 case OP_ONCE: in copy_private_data()
2011 if ((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)) in set_then_offsets()
3337 case OP_ONCE: in scan_prefix()
7049 opcode = OP_ONCE; in compile_bracket_matchingpath()
[all …]
Dpcre_study.c136 case OP_ONCE: in find_minlength()
970 case OP_ONCE: in set_start_bits()
Dpcre_exec.c1056 case OP_ONCE: in match()
1063 if (op >= OP_SBRA || op == OP_ONCE) in match()
1099 if (*scode != OP_ONCE) /* If not at start, find it */ in match()
1919 if (*prev >= OP_SBRA || *prev == OP_ONCE) in match()
2023 if (*prev == OP_ONCE) in match()
2044 if (*prev == OP_ONCE) in match()
2064 if (*prev == OP_ONCE) in match()
Dpcre_printint.c413 case OP_ONCE: in pcre_printint()
DHACKING460 OP_ONCE or OP_ONCE_NC. The former is used when there are no capturing brackets
512 automatically wrapped inside OP_ONCE brackets, because otherwise some patterns
Dpcre_internal.h2078 OP_ONCE, /* 129 Atomic group, contains captures */ enumerator
Dpcre_dfa_exec.c2961 case OP_ONCE: in internal_dfa_exec()