HomeSort by: relevance | last modified time | path
    Searched defs:move_bytes (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/db/hash/
hash_bigkey.c 90 uint16_t space, move_bytes, off; local in function:__big_insert
112 move_bytes = (uint16_t)kspace;
113 off = OFFSET(p) - move_bytes;
114 memmove(cp + off, key_data, (size_t)move_bytes);
115 key_size -= move_bytes;
116 key_data += move_bytes;
134 move_bytes = (uint16_t)vspace;
144 off = OFFSET(p) - move_bytes;
145 memmove(cp + off, val_data, (size_t)move_bytes);
146 val_data += move_bytes;
    [all...]
hash_bigkey.c 90 uint16_t space, move_bytes, off; local in function:__big_insert
112 move_bytes = (uint16_t)kspace;
113 off = OFFSET(p) - move_bytes;
114 memmove(cp + off, key_data, (size_t)move_bytes);
115 key_size -= move_bytes;
116 key_data += move_bytes;
134 move_bytes = (uint16_t)vspace;
144 off = OFFSET(p) - move_bytes;
145 memmove(cp + off, val_data, (size_t)move_bytes);
146 val_data += move_bytes;
    [all...]

Completed in 25 milliseconds