IN_UCHARS         701 ext/pcre/pcrelib/pcre_compile.c newspace = (PUBL(malloc))(IN_UCHARS(newsize));
IN_UCHARS        3865 ext/pcre/pcrelib/pcre_compile.c         memmove(orig_code, previous, IN_UCHARS(code - previous));
IN_UCHARS        4679 ext/pcre/pcrelib/pcre_compile.c           IN_UCHARS(class_uchardata - code));
IN_UCHARS        4789 ext/pcre/pcrelib/pcre_compile.c       memmove(previous + 1 + LINK_SIZE, previous, IN_UCHARS(1 + LINK_SIZE));
IN_UCHARS        4839 ext/pcre/pcrelib/pcre_compile.c         memcpy(utf_chars, lastchar, IN_UCHARS(c)); /* Save the char */
IN_UCHARS        4975 ext/pcre/pcrelib/pcre_compile.c             memcpy(code, utf_chars, IN_UCHARS(c & 7));
IN_UCHARS        5000 ext/pcre/pcrelib/pcre_compile.c             memcpy(code, utf_chars, IN_UCHARS(c & 7));
IN_UCHARS        5030 ext/pcre/pcrelib/pcre_compile.c         memcpy(code, utf_chars, IN_UCHARS(c & 7));
IN_UCHARS        5158 ext/pcre/pcrelib/pcre_compile.c           memmove(previous + 1, previous, IN_UCHARS(len));
IN_UCHARS        5182 ext/pcre/pcrelib/pcre_compile.c           memmove(previous + 2 + LINK_SIZE, previous, IN_UCHARS(len));
IN_UCHARS        5245 ext/pcre/pcrelib/pcre_compile.c               memcpy(code, previous, IN_UCHARS(len));
IN_UCHARS        5324 ext/pcre/pcrelib/pcre_compile.c           memcpy(code, previous, IN_UCHARS(len));
IN_UCHARS        5442 ext/pcre/pcrelib/pcre_compile.c               memmove(bracode + 1 + LINK_SIZE, bracode, IN_UCHARS(nlen));
IN_UCHARS        5558 ext/pcre/pcrelib/pcre_compile.c         memmove(tempcode + 1 + LINK_SIZE, tempcode, IN_UCHARS(len));
IN_UCHARS        5683 ext/pcre/pcrelib/pcre_compile.c             memcpy(code, arg, IN_UCHARS(arglen));
IN_UCHARS        6111 ext/pcre/pcrelib/pcre_compile.c               int crc = memcmp(name, slot+IMM2_SIZE, IN_UCHARS(namelen));
IN_UCHARS        6135 ext/pcre/pcrelib/pcre_compile.c                   IN_UCHARS((cd->names_found - i) * cd->name_entry_size));
IN_UCHARS        6166 ext/pcre/pcrelib/pcre_compile.c             memcpy(slot + IMM2_SIZE, name, IN_UCHARS(namelen));
IN_UCHARS        7325 ext/pcre/pcrelib/pcre_compile.c           IN_UCHARS(code - start_bracket));
IN_UCHARS        3325 ext/pcre/pcrelib/pcre_exec.c             memcmp(eptr, charptr, IN_UCHARS(length)) == 0) eptr += length;
IN_UCHARS        3329 ext/pcre/pcrelib/pcre_exec.c                    memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength;
IN_UCHARS        3348 ext/pcre/pcrelib/pcre_exec.c               memcmp(eptr, charptr, IN_UCHARS(length)) == 0) eptr += length;
IN_UCHARS        3352 ext/pcre/pcrelib/pcre_exec.c                      memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength;
IN_UCHARS        3369 ext/pcre/pcrelib/pcre_exec.c                 memcmp(eptr, charptr, IN_UCHARS(length)) == 0) eptr += length;
IN_UCHARS        3373 ext/pcre/pcrelib/pcre_exec.c                      memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength;
IN_UCHARS         353 ext/pcre/pcrelib/pcre_get.c memcpy(buffer, subject + ovector[stringnumber], IN_UCHARS(yield));
IN_UCHARS         460 ext/pcre/pcrelib/pcre_get.c   size += sizeof(pcre_uchar *) + IN_UCHARS(ovector[i+1] - ovector[i] + 1);
IN_UCHARS         477 ext/pcre/pcrelib/pcre_get.c   memcpy(p, subject + ovector[i], IN_UCHARS(len));
IN_UCHARS         562 ext/pcre/pcrelib/pcre_get.c substring = (pcre_uchar *)(PUBL(malloc))(IN_UCHARS(yield + 1));
IN_UCHARS         564 ext/pcre/pcrelib/pcre_get.c memcpy(substring, subject + ovector[stringnumber], IN_UCHARS(yield));