MCPcopy Index your code
hub / github.com/RsyncProject/rsync / send_msg_int

Function send_msg_int

io.c:1060–1069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1058}
1059
1060void send_msg_int(enum msgcode code, int num)
1061{
1062 char numbuf[4];
1063
1064 if (DEBUG_GTE(IO, 1))
1065 rprintf(FINFO, "[%s] send_msg_int(%d, %d)\n", who_am_i(), (int)code, num);
1066
1067 SIVAL(numbuf, 0, num);
1068 send_msg(code, numbuf, 4, -1);
1069}
1070
1071void send_msg_success(const char *fname, int num)
1072{

Callers 10

send_filesFunction · 0.85
_exit_cleanupFunction · 0.85
send_msg_successFunction · 0.85
got_flist_entry_statusFunction · 0.85
read_a_msgFunction · 0.85
send_extra_file_listFunction · 0.85
send_file_listFunction · 0.85
start_serverFunction · 0.85
no_batched_updateFunction · 0.85
recv_filesFunction · 0.85

Calls 4

SIVALFunction · 0.85
send_msgFunction · 0.85
rprintfFunction · 0.70
who_am_iFunction · 0.70

Tested by

no test coverage detected