Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_printint.c587 case OP_NOTPOSUPTO: in pcre_printint()
595 if (*code == OP_NOTPOSUPTO || *code == OP_NOTPOSUPTOI) fprintf(f, "+"); in pcre_printint()
H A Dpcre_study.c547 case OP_NOTPOSUPTO: in find_minlength()
897 case OP_NOTPOSUPTO: in set_start_bits()
H A Dpcre_compile.c849 OP_NOTPOSUPTO, 0, /* NOTUPTO, NOTMINUPTO */
2002 case OP_NOTPOSUPTO: in find_fixedlength()
2179 case OP_NOTPOSUPTO: in PRIV()
2324 case OP_NOTPOSUPTO: in find_recurse()
2721 case OP_NOTPOSUPTO: in could_be_empty_branch()
3866 case OP_NOTPOSUPTO: in auto_possessify()
6561 case OP_NOTUPTO: *tempcode = OP_NOTPOSUPTO; break; in compile_branch()
H A Dpcre_internal.h1987 OP_NOTPOSUPTO, /* 71 */ enumerator
H A Dpcre_jit_compile.c734 case OP_NOTPOSUPTO: in next_opcode()
1601 case OP_NOTPOSUPTO: in get_framesize()
8649 else if (*opcode >= OP_NOTSTAR && *opcode <= OP_NOTPOSUPTO) in get_iterator_parameters()
9410 case OP_NOTPOSUPTO: in compile_matchingpath()
10542 case OP_NOTPOSUPTO: in compile_backtrackingpath()
H A Dpcre_exec.c3752 case OP_NOTPOSUPTO: in match()

Completed in 122 milliseconds