Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dnetworking.c853 freeClientAsync(c); in freeClient()
951 void freeClientAsync(client *c) { in freeClientAsync() function
1117 freeClientAsync(c); in handleClientsWithPendingWrites()
1950 freeClientAsync(c); in securityWarningCommand()
2129 freeClientAsync(c); in asyncCloseClientOnOutputBufferLimitReached()
H A Dreplication.c436 freeClientAsync(slave); in replicationSetupSlaveForFullResync()
523 freeClientAsync(c); in masterTryPartialResynchronization()
2261 freeClientAsync(server.master); /* Close ASAP. */ in replicationResurrectCachedMaster()
2270 freeClientAsync(server.master); /* Close ASAP. */ in replicationResurrectCachedMaster()
H A Dserver.h1430 void freeClientAsync(client *c);
H A Dscripting.c1684 freeClientAsync(c); /* Close the client in the parent side. */ in ldbStartSession()