Searched refs:aof_pipe_read_data_from_parent (Results 1 – 2 of 2) sorted by relevance
1282 read(server.aof_pipe_read_data_from_parent,buf,sizeof(buf))) > 0) { in aofReadDiffFromParent()1416 if (aeWait(server.aof_pipe_read_data_from_parent, AE_READABLE, 1) <= 0) in rewriteAppendOnlyFile()1517 server.aof_pipe_read_data_from_parent = fds[0]; in aofCreatePipes()1536 close(server.aof_pipe_read_data_from_parent); in aofClosePipes()
1090 int aof_pipe_read_data_from_parent; member