Home
last modified time | relevance | path

Searched refs:cpp_where (Results 1 – 8 of 8) sorted by relevance

/dports/devel/distcc/distcc-3.3.5/src/
H A Dhosts.c245 host->cpp_where = DCC_CPP_ON_CLIENT; in dcc_parse_options()
263 host->cpp_where = DCC_CPP_ON_SERVER; in dcc_parse_options()
288 if (dcc_get_protover_from_features(host->compr, host->cpp_where, in dcc_parse_options()
428 enum dcc_cpp_where *cpp_where) in dcc_get_features_from_protover() argument
436 *cpp_where = DCC_CPP_ON_SERVER; in dcc_get_features_from_protover()
438 *cpp_where = DCC_CPP_ON_CLIENT; in dcc_get_features_from_protover()
453 enum dcc_cpp_where cpp_where, in dcc_get_protover_from_features() argument
458 if (compr == DCC_COMPRESS_NONE && cpp_where == DCC_CPP_ON_CLIENT) { in dcc_get_protover_from_features()
462 if (compr == DCC_COMPRESS_LZO1X && cpp_where == DCC_CPP_ON_SERVER) { in dcc_get_protover_from_features()
466 if (compr == DCC_COMPRESS_LZO1X && cpp_where == DCC_CPP_ON_CLIENT) { in dcc_get_protover_from_features()
[all …]
H A Dhosts.h60 enum dcc_cpp_where cpp_where; member
83 enum dcc_cpp_where *cpp_where);
86 enum dcc_cpp_where cpp_where,
H A Dcompile.c223 host->cpp_where = DCC_CPP_ON_CLIENT; in dcc_perhaps_adjust_cpp_where_and_protover()
225 host->cpp_where, in dcc_perhaps_adjust_cpp_where_and_protover()
234 host->cpp_where = DCC_CPP_ON_CLIENT; in dcc_perhaps_adjust_cpp_where_and_protover()
236 host->cpp_where, in dcc_perhaps_adjust_cpp_where_and_protover()
246 host->cpp_where = DCC_CPP_ON_CLIENT; in dcc_perhaps_adjust_cpp_where_and_protover()
248 host->cpp_where, in dcc_perhaps_adjust_cpp_where_and_protover()
765 if (host->cpp_where == DCC_CPP_ON_SERVER) {
774 if (host->cpp_where == DCC_CPP_ON_SERVER) {
789 host->cpp_where = DCC_CPP_ON_CLIENT;
791 host->cpp_where,
[all …]
H A Dremote.c142 if (host->cpp_where == DCC_CPP_ON_SERVER) { in dcc_send_header()
249 if (host->cpp_where == DCC_CPP_ON_SERVER) { in dcc_compile_remote()
303 } else if (host->cpp_where == DCC_CPP_ON_CLIENT) { in dcc_compile_remote()
H A Dserve.c666 enum dcc_cpp_where cpp_where; in dcc_run_job() local
700 dcc_get_features_from_protover(protover, &compr, &cpp_where); in dcc_run_job()
702 if (cpp_where == DCC_CPP_ON_SERVER) { in dcc_run_job()
738 if (cpp_where == DCC_CPP_ON_SERVER) { in dcc_run_job()
802 if (cpp_where == DCC_CPP_ON_SERVER) { in dcc_run_job()
820 if (cpp_where == DCC_CPP_ON_SERVER) { in dcc_run_job()
H A Dinclude_server_if.c183 if (host->cpp_where != DCC_CPP_ON_SERVER) { in dcc_approximate_includes()
H A Dclirpc.c203 if (host->cpp_where == DCC_CPP_ON_SERVER) { in dcc_retrieve_results()
/dports/devel/distcc/distcc-3.3.5/include_server/test_data/distcc/src/
H A Dhosts.h59 enum dcc_cpp_where cpp_where; member
76 enum dcc_cpp_where *cpp_where);
79 enum dcc_cpp_where cpp_where,