Home
last modified time | relevance | path

Searched refs:IMM2_SIZE (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_internal.h531 #define IMM2_SIZE 2 macro
546 #define IMM2_SIZE 1 macro
556 #define IMM2_SIZE 1 macro
2196 2+IMM2_SIZE, 2+IMM2_SIZE, /* upto, minupto ** mode */ \
2200 2+IMM2_SIZE, 2+IMM2_SIZE, /* upto I, minupto I */ \
2205 2+IMM2_SIZE, 2+IMM2_SIZE, /* NOT upto, minupto */ \
2209 2+IMM2_SIZE, 2+IMM2_SIZE, /* NOT upto I, minupto I */ \
2214 2+IMM2_SIZE, 2+IMM2_SIZE, /* Type upto, minupto */ \
2219 1+2*IMM2_SIZE, 1+2*IMM2_SIZE, /* CRRANGE, CRMINRANGE */ \
2249 1+IMM2_SIZE, 1+IMM2_SIZE, /* CREF, NCREF */ \
[all …]
H A Dpcre_study.c247 cc += 2 + IMM2_SIZE; in find_minlength()
255 cc += 2 + IMM2_SIZE + ((cc[1 + IMM2_SIZE] == OP_PROP in find_minlength()
256 || cc[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0); in find_minlength()
319 if (cc[1 + IMM2_SIZE] == OP_PROP in find_minlength()
357 cc += 1 + 2 * IMM2_SIZE; in find_minlength()
396 cc += 1 + IMM2_SIZE; in find_minlength()
419 cc += 1 + 2 * IMM2_SIZE; in find_minlength()
969 tcode += IMM2_SIZE; in set_start_bits()
980 tcode += IMM2_SIZE; in set_start_bits()
1109 tcode += 1 + IMM2_SIZE; in set_start_bits()
[all …]
H A Dpcre_get.c121 (pcre_uchar *)(entry + IMM2_SIZE)); in pcre_get_stringnumber()
205 (pcre_uchar *)(entry + IMM2_SIZE)); in pcre_get_stringtable_entries()
213 (pcre_uchar *)(first - entrysize + IMM2_SIZE)) != 0) break; in pcre_get_stringtable_entries()
219 (pcre_uchar *)(last + entrysize + IMM2_SIZE)) != 0) break; in pcre_get_stringtable_entries()
H A Dpcre_compile.c1874 cc += 2 + IMM2_SIZE; in find_fixedlength()
1882 if (cc[1 + IMM2_SIZE] == OP_PROP || cc[1 + IMM2_SIZE] == OP_NOTPROP) in find_fixedlength()
1884 cc += 1 + IMM2_SIZE + 1; in find_fixedlength()
1946 cc += 1 + 2 * IMM2_SIZE; in find_fixedlength()
2125 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in PRIV()
2245 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in find_recurse()
2571 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in could_be_empty_branch()
2609 if (utf && HAS_EXTRALEN(code[1 + IMM2_SIZE])) code += GET_EXTRALEN(code[1 + IMM2_SIZE]); in could_be_empty_branch()
6529 skipbytes = IMM2_SIZE; in compile_branch()
7680 scode += IMM2_SIZE; in find_firstassertedchar()
[all …]
H A Dpcre_exec.c1343 if (STRCMP_UC_UC(slotA + IMM2_SIZE, slotB + IMM2_SIZE) == 0) in match()
1359 if (STRCMP_UC_UC(slotA + IMM2_SIZE, slotB + IMM2_SIZE) == 0) in match()
1407 if (STRCMP_UC_UC(slotA + IMM2_SIZE, slotB + IMM2_SIZE) == 0) in match()
1425 if (STRCMP_UC_UC(slotA + IMM2_SIZE, slotB + IMM2_SIZE) == 0) in match()
1532 ecode += 1 + IMM2_SIZE; in match()
2659 ecode += 1 + IMM2_SIZE; in match()
3238 ecode += 1 + IMM2_SIZE; in match()
3253 ecode += 1 + IMM2_SIZE; in match()
3620 ecode += 1 + IMM2_SIZE; in match()
3630 ecode += 1 + IMM2_SIZE; in match()
[all …]

Completed in 78 milliseconds