Lines Matching refs:CU2BYTES

6097           CU2BYTES(class_uchardata - code));  in compile_branch()
6152 *lengthptr += CU2BYTES(1) + IMM2_SIZE; in compile_branch()
6213 memcpy(code, mcbuffer, CU2BYTES(mclength)); in compile_branch()
6932 memcpy(mcbuffer, lastchar, CU2BYTES(mclength)); /* Save the char */ in compile_branch()
7039 memcpy(code, previous, CU2BYTES(1 + LINK_SIZE)); in compile_branch()
7054 (void)memmove(previous + 1 + LINK_SIZE, previous, CU2BYTES(1 + LINK_SIZE)); in compile_branch()
7143 (void)memmove(previous + 1, previous, CU2BYTES(len)); in compile_branch()
7164 (void)memmove(previous + 2 + LINK_SIZE, previous, CU2BYTES(len)); in compile_branch()
7220 memcpy(code, previous, CU2BYTES(len)); in compile_branch()
7278 memcpy(code, previous, CU2BYTES(len)); in compile_branch()
7367 (void)memmove(bracode + 1 + LINK_SIZE, bracode, CU2BYTES(nlen)); in compile_branch()
7501 memcpy(code, mcbuffer, CU2BYTES(mclength)); in compile_branch()
7538 memcpy(code, mcbuffer, CU2BYTES(mclength)); in compile_branch()
7640 (void)memmove(tempcode + 1 + LINK_SIZE, tempcode, CU2BYTES(len)); in compile_branch()
7900 memcpy(code, mcbuffer, CU2BYTES(mclength)); in compile_branch()
8798 int crc = memcmp(name, slot+IMM2_SIZE, CU2BYTES(length)); in add_name_to_table()
8810 CU2BYTES((tablecount - i) * cb->name_entry_size)); in add_name_to_table()
8820 memcpy(slot + IMM2_SIZE, name, CU2BYTES(length)); in add_name_to_table()
8827 CU2BYTES(cb->name_entry_size - length - IMM2_SIZE)); in add_name_to_table()
9843 if (zero_terminated) VALGRIND_MAKE_MEM_NOACCESS(pattern + patlen, CU2BYTES(1)); in pcre2_compile()
10155 CU2BYTES(length + in pcre2_compile()
10257 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
10259 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
10502 if (zero_terminated) VALGRIND_MAKE_MEM_DEFINED(pattern + patlen, CU2BYTES(1)); in pcre2_compile()