Searched refs:first_key (Results 1 – 1 of 1) sorted by relevance
5077 int first_key = 3; /* Argument index of the first key. */ in migrateCommand() local5101 first_key = j+1; in migrateCommand()5128 if ((ov[oi] = lookupKeyRead(c->db,c->argv[first_key+j])) != NULL) { in migrateCommand()5129 kv[oi] = c->argv[first_key+j]; in migrateCommand()