Searched defs:val_move_bytes (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_bigkey.c94 indx_t key_move_bytes, val_move_bytes; local
118 val_move_bytes =
120 BIGDATALEN(pagep) = val_move_bytes;
125 if (val_move_bytes)
126 memmove(BIGDATA(pagep), val_data, val_move_bytes); local
130 val_size -= val_move_bytes;
131 val_data += val_move_bytes;

Completed in 57 milliseconds