Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_printint.c507 case OP_POSUPTOI: in pcre_printint()
520 else if (*code == OP_POSUPTO || *code == OP_POSUPTOI) fprintf(f, "+"); in pcre_printint()
H A Dpcre_study.c544 case OP_POSUPTOI: in find_minlength()
1067 case OP_POSUPTOI: in set_start_bits()
H A Dpcre_compile.c839 OP_POSUPTOI, 0, /* UPTOI, MINUPTOI */
2016 case OP_POSUPTOI: in find_fixedlength()
2175 case OP_POSUPTOI: in PRIV()
2320 case OP_POSUPTOI: in find_recurse()
2717 case OP_POSUPTOI: in could_be_empty_branch()
3850 case OP_POSUPTOI: in auto_possessify()
6472 case OP_UPTOI: *tempcode = OP_POSUPTOI; break; in compile_branch()
H A Dpcre_internal.h1968 OP_POSUPTOI, /* 58 Possessified upto, caseless */ enumerator
H A DHACKING259 OP_POSUPTO OP_POSUPTOI
H A Dpcre_jit_compile.c706 case OP_POSUPTOI: in next_opcode()
1386 case OP_POSUPTOI: in get_framesize()
7815 else if (*opcode >= OP_STARI && *opcode <= OP_POSUPTOI) in get_iterator_parameters()
8372 case OP_POSUPTOI: in compile_matchingpath()
9518 case OP_POSUPTOI: in compile_backtrackingpath()
H A Dpcre_exec.c3326 case OP_POSUPTOI: in match()

Completed in 90 milliseconds