Searched refs:clientids (Results 1 – 1 of 1) sorted by relevance
2233 uint64_t *clientids; in rdbSaveToSlavesSockets() local2256 clientids = zmalloc(sizeof(uint64_t)*listLength(server.slaves)); in rdbSaveToSlavesSockets()2264 clientids[numfds] = slave->id; in rdbSaveToSlavesSockets()2328 *ids++ = clientids[j]; in rdbSaveToSlavesSockets()2345 zfree(clientids); in rdbSaveToSlavesSockets()2363 if (slave->id == clientids[j]) { in rdbSaveToSlavesSockets()2384 zfree(clientids); in rdbSaveToSlavesSockets()