Lines Matching refs:CU2BYTES
3134 memcpy(code, cbuff, CU2BYTES(x)); in process_verb_name()
4025 memmove(orig_code, previous, (size_t)CU2BYTES(code - previous)); in compile_branch()
5027 CU2BYTES(class_uchardata - code)); in compile_branch()
5171 memmove(previous + 1 + LINK_SIZE, previous, CU2BYTES(1 + LINK_SIZE)); in compile_branch()
5211 memcpy(utf_units, lastchar, CU2BYTES(c)); /* Save the char */ in compile_branch()
5324 memcpy(code, utf_units, CU2BYTES(c & 7)); in compile_branch()
5361 memcpy(code, utf_units, CU2BYTES(c & 7)); in compile_branch()
5471 memmove(previous + 1, previous, CU2BYTES(len)); in compile_branch()
5492 memmove(previous + 2 + LINK_SIZE, previous, CU2BYTES(len)); in compile_branch()
5547 memcpy(code, previous, CU2BYTES(len)); in compile_branch()
5605 memcpy(code, previous, CU2BYTES(len)); in compile_branch()
5714 memmove(bracode + 1 + LINK_SIZE, bracode, CU2BYTES(nlen)); in compile_branch()
5846 memmove(tempcode + 1 + LINK_SIZE, tempcode, CU2BYTES(len)); in compile_branch()
5968 *lengthptr += CU2BYTES(1) + IMM2_SIZE; in compile_branch()
6026 memcpy(code, arg, CU2BYTES(arglen)); in compile_branch()
7832 CU2BYTES(code - start_bracket)); in compile_regex()
8257 int crc = memcmp(name, slot+IMM2_SIZE, CU2BYTES(length)); in add_name_to_table()
8269 CU2BYTES((cb->names_found - i) * cb->name_entry_size)); in add_name_to_table()
8279 memcpy(slot + IMM2_SIZE, name, CU2BYTES(length)); in add_name_to_table()
8287 CU2BYTES(cb->name_entry_size - length - IMM2_SIZE)); in add_name_to_table()
8408 copied_pattern = ccontext->memctl.malloc(CU2BYTES(patlen + 1), in pcre2_compile()
8416 memcpy(copied_pattern, pattern, CU2BYTES(patlen)); in pcre2_compile()
8674 CU2BYTES(length + cb.names_found * cb.name_entry_size); in pcre2_compile()
8792 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
8794 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()