Home
last modified time | relevance | path

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

/PHP-5.4/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
2206 2+IMM2_SIZE, 2+IMM2_SIZE, /* upto, minupto ** mode */ \
2210 2+IMM2_SIZE, 2+IMM2_SIZE, /* upto I, minupto I */ \
2215 2+IMM2_SIZE, 2+IMM2_SIZE, /* NOT upto, minupto */ \
2219 2+IMM2_SIZE, 2+IMM2_SIZE, /* NOT upto I, minupto I */ \
2224 2+IMM2_SIZE, 2+IMM2_SIZE, /* Type upto, minupto */ \
2229 1+2*IMM2_SIZE, 1+2*IMM2_SIZE, /* CRRANGE, CRMINRANGE */ \
2262 1+IMM2_SIZE, 1+2*IMM2_SIZE, /* CREF, DNCREF */ \
[all …]
H A Dpcre_study.c249 cc += 2 + IMM2_SIZE; in find_minlength()
257 cc += 2 + IMM2_SIZE + ((cc[1 + IMM2_SIZE] == OP_PROP in find_minlength()
321 if (cc[1 + IMM2_SIZE] == OP_PROP in find_minlength()
363 cc += 1 + 2 * IMM2_SIZE; in find_minlength()
388 int count = GET2(cc, 1+IMM2_SIZE); in find_minlength()
426 cc += 1 + 2*IMM2_SIZE; in find_minlength()
459 cc += 1 + IMM2_SIZE; in find_minlength()
487 cc += 1 + 2 * IMM2_SIZE; in find_minlength()
1070 tcode += IMM2_SIZE; in set_start_bits()
1081 tcode += IMM2_SIZE; in set_start_bits()
[all …]
H A Dpcre_compile.c1862 cc += 2 + IMM2_SIZE; in find_fixedlength()
1870 if (cc[1 + IMM2_SIZE] == OP_PROP || cc[1 + IMM2_SIZE] == OP_NOTPROP) in find_fixedlength()
1872 cc += 1 + IMM2_SIZE + 1; in find_fixedlength()
2118 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in PRIV()
2263 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in find_recurse()
2638 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in could_be_empty_branch()
2921 code += IMM2_SIZE; in get_chr_property_list()
3775 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in auto_possessify()
7239 if (STRCMP_UC_UC(slot + IMM2_SIZE, cslot + IMM2_SIZE) != 0) break; in compile_branch()
8719 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()
1166 if (cc[1 + IMM2_SIZE] != OP_ANYNL && cc[1 + IMM2_SIZE] != OP_EXTUNI) in set_private_data_ptrs()
1601 cc += 2 + IMM2_SIZE; in get_private_data_copy_length()
1622 cc += 1 + IMM2_SIZE; in get_private_data_copy_length()
3324 cc += IMM2_SIZE; in scan_prefix()
6065 cc += IMM2_SIZE; in compile_ref_iterator_matchingpath()
6093 max = GET2(cc, 1 + IMM2_SIZE + 1 + IMM2_SIZE); in compile_ref_iterator_matchingpath()
6094 cc += 1 + IMM2_SIZE + 1 + 2 * IMM2_SIZE; in compile_ref_iterator_matchingpath()
7839 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 1190 milliseconds