Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h541 #define IMM2_SIZE 2 macro
556 #define IMM2_SIZE 1 macro
566 #define IMM2_SIZE 1 macro
2214 2+IMM2_SIZE, 2+IMM2_SIZE, /* upto, minupto ** mode */ \
2218 2+IMM2_SIZE, 2+IMM2_SIZE, /* upto I, minupto I */ \
2223 2+IMM2_SIZE, 2+IMM2_SIZE, /* NOT upto, minupto */ \
2227 2+IMM2_SIZE, 2+IMM2_SIZE, /* NOT upto I, minupto I */ \
2232 2+IMM2_SIZE, 2+IMM2_SIZE, /* Type upto, minupto */ \
2237 1+2*IMM2_SIZE, 1+2*IMM2_SIZE, /* CRRANGE, CRMINRANGE */ \
2270 1+IMM2_SIZE, 1+2*IMM2_SIZE, /* CREF, DNCREF */ \
[all …]
H A Dpcre_study.c253 cc += 2 + IMM2_SIZE; in find_minlength()
261 cc += 2 + IMM2_SIZE + ((cc[1 + IMM2_SIZE] == OP_PROP in find_minlength()
325 if (cc[1 + IMM2_SIZE] == OP_PROP in find_minlength()
367 cc += 1 + 2 * IMM2_SIZE; in find_minlength()
392 int count = GET2(cc, 1+IMM2_SIZE); in find_minlength()
431 cc += 1 + 2*IMM2_SIZE; in find_minlength()
465 cc += 1 + IMM2_SIZE; in find_minlength()
493 cc += 1 + 2 * IMM2_SIZE; in find_minlength()
1076 tcode += IMM2_SIZE; in set_start_bits()
1087 tcode += IMM2_SIZE; in set_start_bits()
[all …]
H A Dpcre_compile.c1881 cc += 2 + IMM2_SIZE; in find_fixedlength()
1889 if (cc[1 + IMM2_SIZE] == OP_PROP || cc[1 + IMM2_SIZE] == OP_NOTPROP) in find_fixedlength()
1891 cc += 1 + IMM2_SIZE + 1; in find_fixedlength()
2137 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in PRIV()
2282 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in find_recurse()
2657 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in could_be_empty_branch()
2940 code += IMM2_SIZE; in get_chr_property_list()
3794 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in auto_possessify()
7344 if (STRCMP_UC_UC(slot + IMM2_SIZE, cslot + IMM2_SIZE) != 0) break; in compile_branch()
8845 scode += IMM2_SIZE; in find_firstassertedchar()
[all …]
H A Dpcre_get.c121 (pcre_uchar *)(entry + IMM2_SIZE)); in pcre_get_stringnumber()
205 (pcre_uchar *)(entry + IMM2_SIZE)); in pcre_get_stringtable_entries()
213 (pcre_uchar *)(first - entrysize + IMM2_SIZE)) != 0) break; in pcre_get_stringtable_entries()
219 (pcre_uchar *)(last + entrysize + IMM2_SIZE)) != 0) break; in pcre_get_stringtable_entries()
H A Dpcre_jit_compile.c798 cc += 1 + IMM2_SIZE; in check_opcode_types()
818 cc += 1 + IMM2_SIZE; in check_opcode_types()
1177 if (cc[1 + IMM2_SIZE] != OP_ANYNL && cc[1 + IMM2_SIZE] != OP_EXTUNI) in set_private_data_ptrs()
1624 cc += 2 + IMM2_SIZE; in get_private_data_copy_length()
1645 cc += 1 + IMM2_SIZE; in get_private_data_copy_length()
3353 cc += IMM2_SIZE; in scan_prefix()
6102 cc += IMM2_SIZE; in compile_ref_iterator_matchingpath()
6130 max = GET2(cc, 1 + IMM2_SIZE + 1 + IMM2_SIZE); in compile_ref_iterator_matchingpath()
6131 cc += 1 + IMM2_SIZE + 1 + 2 * IMM2_SIZE; in compile_ref_iterator_matchingpath()
7881 cc += IMM2_SIZE; in get_iterator_parameters()
[all …]
H A Dpcre_exec.c1482 ecode += 1 + IMM2_SIZE; in match()
2710 ecode += 1 + 2*IMM2_SIZE; in match()
2735 ecode += 1 + IMM2_SIZE; in match()
3324 ecode += 1 + IMM2_SIZE; in match()
3339 ecode += 1 + IMM2_SIZE; in match()
3715 ecode += 1 + IMM2_SIZE; in match()
3725 ecode += 1 + IMM2_SIZE; in match()
3757 ecode += 1 + IMM2_SIZE; in match()
4084 ecode += 1 + IMM2_SIZE; in match()
4092 ecode += 1 + IMM2_SIZE; in match()
[all …]

Completed in 103 milliseconds