Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_study.c539 case OP_POSUPTO: in find_minlength()
1057 case OP_POSUPTO: in set_start_bits()
H A Dpcre_compile.c824 OP_POSUPTO, 0, /* UPTO, MINUPTO */
1998 case OP_POSUPTO: in find_fixedlength()
2157 case OP_POSUPTO: in PRIV()
2302 case OP_POSUPTO: in find_recurse()
2699 case OP_POSUPTO: in could_be_empty_branch()
2920 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO) in get_chr_property_list()
3697 *code += OP_POSUPTO - OP_UPTO; in auto_possessify()
3701 *code += OP_POSUPTO - OP_MINUPTO; in auto_possessify()
3820 case OP_POSUPTO: in auto_possessify()
6421 case OP_UPTO: *tempcode = OP_POSUPTO; break; in compile_branch()
H A Dpcre_jit_compile.c693 case OP_POSUPTO: in next_opcode()
1357 case OP_POSUPTO: in get_framesize()
7768 if (*opcode >= OP_STAR && *opcode <= OP_POSUPTO) in get_iterator_parameters()
7825 …*opcode = (*opcode == OP_CRRANGE) ? OP_UPTO : (*opcode == OP_CRMINRANGE ? OP_MINUPTO : OP_POSUPTO); in get_iterator_parameters()
7836 if (*opcode == OP_UPTO || *opcode == OP_MINUPTO || *opcode == OP_EXACT || *opcode == OP_POSUPTO) in get_iterator_parameters()
8042 case OP_POSUPTO: in compile_iterator_matchingpath()
8045 if (opcode == OP_POSUPTO) in compile_iterator_matchingpath()
8051 if (opcode != OP_POSUPTO) in compile_iterator_matchingpath()
8317 case OP_POSUPTO: in compile_matchingpath()
8692 case OP_POSUPTO: in compile_iterator_backtrackingpath()
[all …]
H A Dpcre_internal.h1946 OP_POSUPTO, /* 45 Possessified upto, caseful */ enumerator
H A DHACKING259 OP_POSUPTO OP_POSUPTOI
H A Dpcre_exec.c3327 case OP_POSUPTO: in match()

Completed in 92 milliseconds