Home
last modified time | relevance | path

Searched defs:pipe_in (Results 1 – 25 of 101) sorted by relevance

12345

/dports/devel/boost-docs/boost_1_72_0/boost/process/detail/posix/
H A Dpipe_in.hpp21 struct pipe_in : handler_base_ext, ::boost::process::detail::uses_handles struct
23 int source;
24 int sink; //opposite end
26 pipe_in(int sink, int source) : source(source), sink(sink) {} in pipe_in() function
28 std::array<int, 3> get_used_handles() in get_used_handles()
35 pipe_in(T & p) : source(p.native_source()), sink(p.native_sink()) in pipe_in() argument
41 void on_error(Executor &, const std::error_code &) const in on_error()
47 void on_success(Executor &) const in on_success()
53 void on_exec_setup(Executor &e) const in on_exec_setup()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/process/detail/posix/
H A Dpipe_in.hpp21 struct pipe_in : handler_base_ext, ::boost::process::detail::uses_handles struct
23 int source;
24 int sink; //opposite end
26 pipe_in(int sink, int source) : source(source), sink(sink) {} in pipe_in() function
28 std::array<int, 3> get_used_handles() in get_used_handles()
35 pipe_in(T & p) : source(p.native_source()), sink(p.native_sink()) in pipe_in() function
41 void on_error(Executor &, const std::error_code &) const in on_error()
47 void on_success(Executor &) const in on_success()
53 void on_exec_setup(Executor &e) const in on_exec_setup()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/process/detail/posix/
H A Dpipe_in.hpp21 struct pipe_in : handler_base_ext, ::boost::process::detail::uses_handles struct
23 int source;
24 int sink; //opposite end
26 pipe_in(int sink, int source) : source(source), sink(sink) {} in pipe_in() function
28 std::array<int, 3> get_used_handles() in get_used_handles()
35 pipe_in(T & p) : source(p.native_source()), sink(p.native_sink()) in pipe_in() function
41 void on_error(Executor &, const std::error_code &) const in on_error()
47 void on_success(Executor &) const in on_success()
53 void on_exec_setup(Executor &e) const in on_exec_setup()
/dports/devel/boost-libs/boost_1_72_0/boost/process/detail/posix/
H A Dpipe_in.hpp21 struct pipe_in : handler_base_ext, ::boost::process::detail::uses_handles struct
23 int source;
24 int sink; //opposite end
26 pipe_in(int sink, int source) : source(source), sink(sink) {} in pipe_in() argument
28 std::array<int, 3> get_used_handles() in get_used_handles()
35 pipe_in(T & p) : source(p.native_source()), sink(p.native_sink()) in pipe_in() argument
41 void on_error(Executor &, const std::error_code &) const in on_error()
47 void on_success(Executor &) const in on_success()
53 void on_exec_setup(Executor &e) const in on_exec_setup()
/dports/devel/boost-python-libs/boost_1_72_0/boost/process/detail/posix/
H A Dpipe_in.hpp21 struct pipe_in : handler_base_ext, ::boost::process::detail::uses_handles struct
23 int source;
24 int sink; //opposite end
26 pipe_in(int sink, int source) : source(source), sink(sink) {} in pipe_in() argument
28 std::array<int, 3> get_used_handles() in get_used_handles()
35 pipe_in(T & p) : source(p.native_source()), sink(p.native_sink()) in pipe_in() argument
41 void on_error(Executor &, const std::error_code &) const in on_error()
47 void on_success(Executor &) const in on_success()
53 void on_exec_setup(Executor &e) const in on_exec_setup()
/dports/devel/hyperscan/boost_1_75_0/boost/process/detail/posix/
H A Dpipe_in.hpp21 struct pipe_in : handler_base_ext, ::boost::process::detail::uses_handles struct
23 int source;
24 int sink; //opposite end
26 pipe_in(int sink, int source) : source(source), sink(sink) {} in pipe_in() argument
28 std::array<int, 3> get_used_handles() in get_used_handles()
35 pipe_in(T & p) : source(p.native_source()), sink(p.native_sink()) in pipe_in() function
41 void on_error(Executor &, const std::error_code &) const in on_error()
47 void on_success(Executor &) const in on_success()
53 void on_exec_setup(Executor &e) const in on_exec_setup()
/dports/devel/R-cran-BH/BH/inst/include/boost/process/detail/posix/
H A Dpipe_in.hpp21 struct pipe_in : handler_base_ext, ::boost::process::detail::uses_handles struct
23 int source;
24 int sink; //opposite end
26 pipe_in(int sink, int source) : source(source), sink(sink) {} in pipe_in() argument
28 std::array<int, 3> get_used_handles() in get_used_handles()
35 pipe_in(T & p) : source(p.native_source()), sink(p.native_sink()) in pipe_in() argument
41 void on_error(Executor &, const std::error_code &) const in on_error()
47 void on_success(Executor &) const in on_success()
53 void on_exec_setup(Executor &e) const in on_exec_setup()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/process/detail/posix/
H A Dpipe_in.hpp20 struct pipe_in : handler_base_ext struct
22 int source;
23 int sink; //opposite end
25 pipe_in(int sink, int source) : source(source), sink(sink) {} in pipe_in() argument
29 pipe_in(T & p) : source(p.native_source()), sink(p.native_sink()) in pipe_in() function
35 void on_error(Executor &, const std::error_code &) const in on_error()
41 void on_success(Executor &) const in on_success()
47 void on_exec_setup(Executor &e) const in on_exec_setup()
/dports/devel/boost-docs/boost_1_72_0/boost/process/detail/windows/
H A Dpipe_in.hpp20 struct pipe_in : public ::boost::process::detail::handler_base, ::boost::process::detail::uses_hand… struct
24 ::boost::winapi::HANDLE_ get_used_handles() const { return handle; } in get_used_handles()
26 pipe_in(::boost::winapi::HANDLE_ handle) : handle(handle) {} in pipe_in() function
29 pipe_in(T & p) : handle(p.native_source()) in pipe_in() argument
35 void on_setup(WindowsExecutor &e) const in on_setup()
46 void on_error(WindowsExecutor &, const std::error_code &) const in on_error()
52 void on_success(WindowsExecutor &) const in on_success()
/dports/devel/R-cran-BH/BH/inst/include/boost/process/detail/windows/
H A Dpipe_in.hpp20 struct pipe_in : public ::boost::process::detail::handler_base, ::boost::process::detail::uses_hand… struct
24 ::boost::winapi::HANDLE_ get_used_handles() const { return handle; } in get_used_handles()
26 pipe_in(::boost::winapi::HANDLE_ handle) : handle(handle) {} in pipe_in() function
29 pipe_in(T & p) : handle(p.native_source()) in pipe_in() argument
35 void on_setup(WindowsExecutor &e) const in on_setup()
46 void on_error(WindowsExecutor &, const std::error_code &) const in on_error()
52 void on_success(WindowsExecutor &) const in on_success()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/process/detail/windows/
H A Dpipe_in.hpp20 struct pipe_in : public ::boost::process::detail::handler_base, ::boost::process::detail::uses_hand… struct
24 ::boost::winapi::HANDLE_ get_used_handles() const { return handle; } in get_used_handles()
26 pipe_in(::boost::winapi::HANDLE_ handle) : handle(handle) {} in pipe_in() function
29 pipe_in(T & p) : handle(p.native_source()) in pipe_in() argument
35 void on_setup(WindowsExecutor &e) const in on_setup()
46 void on_error(WindowsExecutor &, const std::error_code &) const in on_error()
52 void on_success(WindowsExecutor &) const in on_success()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/process/detail/windows/
H A Dpipe_in.hpp20 struct pipe_in : public ::boost::process::detail::handler_base, ::boost::process::detail::uses_hand… struct
24 ::boost::winapi::HANDLE_ get_used_handles() const { return handle; } in get_used_handles()
26 pipe_in(::boost::winapi::HANDLE_ handle) : handle(handle) {} in pipe_in() function
29 pipe_in(T & p) : handle(p.native_source()) in pipe_in() argument
35 void on_setup(WindowsExecutor &e) const in on_setup()
46 void on_error(WindowsExecutor &, const std::error_code &) const in on_error()
52 void on_success(WindowsExecutor &) const in on_success()
/dports/devel/boost-libs/boost_1_72_0/boost/process/detail/windows/
H A Dpipe_in.hpp20 struct pipe_in : public ::boost::process::detail::handler_base, ::boost::process::detail::uses_hand… struct
24 ::boost::winapi::HANDLE_ get_used_handles() const { return handle; } in get_used_handles()
26 pipe_in(::boost::winapi::HANDLE_ handle) : handle(handle) {} in pipe_in() argument
29 pipe_in(T & p) : handle(p.native_source()) in pipe_in() argument
35 void on_setup(WindowsExecutor &e) const in on_setup()
46 void on_error(WindowsExecutor &, const std::error_code &) const in on_error()
52 void on_success(WindowsExecutor &) const in on_success()
/dports/devel/boost-python-libs/boost_1_72_0/boost/process/detail/windows/
H A Dpipe_in.hpp20 struct pipe_in : public ::boost::process::detail::handler_base, ::boost::process::detail::uses_hand… struct
24 ::boost::winapi::HANDLE_ get_used_handles() const { return handle; } in get_used_handles()
26 pipe_in(::boost::winapi::HANDLE_ handle) : handle(handle) {} in pipe_in() argument
29 pipe_in(T & p) : handle(p.native_source()) in pipe_in() function
35 void on_setup(WindowsExecutor &e) const in on_setup()
46 void on_error(WindowsExecutor &, const std::error_code &) const in on_error()
52 void on_success(WindowsExecutor &) const in on_success()
/dports/devel/hyperscan/boost_1_75_0/boost/process/detail/windows/
H A Dpipe_in.hpp20 struct pipe_in : public ::boost::process::detail::handler_base, ::boost::process::detail::uses_hand… struct
24 ::boost::winapi::HANDLE_ get_used_handles() const { return handle; } in get_used_handles()
26 pipe_in(::boost::winapi::HANDLE_ handle) : handle(handle) {} in pipe_in() function
29 pipe_in(T & p) : handle(p.native_source()) in pipe_in() argument
35 void on_setup(WindowsExecutor &e) const in on_setup()
46 void on_error(WindowsExecutor &, const std::error_code &) const in on_error()
52 void on_success(WindowsExecutor &) const in on_success()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/process/detail/windows/
H A Dpipe_in.hpp19 struct pipe_in : public ::boost::process::detail::handler_base struct
23 pipe_in(::boost::winapi::HANDLE_ handle) : handle(handle) {} in pipe_in() argument
26 pipe_in(T & p) : handle(p.native_source()) in pipe_in() argument
32 void on_setup(WindowsExecutor &e) const in on_setup()
43 void on_error(WindowsExecutor &, const std::error_code &) const in on_error()
49 void on_success(WindowsExecutor &) const in on_success()
/dports/games/libtmcg/libTMCG-1.3.18/tests/
H A Dt-eotp.cc62 ipipestream *pipe_in = new ipipestream(pipe1fd[0]); in main() local
128 ipipestream *pipe_in = new ipipestream(pipe2fd[0]); in main() local
H A Dt-vtmf.cc93 ipipestream *pipe_in = new ipipestream(pipe1fd[0]); in check() local
169 ipipestream *pipe_in = new ipipestream(pipe2fd[0]); in check() local
H A Dt-vrhe.cc134 ipipestream *pipe_in = new ipipestream(pipe1fd[0]); in main() local
283 ipipestream *pipe_in = new ipipestream(pipe2fd[0]); in main() local
/dports/sysutils/vchanger/vchanger/src/
H A Dmypopen.cpp137 static void CloseAllPipes(int *pipe_in, int *pipe_out, int *pipe_err) in CloseAllPipes()
162 int rc, pipe_in[2], pipe_out[2], pipe_err[2]; in do_mypopen_raw() local
342 int rc, pipe_in[2], pipe_out[2], pipe_err[2]; in do_mypopen_raw() local
/dports/ftp/lftp/lftp-4.9.2/src/
H A DPtyShell.h35 int pipe_in; variable
/dports/devel/p5-Filter/Filter-1.60/Exec/
H A DExec.xs80 int pipe_in = PIPE_IN(sv) ; in pipe_write() local
149 int pipe_in = PIPE_IN(sv) ; in pipe_read() local
602 int pipe_in, pipe_out ; variable
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/src/server/
H A Dmodule.h34 int pipe_in[2]; member
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/src/server/
H A Dmodule.h34 int pipe_in[2]; member
/dports/math/stanmath/math-4.2.0/stan/math/prim/err/
H A Delementwise_check.hpp66 inline void pipe_in(std::stringstream& ss) {} in pipe_in() function
77 inline void pipe_in(std::stringstream& ss, Arg0 arg0, const Args... args) { in pipe_in() function

12345