Searched refs:LINK_SIZE (Results 1 – 10 of 10) sorted by relevance
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcre_internal.h | 421 #if LINK_SIZE == 2 433 #elif LINK_SIZE == 3 446 #elif LINK_SIZE == 4 466 #if LINK_SIZE == 2 469 #undef LINK_SIZE 470 #define LINK_SIZE 1 macro 480 #elif LINK_SIZE == 3 || LINK_SIZE == 4 483 #undef LINK_SIZE 484 #define LINK_SIZE 2 macro 504 #undef LINK_SIZE [all …]
|
H A D | pcre_compile.c | 1771 cc += 1 + LINK_SIZE; in find_fixedlength() 1788 cc += 1 + LINK_SIZE; in find_fixedlength() 1804 cc += 1 + LINK_SIZE; in find_fixedlength() 2840 ptr += 1 + LINK_SIZE; in adjust_recurse() 4669 code += LINK_SIZE; in compile_branch() 4789 memmove(previous + 1 + LINK_SIZE, previous, IN_UCHARS(1 + LINK_SIZE)); in compile_branch() 4793 PUT(previous, 3 + 2*LINK_SIZE, 2 + 2*LINK_SIZE); in compile_branch() 4804 PUT(cd->hwm, -LINK_SIZE, offset + 1 + LINK_SIZE); in compile_branch() 8157 cd->hwm -= LINK_SIZE; in pcre_compile2() 8204 pcre_uchar *be = cc - 1 - LINK_SIZE + GET(cc, -LINK_SIZE); in pcre_compile2() [all …]
|
H A D | config.h | 233 #ifndef LINK_SIZE 234 #define LINK_SIZE 2 macro
|
H A D | pcre_study.c | 115 cc = cs + 1 + LINK_SIZE; in find_minlength() 136 cc += 1 + LINK_SIZE; in find_minlength() 160 cc += 1 + LINK_SIZE; in find_minlength() 204 cc += 1 + LINK_SIZE; in find_minlength() 442 cc += 1 + LINK_SIZE; in find_minlength() 749 const pcre_uchar *tcode = code + 1 + LINK_SIZE; in set_start_bits() 871 tcode += 1 + LINK_SIZE; in set_start_bits() 896 tcode += 2 + 2*LINK_SIZE; in set_start_bits() 905 tcode += 1 + LINK_SIZE; in set_start_bits() 921 tcode += 1 + LINK_SIZE; in set_start_bits() [all …]
|
H A D | pcre_config.c | 49 static int real_link_size = LINK_SIZE;
|
H A D | pcre_exec.c | 908 ecode += 1+LINK_SIZE; in match() 927 ecode += 1 + LINK_SIZE; in match() 1254 ecode += 1 + LINK_SIZE; in match() 1462 ecode += 1 + LINK_SIZE + GET(ecode, LINK_SIZE + 2); in match() 1507 ecode += 1 + LINK_SIZE; in match() 1620 ecode += 1 + LINK_SIZE; in match() 1659 ecode += 1 + LINK_SIZE; in match() 1692 ecode += 1 + LINK_SIZE; in match() 1725 ecode += 2 + 2*LINK_SIZE; in match() 1771 ecode += 1 + LINK_SIZE; in match() [all …]
|
H A D | pcre_printint.src | 152 written that do not depend on the value of LINK_SIZE. */ 247 fprintf(f, "%s %d", OP_names[*code], GET2(code, 1+LINK_SIZE)); 407 GET(code, 2 + LINK_SIZE)); 431 ccode = code + LINK_SIZE + 1; 554 code + 2 + LINK_SIZE); 556 fprintf(f, " %s %s", OP_names[*code], code + 2 + LINK_SIZE); 557 extra += code[1+LINK_SIZE];
|
H A D | HACKING | 147 In many cases listed below, LINK_SIZE data values are specified for offsets 148 within the compiled pattern. LINK_SIZE always specifies a number of bytes. The 149 default value for LINK_SIZE is 2, but PCRE can be compiled to use 3-byte or 151 LINK_SIZE values are available only in 8-bit mode.) Specifing a LINK_SIZE 363 A bracket opcode is followed by LINK_SIZE bytes which give the offset to the 365 OP_KET opcode. Each OP_ALT is followed by LINK_SIZE bytes giving the offset to 372 followed by LINK_SIZE bytes giving (as a positive number) the offset back to
|
H A D | ChangeLog | 438 internal workspace, and dependent on the LINK_SIZE. The code has been 440 the default depends on LINK_SIZE. There is a new upper limit (for safety) 2107 the compiled pattern, which depends on the LINK_SIZE setting.
|
/PHP-5.3/win32/ |
H A D | php5dllts.dsp | 396 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000… 401 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000… 406 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000… 411 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000… 416 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000… 421 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000… 426 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000… 431 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000… 436 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000… 441 # ADD CPP /D "SUPPORT_UTF8" /D LINK_SIZE=2 /D MATCH_LIMIT=10000000 /D MATCH_LIMIT_RECURSION=1000000… [all …]
|
Completed in 79 milliseconds