Home
last modified time | relevance | path

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

/external/pcre/
Dpcre_study.c405 case OP_NOTPOSSTAR: in find_minlength()
Dpcre_dfa_exec.c2232 case OP_NOTPOSSTAR: in internal_dfa_exec()
2252 if (codevalue == OP_POSSTAR || codevalue == OP_NOTPOSSTAR) in internal_dfa_exec()
Dpcre_printint.src368 case OP_NOTPOSSTAR:
Dpcre_internal.h1350 OP_NOTPOSSTAR, /* 53 Possessified versions */ enumerator
Dpcre_compile.c4773 case OP_NOTSTAR: *tempcode = OP_NOTPOSSTAR; break; in compile_branch()
Dpcre_exec.c3125 case OP_NOTPOSSTAR: in match()