Home
last modified time | relevance | path

Searched refs:clientids (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Drdb.c2233 uint64_t *clientids; in rdbSaveToSlavesSockets() local
2256 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()