Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Drdb.c2116 updateSlavesWaitingBgsave((!bysignal && exitcode == 0) ? C_OK : C_ERR, RDB_CHILD_TYPE_DISK); in backgroundSaveDoneHandlerDisk()
2211 updateSlavesWaitingBgsave((!bysignal && exitcode == 0) ? C_OK : C_ERR, RDB_CHILD_TYPE_SOCKET); in backgroundSaveDoneHandlerSocket()
H A Dreplication.c942 void updateSlavesWaitingBgsave(int bgsaveerr, int type) { in updateSlavesWaitingBgsave() function
H A Dserver.h1586 void updateSlavesWaitingBgsave(int bgsaveerr, int type);