Searched refs:sock_f_out (Results 1 – 3 of 3) sorted by relevance
/dports/net/rsync/rsync-3.2.3/ |
H A D | generator.c | 76 extern int sock_f_out; 591 write_ndx(sock_f_out, ndx); in itemize() 592 write_shortint(sock_f_out, iflags); in itemize() 594 write_byte(sock_f_out, fnamecmp_type); in itemize() 596 write_vstring(sock_f_out, xname, strlen(xname)); in itemize() 602 ? sock_f_out : -1; in itemize() 2175 handle_skipped_hlink(file, itemizing, code, sock_f_out); in check_for_finished_files() 2206 recv_generator(fbuf, file, ndx, itemizing, code, sock_f_out); in check_for_finished_files() 2232 write_ndx(sock_f_out, NDX_DONE); in check_for_finished_files()
|
H A D | io.c | 82 int sock_f_out = -1; variable 290 if (fd == sock_f_out) in what_fd_is() 750 send_extra_file_list(sock_f_out, -1); in perform_io() 1091 sock_f_out = f_out; in io_set_sock_fds()
|
H A D | main.c | 81 extern int sock_f_out; 1061 sock_f_out = -1; in do_recv()
|