IN_UCHARS         690 pcre/pcrelib/pcre_compile.c newspace = (PUBL(malloc))(IN_UCHARS(newsize));
IN_UCHARS        3588 pcre/pcrelib/pcre_compile.c         memmove(orig_code, previous, IN_UCHARS(code - previous));
IN_UCHARS        4690 pcre/pcrelib/pcre_compile.c           IN_UCHARS(class_uchardata - code));
IN_UCHARS        4797 pcre/pcrelib/pcre_compile.c       memmove(previous + 1 + LINK_SIZE, previous, IN_UCHARS(1 + LINK_SIZE));
IN_UCHARS        4847 pcre/pcrelib/pcre_compile.c         memcpy(utf_chars, lastchar, IN_UCHARS(c)); /* Save the char */
IN_UCHARS        4980 pcre/pcrelib/pcre_compile.c             memcpy(code, utf_chars, IN_UCHARS(c & 7));
IN_UCHARS        5005 pcre/pcrelib/pcre_compile.c             memcpy(code, utf_chars, IN_UCHARS(c & 7));
IN_UCHARS        5035 pcre/pcrelib/pcre_compile.c         memcpy(code, utf_chars, IN_UCHARS(c & 7));
IN_UCHARS        5163 pcre/pcrelib/pcre_compile.c           memmove(previous + 1, previous, IN_UCHARS(len));
IN_UCHARS        5187 pcre/pcrelib/pcre_compile.c           memmove(previous + 2 + LINK_SIZE, previous, IN_UCHARS(len));
IN_UCHARS        5246 pcre/pcrelib/pcre_compile.c               memcpy(code, previous, IN_UCHARS(len));
IN_UCHARS        5325 pcre/pcrelib/pcre_compile.c           memcpy(code, previous, IN_UCHARS(len));
IN_UCHARS        5443 pcre/pcrelib/pcre_compile.c               memmove(bracode + 1 + LINK_SIZE, bracode, IN_UCHARS(nlen));
IN_UCHARS        5559 pcre/pcrelib/pcre_compile.c         memmove(tempcode + 1 + LINK_SIZE, tempcode, IN_UCHARS(len));
IN_UCHARS        5683 pcre/pcrelib/pcre_compile.c             memcpy(code, arg, IN_UCHARS(arglen));
IN_UCHARS        6096 pcre/pcrelib/pcre_compile.c               int crc = memcmp(name, slot+IMM2_SIZE, IN_UCHARS(namelen));
IN_UCHARS        6120 pcre/pcrelib/pcre_compile.c                   IN_UCHARS((cd->names_found - i) * cd->name_entry_size));
IN_UCHARS        6151 pcre/pcrelib/pcre_compile.c             memcpy(slot + IMM2_SIZE, name, IN_UCHARS(namelen));
IN_UCHARS        7233 pcre/pcrelib/pcre_compile.c           IN_UCHARS(code - start_bracket));
IN_UCHARS        3335 pcre/pcrelib/pcre_exec.c             memcmp(eptr, charptr, IN_UCHARS(length)) == 0) eptr += length;
IN_UCHARS        3339 pcre/pcrelib/pcre_exec.c                    memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength;
IN_UCHARS        3358 pcre/pcrelib/pcre_exec.c               memcmp(eptr, charptr, IN_UCHARS(length)) == 0) eptr += length;
IN_UCHARS        3362 pcre/pcrelib/pcre_exec.c                      memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength;
IN_UCHARS        3379 pcre/pcrelib/pcre_exec.c                 memcmp(eptr, charptr, IN_UCHARS(length)) == 0) eptr += length;
IN_UCHARS        3383 pcre/pcrelib/pcre_exec.c                      memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength;
IN_UCHARS         308 pcre/pcrelib/pcre_get.c memcpy(buffer, subject + ovector[stringnumber], IN_UCHARS(yield));
IN_UCHARS         404 pcre/pcrelib/pcre_get.c   size += sizeof(pcre_uchar *) + IN_UCHARS(ovector[i+1] - ovector[i] + 1);
IN_UCHARS         419 pcre/pcrelib/pcre_get.c   memcpy(p, subject + ovector[i], IN_UCHARS(len));
IN_UCHARS         497 pcre/pcrelib/pcre_get.c substring = (pcre_uchar *)(PUBL(malloc))(IN_UCHARS(yield + 1));
IN_UCHARS         499 pcre/pcrelib/pcre_get.c memcpy(substring, subject + ovector[stringnumber], IN_UCHARS(yield));