Home
last modified time | relevance | path

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

/external/pcre/
Dpcre_study.c193 case OP_POSPLUS: in find_minlength()
740 case OP_POSPLUS: in set_start_bits()
Dpcre_compile.c1787 case OP_POSPLUS: in _pcre_find_bracket()
1893 case OP_POSPLUS: in find_recurse()
2078 case OP_POSPLUS: in could_be_empty_branch()
4764 case OP_PLUS: *tempcode = OP_POSPLUS; break; in compile_branch()
6766 case OP_POSPLUS: in find_firstassertedchar()
Dpcre_dfa_exec.c2154 case OP_POSPLUS: in internal_dfa_exec()
2179 (codevalue == OP_POSPLUS || codevalue == OP_NOTPOSPLUS)) in internal_dfa_exec()
Dpcre_printint.src303 case OP_POSPLUS:
Dpcre_internal.h1335 OP_POSPLUS, /* 41 Possessified plus */ enumerator
DHACKING191 OP_POSPLUS
Dpcre_exec.c2814 case OP_POSPLUS: in match()