Lines Matching refs:IMM2_SIZE

1748     d = find_fixedlength(cc + ((op == OP_CBRA)? IMM2_SIZE : 0), utf, atend, cd);
1782 d = find_fixedlength(cs + IMM2_SIZE, utf, atend, cd);
1855 cc += 2 + IMM2_SIZE;
1863 if (cc[1 + IMM2_SIZE] == OP_PROP || cc[1 + IMM2_SIZE] == OP_NOTPROP)
1865 cc += 1 + IMM2_SIZE + 1;
1929 if (GET2(cc,1) != GET2(cc,1+IMM2_SIZE)) return -1;
1931 cc += 1 + 2 * IMM2_SIZE;
2111 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP)
2228 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP)
2608 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP)
2674 if (utf && HAS_EXTRALEN(code[1 + IMM2_SIZE])) code += GET_EXTRALEN(code[1 + IMM2_SIZE]);
2891 code += IMM2_SIZE;
3043 end += 1 + 2 * IMM2_SIZE;
3730 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP)
6288 ((tempcode[1 + IMM2_SIZE] == OP_PROP
6289 || tempcode[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0);
6631 need to skip at least 1+IMM2_SIZE bytes at the start of the group. */
6634 skipbytes = 1+IMM2_SIZE;
6706 *lengthptr += IMM2_SIZE;
6750 if (STRNCMP_UC_UC(name, slot+IMM2_SIZE, namelen) == 0) break;
6767 if (STRNCMP_UC_UC(name, slot+IMM2_SIZE, namelen) != 0 ||
6768 (slot+IMM2_SIZE)[namelen] != 0) break;
6775 PUT2(code, 2+LINK_SIZE+IMM2_SIZE, count);
6776 skipbytes += IMM2_SIZE;
6981 if (namelen + IMM2_SIZE + 1 > cd->name_entry_size)
6983 cd->name_entry_size = namelen + IMM2_SIZE + 1;
7125 if ((options & PCRE_DUPNAMES) != 0) *lengthptr += IMM2_SIZE;
7138 if (STRNCMP_UC_UC(name, slot+IMM2_SIZE, namelen) == 0 &&
7139 slot[IMM2_SIZE+namelen] == 0)
7171 if (STRCMP_UC_UC(slot + IMM2_SIZE, cslot + IMM2_SIZE) != 0) break;
7470 skipbytes = IMM2_SIZE;
8611 *code == OP_CBRAPOS || *code == OP_SCBRAPOS)? IMM2_SIZE:0;
8637 scode += IMM2_SIZE;
8650 scode += IMM2_SIZE;
8699 int crc = memcmp(name, slot+IMM2_SIZE, IN_UCHARS(length));
8700 if (crc == 0 && slot[IMM2_SIZE+length] != 0)
8721 memcpy(slot + IMM2_SIZE, name, IN_UCHARS(length));
8722 slot[IMM2_SIZE + length] = 0;
9130 length += cd->namedrefcount * IMM2_SIZE * sizeof(pcre_uchar);