Searched refs:tmp_keys (Results 1 – 1 of 1) sorted by relevance
577 hdb_keyset *tmp_keys; in hdb_unseal_keys_kvno() local629 tmp_keys = realloc(hist_keys->val, in hdb_unseal_keys_kvno()631 if (tmp_keys == NULL) in hdb_unseal_keys_kvno()634 memmove(&tmp_keys[1], tmp_keys, in hdb_unseal_keys_kvno()636 tmp_keys[0].keys.len = ent->keys.len; in hdb_unseal_keys_kvno()637 tmp_keys[0].keys.val = ent->keys.val; in hdb_unseal_keys_kvno()638 tmp_keys[0].kvno = ent->kvno; in hdb_unseal_keys_kvno()639 tmp_keys[0].replace_time = time(NULL); in hdb_unseal_keys_kvno()