Home
last modified time | relevance | path

Searched refs:OP_SCBRA (Results 1 – 6 of 6) sorted by relevance

/external/pcre/
Dpcre_study.c87 if (*code == OP_CBRA || *code == OP_SCBRA) cc += 2; in find_minlength()
118 case OP_SCBRA: in find_minlength()
638 case OP_SCBRA: in set_start_bits()
Dpcre_dfa_exec.c429 ((*this_start_code == OP_CBRA || *this_start_code == OP_SCBRA)? 2:0); in internal_dfa_exec()
528 ((*this_start_code == OP_CBRA || *this_start_code == OP_SCBRA)? 2:0); in internal_dfa_exec()
797 case OP_SCBRA: in internal_dfa_exec()
Dpcre_printint.src244 case OP_SCBRA:
Dpcre_internal.h1417 OP_SCBRA, /* 98 Start of capturing bracket, check empty */ enumerator
Dpcre_exec.c799 case OP_SCBRA: in match()
821 flags = (op == OP_SCBRA)? match_cbegroup : 0; in match()
1581 if (*prev == OP_CBRA || *prev == OP_SCBRA) in match()
DHACKING361 final replication is changed to OP_SBRA or OP_SCBRA. This tells the matcher