Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_internal.h427 #if LINK_SIZE == 2
439 #elif LINK_SIZE == 3
452 #elif LINK_SIZE == 4
472 #if LINK_SIZE == 2
475 #undef LINK_SIZE
476 #define LINK_SIZE 1 macro
486 #elif LINK_SIZE == 3 || LINK_SIZE == 4
489 #undef LINK_SIZE
490 #define LINK_SIZE 2 macro
510 #undef LINK_SIZE
[all …]
H A Dpcre_compile.c1771 cc += 1 + LINK_SIZE; in find_fixedlength()
1788 cc += 1 + LINK_SIZE; in find_fixedlength()
1812 cc += 1 + LINK_SIZE; in find_fixedlength()
1822 cc += 1 + LINK_SIZE; in find_fixedlength()
4031 hc += LINK_SIZE) in adjust_recurse()
4046 ptr += 1 + LINK_SIZE; in adjust_recurse()
4052 hc += LINK_SIZE) in adjust_recurse()
5784 memmove(previous + 1 + LINK_SIZE, previous, IN_UCHARS(1 + LINK_SIZE)); in compile_branch()
5788 PUT(previous, 3 + 2*LINK_SIZE, 2 + 2*LINK_SIZE); in compile_branch()
5799 PUT(cd->hwm, -LINK_SIZE, offset + 1 + LINK_SIZE); in compile_branch()
[all …]
H A Dpcre_study.c121 cc = cs + 1 + LINK_SIZE; in find_minlength()
142 cc += 1 + LINK_SIZE; in find_minlength()
166 cc += 1 + LINK_SIZE; in find_minlength()
210 cc += 1 + LINK_SIZE; in find_minlength()
526 cc += 1 + LINK_SIZE; in find_minlength()
978 tcode += 1 + LINK_SIZE; in set_start_bits()
1003 tcode += 2 + 2*LINK_SIZE; in set_start_bits()
1012 tcode += 1 + LINK_SIZE; in set_start_bits()
1028 tcode += 1 + LINK_SIZE; in set_start_bits()
1036 tcode += 1 + LINK_SIZE; in set_start_bits()
[all …]
H A Dconfig.h235 #ifndef LINK_SIZE
236 #define LINK_SIZE 2 macro
H A Dpcre_config.c49 static int real_link_size = LINK_SIZE;
H A Dpcre_jit_compile.c569 cc += 1 + LINK_SIZE; in bracketend()
829 cc += 1 + LINK_SIZE; in check_opcode_types()
857 cc += 1 + LINK_SIZE; in check_opcode_types()
873 cc += 1 + LINK_SIZE; in check_opcode_types()
1024 cc += 1 + LINK_SIZE; in detect_fast_forward_skip()
1200 max_end -= (1 + LINK_SIZE) + GET(max_end, -LINK_SIZE); in detect_repeat()
1307 cc += 1 + LINK_SIZE; in set_private_data_ptrs()
1527 cc += 1 + LINK_SIZE; in get_framesize()
1717 cc += 1 + LINK_SIZE; in init_frame()
1774 cc += 1 + LINK_SIZE; in get_private_data_copy_length()
[all …]
H A Dpcre_exec.c918 ecode += 1+LINK_SIZE; in match()
937 ecode += 1 + LINK_SIZE; in match()
1209 ecode += 1 + LINK_SIZE; in match()
1268 ecode += 1 + LINK_SIZE; in match()
1591 ecode += 1 + LINK_SIZE; in match()
1698 ecode += 1 + LINK_SIZE; in match()
1733 ecode += 2 + 2*LINK_SIZE; in match()
1780 ecode += 1 + LINK_SIZE; in match()
1881 ecode = next + 1 + LINK_SIZE; in match()
1895 ecode = next + 1 + LINK_SIZE; in match()
[all …]
H A Dpcre_printint.c397 fprintf(f, "%s %d", priv_OP_names[*code], GET2(code, 1+LINK_SIZE)); in pcre_printint()
628 GET(code, 2 + LINK_SIZE)); in pcre_printint()
656 ccode = code + LINK_SIZE + 1; in pcre_printint()
H A DHACKING153 In many cases listed below, LINK_SIZE data values are specified for offsets
154 within the compiled pattern. LINK_SIZE always specifies a number of bytes. The
155 default value for LINK_SIZE is 2, but PCRE can be compiled to use 3-byte or
157 LINK_SIZE values are available only in 8-bit mode.) Specifing a LINK_SIZE
408 A bracket opcode is followed by LINK_SIZE bytes which give the offset to the
410 OP_KET opcode. Each OP_ALT is followed by LINK_SIZE bytes giving the offset to
417 LINK_SIZE bytes giving (as a positive number) the offset back to the matching
H A DChangeLog1560 internal workspace, and dependent on the LINK_SIZE. The code has been
1562 the default depends on LINK_SIZE. There is a new upper limit (for safety)
3230 the compiled pattern, which depends on the LINK_SIZE setting.

Completed in 159 milliseconds