Lines Matching refs:CU2BYTES

6075           CU2BYTES(class_uchardata - code));  in compile_branch()
6130 *lengthptr += CU2BYTES(1) + IMM2_SIZE; in compile_branch()
6191 memcpy(code, mcbuffer, CU2BYTES(mclength)); in compile_branch()
6910 memcpy(mcbuffer, lastchar, CU2BYTES(mclength)); /* Save the char */ in compile_branch()
7017 memcpy(code, previous, CU2BYTES(1 + LINK_SIZE)); in compile_branch()
7032 (void)memmove(previous + 1 + LINK_SIZE, previous, CU2BYTES(1 + LINK_SIZE)); in compile_branch()
7121 (void)memmove(previous + 1, previous, CU2BYTES(len)); in compile_branch()
7142 (void)memmove(previous + 2 + LINK_SIZE, previous, CU2BYTES(len)); in compile_branch()
7198 memcpy(code, previous, CU2BYTES(len)); in compile_branch()
7256 memcpy(code, previous, CU2BYTES(len)); in compile_branch()
7345 (void)memmove(bracode + 1 + LINK_SIZE, bracode, CU2BYTES(nlen)); in compile_branch()
7479 memcpy(code, mcbuffer, CU2BYTES(mclength)); in compile_branch()
7516 memcpy(code, mcbuffer, CU2BYTES(mclength)); in compile_branch()
7618 (void)memmove(tempcode + 1 + LINK_SIZE, tempcode, CU2BYTES(len)); in compile_branch()
7868 memcpy(code, mcbuffer, CU2BYTES(mclength)); in compile_branch()
8766 int crc = memcmp(name, slot+IMM2_SIZE, CU2BYTES(length)); in add_name_to_table()
8778 CU2BYTES((tablecount - i) * cb->name_entry_size)); in add_name_to_table()
8788 memcpy(slot + IMM2_SIZE, name, CU2BYTES(length)); in add_name_to_table()
8795 CU2BYTES(cb->name_entry_size - length - IMM2_SIZE)); in add_name_to_table()
9811 if (zero_terminated) VALGRIND_MAKE_MEM_NOACCESS(pattern + patlen, CU2BYTES(1)); in pcre2_compile()
10122 CU2BYTES(length + in pcre2_compile()
10224 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
10226 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
10469 if (zero_terminated) VALGRIND_MAKE_MEM_DEFINED(pattern + patlen, CU2BYTES(1)); in pcre2_compile()