Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c350 case OP_CRPOSPLUS: in find_minlength()
484 case OP_CRPOSPLUS: in find_minlength()
Dpcre_printint.c777 case OP_CRPOSPLUS: in pcre_printint()
Dpcre_compile.c867 OP_CRPOSPLUS, 0, /* CRPLUS, CRMINPLUS */
1948 case OP_CRPOSPLUS: in find_fixedlength()
2574 case OP_CRPOSPLUS: in could_be_empty_branch()
3084 case OP_CRPOSPLUS: in get_chr_property_list()
3755 *repeat_opcode = OP_CRPOSPLUS; in auto_possessify()
6492 case OP_CRPLUS: *tempcode = OP_CRPOSPLUS; break; in compile_branch()
Dpcre_dfa_exec.c2589 case OP_CRPOSPLUS: in internal_dfa_exec()
2594 if (count > 0 && *ecode == OP_CRPOSPLUS) in internal_dfa_exec()
Dpcre_internal.h2039 OP_CRPOSPLUS, /* 107 */ enumerator
DHACKING380 OP_CRPOSPLUS
Dpcre_exec.c2893 case OP_CRPOSPLUS: in match()
3120 case OP_CRPOSPLUS: in match()
Dpcre_jit_compile.c625 case OP_CRPOSPLUS: in next_opcode()