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

Function cleanup_disable

cleanup.c:277–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277void cleanup_disable(void)
278{
279 cleanup_fname = cleanup_new_fname = NULL;
280 cleanup_fd_r = cleanup_fd_w = -1;
281 cleanup_got_literal = 0;
282}
283
284
285void cleanup_set(const char *fnametmp, const char *fname, struct file_struct *file,

Callers 2

copy_altdest_fileFunction · 0.85
recv_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected