Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Drio.h123 static inline int rioFlush(rio *r) { in rioFlush() function
H A Drdb.c2291 if (retval == C_OK && rioFlush(&slave_sockets) == 0) in rdbSaveToSlavesSockets()