Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dserver.h1118 void copyClientOutputBuffer(client *dst, client *src);
H A Dnetworking.c601 void copyClientOutputBuffer(client *dst, client *src) { in copyClientOutputBuffer() function
H A Dreplication.c649 copyClientOutputBuffer(c,slave); in syncCommand()