Searched refs:current_key (Results 1 – 1 of 1) sorted by relevance
924 static sds current_key = NULL; in defragLaterStep() local937 if (current_key) { in defragLaterStep()938 serverAssert(current_key == head->value); in defragLaterStep()942 current_key = NULL; in defragLaterStep()951 current_key = head->value; in defragLaterStep()956 dictEntry *de = dictFind(db->dict, current_key); in defragLaterStep()