Home
last modified time | relevance | path

Searched refs:dcc_x_file (Results 1 – 7 of 7) sorted by relevance

/dports/devel/distcc/distcc-3.3.5/include_server/test_data/distcc/src/
H A Dbulk.h27 int dcc_x_file(int ofd, const char *fname, const char *token,
/dports/devel/distcc/distcc-3.3.5/src/
H A Dbulk.h28 int dcc_x_file(int ofd, const char *fname, const char *token,
H A Dserve.c789 || (ret = dcc_x_file(out_fd, err_fname, "SERR", compr, NULL)) in dcc_run_job()
790 || (ret = dcc_x_file(out_fd, out_fname, "SOUT", compr, NULL))) { in dcc_run_job()
817 if ((ret = dcc_x_file(out_fd, temp_o, "DOTO", compr, NULL))) in dcc_run_job()
828 ret = dcc_x_file(out_fd, cleaned_dotd, "DOTD", compr, NULL); in dcc_run_job()
H A Dremote.c279 if ((ret = dcc_x_file(to_net_fd, cpp_fname, "DOTI", host->compr, in dcc_compile_remote()
H A Dclirpc.c286 ret = dcc_x_file(ofd, fname, "FILE", DCC_COMPRESS_NONE, in dcc_x_many_files()
H A Dbulk.c174 int dcc_x_file(int ofd, in dcc_x_file() function
/dports/devel/distcc/distcc-3.3.5/
H A DChangeLog15115 * src/pump.c: dcc_pump_out: No longer needed because dcc_x_file
15142 * dcc_x_file: Handle compression.
15155 * src/: bulk.c, bulk.h, clirpc.c, serve.c: dcc_x_file doesn't
27885 * src/rpc.c: dcc_x_file: If a file does not exist, send it as empty