Lines Matching refs:CU2BYTES

6186           CU2BYTES(class_uchardata - code));  in compile_branch()
6241 *lengthptr += CU2BYTES(1) + IMM2_SIZE; in compile_branch()
6302 memcpy(code, mcbuffer, CU2BYTES(mclength)); in compile_branch()
7022 memcpy(mcbuffer, lastchar, CU2BYTES(mclength)); /* Save the char */ in compile_branch()
7134 memcpy(code, previous, CU2BYTES(1 + LINK_SIZE)); in compile_branch()
7149 (void)memmove(previous + 1 + LINK_SIZE, previous, CU2BYTES(1 + LINK_SIZE)); in compile_branch()
7238 (void)memmove(previous + 1, previous, CU2BYTES(len)); in compile_branch()
7259 (void)memmove(previous + 2 + LINK_SIZE, previous, CU2BYTES(len)); in compile_branch()
7315 memcpy(code, previous, CU2BYTES(len)); in compile_branch()
7373 memcpy(code, previous, CU2BYTES(len)); in compile_branch()
7462 (void)memmove(bracode + 1 + LINK_SIZE, bracode, CU2BYTES(nlen)); in compile_branch()
7596 memcpy(code, mcbuffer, CU2BYTES(mclength)); in compile_branch()
7633 memcpy(code, mcbuffer, CU2BYTES(mclength)); in compile_branch()
7735 (void)memmove(tempcode + 1 + LINK_SIZE, tempcode, CU2BYTES(len)); in compile_branch()
7995 memcpy(code, mcbuffer, CU2BYTES(mclength)); in compile_branch()
8892 int crc = memcmp(name, slot+IMM2_SIZE, CU2BYTES(length)); in add_name_to_table()
8904 CU2BYTES((tablecount - i) * cb->name_entry_size)); in add_name_to_table()
8914 memcpy(slot + IMM2_SIZE, name, CU2BYTES(length)); in add_name_to_table()
8921 CU2BYTES(cb->name_entry_size - length - IMM2_SIZE)); in add_name_to_table()
9937 if (zero_terminated) VALGRIND_MAKE_MEM_NOACCESS(pattern + patlen, CU2BYTES(1)); in pcre2_compile()
10249 CU2BYTES(length + in pcre2_compile()
10351 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
10353 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
10596 if (zero_terminated) VALGRIND_MAKE_MEM_DEFINED(pattern + patlen, CU2BYTES(1)); in pcre2_compile()