Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_internal.h537 #define IMM2_SIZE 2 macro
552 #define IMM2_SIZE 1 macro
562 #define IMM2_SIZE 1 macro
2210 2+IMM2_SIZE, 2+IMM2_SIZE, /* upto, minupto ** mode */ \
2214 2+IMM2_SIZE, 2+IMM2_SIZE, /* upto I, minupto I */ \
2219 2+IMM2_SIZE, 2+IMM2_SIZE, /* NOT upto, minupto */ \
2223 2+IMM2_SIZE, 2+IMM2_SIZE, /* NOT upto I, minupto I */ \
2228 2+IMM2_SIZE, 2+IMM2_SIZE, /* Type upto, minupto */ \
2233 1+2*IMM2_SIZE, 1+2*IMM2_SIZE, /* CRRANGE, CRMINRANGE */ \
2266 1+IMM2_SIZE, 1+2*IMM2_SIZE, /* CREF, DNCREF */ \
[all …]
H A Dpcre_printint.c432 IMM2_SIZE; in pcre_printint()
435 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE)); in pcre_printint()
450 IMM2_SIZE; in pcre_printint()
453 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE)); in pcre_printint()
515 extra = print_char(f, code + 1 + IMM2_SIZE, utf); in pcre_printint()
527 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in pcre_printint()
529 print_prop(f, code + IMM2_SIZE + 1, " ", " "); in pcre_printint()
587 extra = print_char(f, code + 1 + IMM2_SIZE, utf); in pcre_printint()
616 IMM2_SIZE; in pcre_printint()
619 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE)); in pcre_printint()
[all …]
H A Dpcre_study.c251 cc += 2 + IMM2_SIZE; in find_minlength()
259 cc += 2 + IMM2_SIZE + ((cc[1 + IMM2_SIZE] == OP_PROP in find_minlength()
323 if (cc[1 + IMM2_SIZE] == OP_PROP in find_minlength()
365 cc += 1 + 2 * IMM2_SIZE; in find_minlength()
390 int count = GET2(cc, 1+IMM2_SIZE); in find_minlength()
429 cc += 1 + 2*IMM2_SIZE; in find_minlength()
463 cc += 1 + IMM2_SIZE; in find_minlength()
491 cc += 1 + 2 * IMM2_SIZE; in find_minlength()
1074 tcode += IMM2_SIZE; in set_start_bits()
1085 tcode += IMM2_SIZE; in set_start_bits()
[all …]
H A Dpcre_compile.c1879 cc += 2 + IMM2_SIZE; in find_fixedlength()
1887 if (cc[1 + IMM2_SIZE] == OP_PROP || cc[1 + IMM2_SIZE] == OP_NOTPROP) in find_fixedlength()
1889 cc += 1 + IMM2_SIZE + 1; in find_fixedlength()
2135 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in PRIV()
2280 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in find_recurse()
2655 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in could_be_empty_branch()
2938 code += IMM2_SIZE; in get_chr_property_list()
3792 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in auto_possessify()
7347 if (STRCMP_UC_UC(slot + IMM2_SIZE, cslot + IMM2_SIZE) != 0) break; in compile_branch()
8848 scode += IMM2_SIZE; in find_firstassertedchar()
[all …]
H A Dpcre_get.c119 (pcre_uchar *)(entry + IMM2_SIZE)); in pcre_get_stringnumber()
203 (pcre_uchar *)(entry + IMM2_SIZE)); in pcre_get_stringtable_entries()
211 (pcre_uchar *)(first - entrysize + IMM2_SIZE)) != 0) break; in pcre_get_stringtable_entries()
217 (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.c1480 ecode += 1 + IMM2_SIZE; in match()
2708 ecode += 1 + 2*IMM2_SIZE; in match()
2733 ecode += 1 + IMM2_SIZE; in match()
3322 ecode += 1 + IMM2_SIZE; in match()
3337 ecode += 1 + IMM2_SIZE; in match()
3713 ecode += 1 + IMM2_SIZE; in match()
3723 ecode += 1 + IMM2_SIZE; in match()
3755 ecode += 1 + IMM2_SIZE; in match()
4082 ecode += 1 + IMM2_SIZE; in match()
4090 ecode += 1 + IMM2_SIZE; in match()
[all …]

Completed in 92 milliseconds