MCPcopy Create free account
hub / github.com/RsyncProject/rsync / io_start_multiplex_in

Function io_start_multiplex_in

io.c:2466–2473  ·  view source on GitHub ↗

Setup for multiplexing a MSG_* stream with the data stream. */

Source from the content-addressed store, hash-verified

2464
2465/* Setup for multiplexing a MSG_* stream with the data stream. */
2466void io_start_multiplex_in(int fd)
2467{
2468 if (msgs2stderr == 1 && DEBUG_GTE(IO, 2))
2469 rprintf(FINFO, "[%s] io_start_multiplex_in(%d)\n", who_am_i(), fd);
2470
2471 iobuf.in_multiplexed = 1; /* See also IN_MULTIPLEXED */
2472 io_start_buffering_in(fd);
2473}
2474
2475int io_end_multiplex_in(int mode)
2476{

Callers 6

send_file_listFunction · 0.85
do_recvFunction · 0.85
do_server_recvFunction · 0.85
start_serverFunction · 0.85
client_runFunction · 0.85
start_inband_exchangeFunction · 0.85

Calls 3

io_start_buffering_inFunction · 0.85
rprintfFunction · 0.70
who_am_iFunction · 0.70

Tested by

no test coverage detected