Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_compile.c550 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in bracketend()
560 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in no_alternatives()
650 case OP_ONCE: in next_opcode()
1090 if (*cc == OP_ONCE || *cc == OP_ONCE_NC || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND) in set_private_data_ptrs()
1115 case OP_ONCE: in set_private_data_ptrs()
1558 case OP_ONCE: in get_private_data_copy_length()
1735 case OP_ONCE: in copy_private_data()
1995 if ((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)) in set_then_offsets()
3281 case OP_ONCE: in scan_prefix()
6997 opcode = OP_ONCE; in compile_bracket_matchingpath()
[all …]
Dpcre_compile.c1741 case OP_ONCE: in find_fixedlength()
2455 c == OP_ONCE || c == OP_ONCE_NC || in could_be_empty_branch()
3134 case OP_ONCE: in compare_opcodes()
3146 case OP_ONCE: in compare_opcodes()
3168 && *next_code != OP_ONCE && *next_code != OP_ONCE_NC) return FALSE; in compare_opcodes()
5601 *previous = OP_ONCE; in compile_branch()
5887 if (*previous < OP_ONCE) /* Assertion */ in compile_branch()
6167 if ((*bracode == OP_ONCE || *bracode == OP_ONCE_NC) && in compile_branch()
6173 if (*bracode == OP_ONCE || *bracode == OP_ONCE_NC) in compile_branch()
6349 tempcode[0] = OP_ONCE; in compile_branch()
[all …]
Dpcre_study.c131 case OP_ONCE: in find_minlength()
928 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()
1912 if (*prev >= OP_SBRA || *prev == OP_ONCE) in match()
2016 if (*prev == OP_ONCE) in match()
2037 if (*prev == OP_ONCE) in match()
2057 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.h2070 OP_ONCE, /* 129 Atomic group, contains captures */ enumerator
Dpcre_dfa_exec.c2960 case OP_ONCE: in internal_dfa_exec()