Home
last modified time | relevance | path

Searched refs:source_bytes (Results 1 – 1 of 1) sorted by relevance

/redis-3.2.3/src/
H A Dziplist.c708 size_t target_bytes, source_bytes; in ziplistMerge() local
717 source_bytes = second_bytes; in ziplistMerge()
724 source_bytes = first_bytes; in ziplistMerge()
748 source_bytes - ZIPLIST_HEADER_SIZE); in ziplistMerge()
754 memmove(target + source_bytes - ZIPLIST_END_SIZE, in ziplistMerge()
757 memcpy(target, source, source_bytes - ZIPLIST_END_SIZE); in ziplistMerge()