Home
last modified time | relevance | path

Searched refs:LINK_SIZE (Results 1 – 13 of 13) sorted by relevance

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_study.c154 cc = cs + 1 + LINK_SIZE; in find_minlength()
165 if (cc[1+LINK_SIZE] == OP_RECURSE && cc[2*(1+LINK_SIZE)] == OP_KET) in find_minlength()
167 once_fudge = 1 + LINK_SIZE; in find_minlength()
168 cc += 1 + LINK_SIZE; in find_minlength()
183 cc += 1 + LINK_SIZE; in find_minlength()
205 cc += 1 + LINK_SIZE; in find_minlength()
229 cc += 1 + LINK_SIZE; in find_minlength()
278 cc += 1 + LINK_SIZE; in find_minlength()
1122 tcode += 1 + LINK_SIZE; in set_start_bits()
1133 tcode += 1 + LINK_SIZE; in set_start_bits()
[all …]
H A Dpcre2_pattern_info.c402 cb.next_item_length = GET(cc, 1 + LINK_SIZE); in pcre2_callout_enumerate()
403 cb.callout_number = cc[1 + 2*LINK_SIZE]; in pcre2_callout_enumerate()
414 cb.next_item_length = GET(cc, 1 + LINK_SIZE); in pcre2_callout_enumerate()
416 cb.callout_string_offset = GET(cc, 1 + 3*LINK_SIZE); in pcre2_callout_enumerate()
418 GET(cc, 1 + 2*LINK_SIZE) - (1 + 4*LINK_SIZE) - 2; in pcre2_callout_enumerate()
419 cb.callout_string = cc + (1 + 4*LINK_SIZE) + 1; in pcre2_callout_enumerate()
422 cc += GET(cc, 1 + 2*LINK_SIZE); in pcre2_callout_enumerate()
H A Dconfig.h102 #ifndef LINK_SIZE
103 #define LINK_SIZE 2 macro
H A Dpcre2_intmodedep.h104 #if LINK_SIZE == 2
112 #elif LINK_SIZE == 3
121 #elif LINK_SIZE == 4
140 #if LINK_SIZE == 2
141 #undef LINK_SIZE
142 #define LINK_SIZE 1 macro
149 #elif LINK_SIZE == 3 || LINK_SIZE == 4
150 #undef LINK_SIZE
151 #define LINK_SIZE 2 macro
167 #undef LINK_SIZE
[all …]
H A Dpcre2_internal.h1668 1+LINK_SIZE, /* RECURSE */ \
1669 1+2*LINK_SIZE+1, /* CALLOUT */ \
1671 1+LINK_SIZE, /* Alt */ \
1672 1+LINK_SIZE, /* Ket */ \
1673 1+LINK_SIZE, /* KetRmax */ \
1674 1+LINK_SIZE, /* KetRmin */ \
1675 1+LINK_SIZE, /* KetRpos */ \
1676 1+LINK_SIZE, /* Reverse */ \
1677 1+LINK_SIZE, /* Assert */ \
1678 1+LINK_SIZE, /* Assert not */ \
[all …]
H A Dpcre2_printint.c379 fprintf(f, "%s %d", OP_names[*code], GET2(code, 1+LINK_SIZE)); in pcre2_printint()
610 fprintf(f, " %s %d %d %d", OP_names[*code], code[1 + 2*LINK_SIZE], in pcre2_printint()
611 GET(code, 1), GET(code, 1 + LINK_SIZE)); in pcre2_printint()
615 c = code[1 + 4*LINK_SIZE]; in pcre2_printint()
617 extra = GET(code, 1 + 2*LINK_SIZE); in pcre2_printint()
618 print_custring_bylen(f, code + 2 + 4*LINK_SIZE, extra - 3 - 4*LINK_SIZE); in pcre2_printint()
625 fprintf(f, "%c %d %d %d", c, GET(code, 1 + 3*LINK_SIZE), GET(code, 1), in pcre2_printint()
626 GET(code, 1 + LINK_SIZE)); in pcre2_printint()
653 ccode = code + LINK_SIZE + 1; in pcre2_printint()
H A Dpcre2_dfa_match.c354 (PCRE2_SIZE)GET(code, 1 + 2*LINK_SIZE + extracode); in do_callout()
580 size_t back = (size_t)GET(end_code, 2+LINK_SIZE); in internal_dfa_match()
624 uint32_t revlen = (end_code[1+LINK_SIZE] == OP_REVERSE)? 1 + LINK_SIZE : 0; in internal_dfa_match()
660 int length = 1 + LINK_SIZE + in internal_dfa_match()
668 length = 1 + LINK_SIZE; in internal_dfa_match()
861 ADD_ACTIVE(state_offset + 1 + LINK_SIZE, 0); in internal_dfa_match()
2727 if (code[LINK_SIZE + 1] == OP_CALLOUT in internal_dfa_match()
2732 1 + LINK_SIZE, &callout_length); in internal_dfa_match()
2738 condcode = code[LINK_SIZE+1]; in internal_dfa_match()
2778 PCRE2_SPTR asscode = code + LINK_SIZE + 1; in internal_dfa_match()
[all …]
H A Dpcre2_compile.c5654 code += LINK_SIZE; in compile_branch()
5897 code[1+LINK_SIZE]++; in compile_branch()
6611 (void)memmove(previous + 1 + LINK_SIZE, previous, CU2BYTES(1 + LINK_SIZE)); in compile_branch()
6615 PUT(previous, 3 + 2*LINK_SIZE, 2 + 2*LINK_SIZE); in compile_branch()
7285 code += 1 + LINK_SIZE; in compile_branch()
7609 length += 1 + LINK_SIZE; in compile_regex()
7714 code += 1 + LINK_SIZE; in compile_regex()
7727 code += 1 + LINK_SIZE; in compile_regex()
7769 length += 1 + LINK_SIZE; in compile_regex()
7776 code += 1 + LINK_SIZE; in compile_regex()
[all …]
H A Dpcre2_find_bracket.c84 else if (c == OP_CALLOUT_STR) code += GET(code, 1 + 2*LINK_SIZE); in PRIV()
99 int n = (int)GET2(code, 1+LINK_SIZE); in PRIV()
H A Dpcre2_auto_possess.c557 code += GET(code, 1 + 2*LINK_SIZE); in compare_opcodes()
641 code = next_code + 1 + LINK_SIZE; in compare_opcodes()
659 next_code += 1 + LINK_SIZE; in compare_opcodes()
728 xclass_flags = (list_ptr == list ? code : base_end) - list_ptr[2] + LINK_SIZE; in compare_opcodes()
1052 list_ptr[2] + LINK_SIZE, utf)) return FALSE; in compare_opcodes()
1228 code += GET(code, 1 + 2*LINK_SIZE); in PRIV()
H A Dpcre2_jit_compile.c626 cc += 1 + LINK_SIZE; in bracketend()
888 if (cc[1 + LINK_SIZE] == OP_CALLOUT || cc[1 + LINK_SIZE] == OP_CALLOUT_STR) in check_opcode_types()
890 cc += 1 + LINK_SIZE; in check_opcode_types()
918 cc += 1 + LINK_SIZE; in check_opcode_types()
935 cc += 1 + LINK_SIZE; in check_opcode_types()
1087 cc += 1 + LINK_SIZE; in detect_fast_forward_skip()
1263 max_end -= (1 + LINK_SIZE) + GET(max_end, -LINK_SIZE); in detect_repeat()
1370 cc += 1 + LINK_SIZE; in set_private_data_ptrs()
1590 cc += 1 + LINK_SIZE; in get_framesize()
1783 cc += 1 + LINK_SIZE; in init_frame()
[all …]
H A Dpcre2_config.c48 static int configured_link_size = LINK_SIZE;
H A Dpcre2_match.c315 *lengthptr - (1 + 4*LINK_SIZE) - 2; in do_callout()
806 Fecode += 1 + LINK_SIZE; in match()
4854 Fecode = Lnext_ecode + 1 + LINK_SIZE; in match()
4870 Fecode += 1 + LINK_SIZE; in match()
4905 number = GET2(Fecode, 1+LINK_SIZE); in match()
4949 Fecode += 1 + LINK_SIZE; in match()
5148 Fecode += 1 + LINK_SIZE; in match()
5196 Fecode += 1 + LINK_SIZE; in match()
5431 Fecode += 1 + LINK_SIZE; in match()
5537 number = GET2(bracode, 1+LINK_SIZE); in match()
[all …]

Completed in 271 milliseconds