Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h431 #if LINK_SIZE == 2
443 #elif LINK_SIZE == 3
456 #elif LINK_SIZE == 4
476 #if LINK_SIZE == 2
479 #undef LINK_SIZE
480 #define LINK_SIZE 1 macro
490 #elif LINK_SIZE == 3 || LINK_SIZE == 4
493 #undef LINK_SIZE
494 #define LINK_SIZE 2 macro
514 #undef LINK_SIZE
[all …]
H A Dpcre_compile.c1770 cc += 1 + LINK_SIZE; in find_fixedlength()
1787 cc += 1 + LINK_SIZE; in find_fixedlength()
1811 cc += 1 + LINK_SIZE; in find_fixedlength()
1821 cc += 1 + LINK_SIZE; in find_fixedlength()
4030 hc += LINK_SIZE) in adjust_recurse()
4045 ptr += 1 + LINK_SIZE; in adjust_recurse()
4051 hc += LINK_SIZE) in adjust_recurse()
5702 memmove(previous + 1 + LINK_SIZE, previous, IN_UCHARS(1 + LINK_SIZE)); in compile_branch()
5706 PUT(previous, 3 + 2*LINK_SIZE, 2 + 2*LINK_SIZE); in compile_branch()
5717 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.h233 #ifndef LINK_SIZE
234 #define LINK_SIZE 2 macro
H A Dpcre_config.c49 static int real_link_size = LINK_SIZE;
H A Dpcre_jit_compile.c549 cc += 1 + LINK_SIZE; in bracketend()
813 cc += 1 + LINK_SIZE; in check_opcode_types()
841 cc += 1 + LINK_SIZE; in check_opcode_types()
991 max_end -= (1 + LINK_SIZE) + GET(max_end, -LINK_SIZE); in detect_repeat()
1098 cc += 1 + LINK_SIZE; in set_private_data_ptrs()
1318 cc += 1 + LINK_SIZE; in get_framesize()
1507 cc += 1 + LINK_SIZE; in init_frame()
1564 cc += 1 + LINK_SIZE; in get_private_data_copy_length()
1579 cc += 1 + LINK_SIZE; in get_private_data_copy_length()
1600 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 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 DChangeLog1374 internal workspace, and dependent on the LINK_SIZE. The code has been
1376 the default depends on LINK_SIZE. There is a new upper limit (for safety)
3044 the compiled pattern, which depends on the LINK_SIZE setting.
/PHP-5.5/win32/
H A Dphp5dllts.dsp384 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000…
389 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000…
394 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000…
399 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000…
404 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000…
409 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000…
414 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000…
419 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000…
424 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000…
429 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000…
[all …]

Completed in 121 milliseconds