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

Function logfile_reopen

log.c:217–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217void logfile_reopen(void)
218{
219 if (logfile_was_closed) {
220 logfile_was_closed = 0;
221 logfile_open();
222 }
223}
224
225static void filtered_fwrite(FILE *f, const char *in_buf, int in_len, int use_isprint, char end_char)
226{

Callers 2

logitFunction · 0.85
start_accept_loopFunction · 0.85

Calls 1

logfile_openFunction · 0.85

Tested by

no test coverage detected