Searched refs:LINK_SIZE (Results 1 – 10 of 10) sorted by relevance
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_internal.h | 431 #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 D | pcre_compile.c | 1751 cc += 1 + LINK_SIZE; in find_fixedlength() 1768 cc += 1 + LINK_SIZE; in find_fixedlength() 1792 cc += 1 + LINK_SIZE; in find_fixedlength() 4019 hc += LINK_SIZE) in adjust_recurse() 4038 ptr += 1 + LINK_SIZE; in adjust_recurse() 5503 code += LINK_SIZE; in compile_branch() 5660 memmove(previous + 1 + LINK_SIZE, previous, IN_UCHARS(1 + LINK_SIZE)); in compile_branch() 5664 PUT(previous, 3 + 2*LINK_SIZE, 2 + 2*LINK_SIZE); in compile_branch() 5675 PUT(cd->hwm, -LINK_SIZE, offset + 1 + LINK_SIZE); in compile_branch() 9399 pcre_uchar *be = cc - 1 - LINK_SIZE + GET(cc, -LINK_SIZE); in pcre_compile2() [all …]
|
H A D | pcre_study.c | 117 cc = cs + 1 + LINK_SIZE; in find_minlength() 138 cc += 1 + LINK_SIZE; in find_minlength() 162 cc += 1 + LINK_SIZE; in find_minlength() 206 cc += 1 + LINK_SIZE; in find_minlength() 520 cc += 1 + LINK_SIZE; in find_minlength() 972 tcode += 1 + LINK_SIZE; in set_start_bits() 997 tcode += 2 + 2*LINK_SIZE; in set_start_bits() 1006 tcode += 1 + LINK_SIZE; in set_start_bits() 1022 tcode += 1 + LINK_SIZE; in set_start_bits() 1030 tcode += 1 + LINK_SIZE; in set_start_bits() [all …]
|
H A D | config.h | 233 #ifndef LINK_SIZE 234 #define LINK_SIZE 2 macro
|
H A D | pcre_config.c | 49 static int real_link_size = LINK_SIZE;
|
H A D | pcre_jit_compile.c | 549 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() 1094 cc += 1 + LINK_SIZE; in set_private_data_ptrs() 1302 cc += 1 + LINK_SIZE; in get_framesize() 1484 cc += 1 + LINK_SIZE; in init_frame() 1541 cc += 1 + LINK_SIZE; in get_private_data_copy_length() 1556 cc += 1 + LINK_SIZE; in get_private_data_copy_length() 1577 cc += 1 + LINK_SIZE; in get_private_data_copy_length() [all …]
|
H A D | pcre_exec.c | 918 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 D | HACKING | 153 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 D | ChangeLog | 1198 internal workspace, and dependent on the LINK_SIZE. The code has been 1200 the default depends on LINK_SIZE. There is a new upper limit (for safety) 2868 the compiled pattern, which depends on the LINK_SIZE setting.
|
/PHP-5.4/win32/ |
H A D | php5dllts.dsp | 392 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000… 397 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000… 402 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000… 407 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000… 412 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000… 417 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000… 422 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000… 427 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000… 432 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000… 437 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000… [all …]
|
Completed in 100 milliseconds