Home
last modified time | relevance | path

Searched refs:OP_BRAPOSZERO (Results 1 – 7 of 7) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_study.c263 case OP_BRAPOSZERO: in find_minlength()
1080 case OP_BRAPOSZERO: in set_start_bits()
Dpcre2_dfa_match.c2804 case OP_BRAPOSZERO: in internal_dfa_match()
2810 if (codevalue == OP_BRAPOSZERO) in internal_dfa_match()
Dpcre2_internal.h1566 OP_BRAPOSZERO, /* 150 */ enumerator
Dpcre2_compile.c1173 case OP_BRAPOSZERO: in find_fixedlength()
1481 c == OP_BRAPOSZERO) in could_be_empty_branch()
5734 if (brazeroptr != NULL) *brazeroptr = OP_BRAPOSZERO; in compile_branch()
Dpcre2_jit_compile.c697 case OP_BRAPOSZERO: in next_opcode()
1375 case OP_BRAPOSZERO: in set_private_data_ptrs()
8392 if (*cc == OP_BRAPOSZERO) in compile_bracketpos_matchingpath()
9567 case OP_BRAPOSZERO: in compile_matchingpath()
10645 case OP_BRAPOSZERO: in compile_backtrackingpath()
Dpcre2_match.c1974 case OP_BRAPOSZERO: in match()
/external/pcre/dist2/
DHACKING485 repetition is zero, the group is preceded by OP_BRAPOSZERO.