Home
last modified time | relevance | path

Searched defs:pipe_out (Results 1 – 25 of 105) sorted by relevance

12345

/dports/devel/boost-docs/boost_1_72_0/boost/process/detail/posix/
H A Dpipe_out.hpp21 struct pipe_out : handler_base_ext struct
23 int sink;
24 int source; //opposite end
26 pipe_out(int sink, int source) : sink(sink), source(source) {} in pipe_out() argument
29 pipe_out(T & p) : sink(p.native_sink()), source(p.native_source()) in pipe_out() argument
35 void on_error(Executor &, const std::error_code &) const in on_error()
41 void on_success(Executor &) const in on_success()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/process/detail/posix/
H A Dpipe_out.hpp21 struct pipe_out : handler_base_ext struct
23 int sink;
24 int source; //opposite end
26 pipe_out(int sink, int source) : sink(sink), source(source) {} in pipe_out() function
29 pipe_out(T & p) : sink(p.native_sink()), source(p.native_source()) in pipe_out() argument
35 void on_error(Executor &, const std::error_code &) const in on_error()
41 void on_success(Executor &) const in on_success()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/process/detail/posix/
H A Dpipe_out.hpp21 struct pipe_out : handler_base_ext struct
23 int sink;
24 int source; //opposite end
26 pipe_out(int sink, int source) : sink(sink), source(source) {} in pipe_out() function
29 pipe_out(T & p) : sink(p.native_sink()), source(p.native_source()) in pipe_out() function
35 void on_error(Executor &, const std::error_code &) const in on_error()
41 void on_success(Executor &) const in on_success()
/dports/devel/boost-libs/boost_1_72_0/boost/process/detail/posix/
H A Dpipe_out.hpp21 struct pipe_out : handler_base_ext struct
23 int sink;
24 int source; //opposite end
26 pipe_out(int sink, int source) : sink(sink), source(source) {} in pipe_out() argument
29 pipe_out(T & p) : sink(p.native_sink()), source(p.native_source()) in pipe_out() function
35 void on_error(Executor &, const std::error_code &) const in on_error()
41 void on_success(Executor &) const in on_success()
/dports/devel/boost-python-libs/boost_1_72_0/boost/process/detail/posix/
H A Dpipe_out.hpp21 struct pipe_out : handler_base_ext struct
23 int sink;
24 int source; //opposite end
26 pipe_out(int sink, int source) : sink(sink), source(source) {} in pipe_out() function
29 pipe_out(T & p) : sink(p.native_sink()), source(p.native_source()) in pipe_out() function
35 void on_error(Executor &, const std::error_code &) const in on_error()
41 void on_success(Executor &) 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/posix/
H A Dpipe_out.hpp21 struct pipe_out : handler_base_ext struct
23 int sink;
24 int source; //opposite end
26 pipe_out(int sink, int source) : sink(sink), source(source) {} in pipe_out() function
29 pipe_out(T & p) : sink(p.native_sink()), source(p.native_source()) in pipe_out() argument
35 void on_error(Executor &, const std::error_code &) const in on_error()
41 void on_success(Executor &) const in on_success()
/dports/devel/hyperscan/boost_1_75_0/boost/process/detail/posix/
H A Dpipe_out.hpp21 struct pipe_out : handler_base_ext struct
23 int sink;
24 int source; //opposite end
26 pipe_out(int sink, int source) : sink(sink), source(source) {} in pipe_out() argument
29 pipe_out(T & p) : sink(p.native_sink()), source(p.native_source()) in pipe_out() argument
35 void on_error(Executor &, const std::error_code &) const in on_error()
41 void on_success(Executor &) const in on_success()
/dports/devel/R-cran-BH/BH/inst/include/boost/process/detail/posix/
H A Dpipe_out.hpp21 struct pipe_out : handler_base_ext struct
23 int sink;
24 int source; //opposite end
26 pipe_out(int sink, int source) : sink(sink), source(source) {} in pipe_out() argument
29 pipe_out(T & p) : sink(p.native_sink()), source(p.native_source()) in pipe_out() argument
35 void on_error(Executor &, const std::error_code &) const in on_error()
41 void on_success(Executor &) const in on_success()
/dports/devel/boost-docs/boost_1_72_0/boost/process/detail/windows/
H A Dpipe_out.hpp24 struct pipe_out : public ::boost::process::detail::handler_base, ::boost::process::detail::uses_han… struct
28 ::boost::winapi::HANDLE_ get_used_handles() const { return handle; } in get_used_handles()
30 pipe_out(::boost::winapi::HANDLE_ handle) : handle(handle) {} in pipe_out() argument
32 pipe_out(T & p) : handle(p.native_sink()) in pipe_out() argument
41 void on_error(WindowsExecutor &, const std::error_code &) const in on_error()
47 void on_success(WindowsExecutor &) const in on_success()
/dports/devel/R-cran-BH/BH/inst/include/boost/process/detail/windows/
H A Dpipe_out.hpp24 struct pipe_out : public ::boost::process::detail::handler_base, ::boost::process::detail::uses_han… struct
28 ::boost::winapi::HANDLE_ get_used_handles() const { return handle; } in get_used_handles()
30 pipe_out(::boost::winapi::HANDLE_ handle) : handle(handle) {} in pipe_out() function
32 pipe_out(T & p) : handle(p.native_sink()) in pipe_out() function
41 void on_error(WindowsExecutor &, const std::error_code &) const in on_error()
47 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_out.hpp24 struct pipe_out : public ::boost::process::detail::handler_base, ::boost::process::detail::uses_han… struct
28 ::boost::winapi::HANDLE_ get_used_handles() const { return handle; } in get_used_handles()
30 pipe_out(::boost::winapi::HANDLE_ handle) : handle(handle) {} in pipe_out() argument
32 pipe_out(T & p) : handle(p.native_sink()) in pipe_out() function
41 void on_error(WindowsExecutor &, const std::error_code &) const in on_error()
47 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_out.hpp24 struct pipe_out : public ::boost::process::detail::handler_base, ::boost::process::detail::uses_han… struct
28 ::boost::winapi::HANDLE_ get_used_handles() const { return handle; } in get_used_handles()
30 pipe_out(::boost::winapi::HANDLE_ handle) : handle(handle) {} in pipe_out() argument
32 pipe_out(T & p) : handle(p.native_sink()) in pipe_out() function
41 void on_error(WindowsExecutor &, const std::error_code &) const in on_error()
47 void on_success(WindowsExecutor &) const in on_success()
/dports/devel/boost-libs/boost_1_72_0/boost/process/detail/windows/
H A Dpipe_out.hpp24 struct pipe_out : public ::boost::process::detail::handler_base, ::boost::process::detail::uses_han… struct
28 ::boost::winapi::HANDLE_ get_used_handles() const { return handle; } in get_used_handles()
30 pipe_out(::boost::winapi::HANDLE_ handle) : handle(handle) {} in pipe_out() function
32 pipe_out(T & p) : handle(p.native_sink()) in pipe_out() argument
41 void on_error(WindowsExecutor &, const std::error_code &) const in on_error()
47 void on_success(WindowsExecutor &) const in on_success()
/dports/devel/boost-python-libs/boost_1_72_0/boost/process/detail/windows/
H A Dpipe_out.hpp24 struct pipe_out : public ::boost::process::detail::handler_base, ::boost::process::detail::uses_han… struct
28 ::boost::winapi::HANDLE_ get_used_handles() const { return handle; } in get_used_handles()
30 pipe_out(::boost::winapi::HANDLE_ handle) : handle(handle) {} in pipe_out() function
32 pipe_out(T & p) : handle(p.native_sink()) in pipe_out() function
41 void on_error(WindowsExecutor &, const std::error_code &) const in on_error()
47 void on_success(WindowsExecutor &) const in on_success()
/dports/devel/hyperscan/boost_1_75_0/boost/process/detail/windows/
H A Dpipe_out.hpp24 struct pipe_out : public ::boost::process::detail::handler_base, ::boost::process::detail::uses_han… struct
28 ::boost::winapi::HANDLE_ get_used_handles() const { return handle; } in get_used_handles()
30 pipe_out(::boost::winapi::HANDLE_ handle) : handle(handle) {} in pipe_out() function
32 pipe_out(T & p) : handle(p.native_sink()) in pipe_out() function
41 void on_error(WindowsExecutor &, const std::error_code &) const in on_error()
47 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_out.hpp23 struct pipe_out : public ::boost::process::detail::handler_base struct
27 pipe_out(::boost::winapi::HANDLE_ handle) : handle(handle) {} in pipe_out() function
29 pipe_out(T & p) : handle(p.native_sink()) in pipe_out() argument
38 void on_error(WindowsExecutor &, const std::error_code &) const in on_error()
44 void on_success(WindowsExecutor &) const in on_success()
/dports/games/libtmcg/libTMCG-1.3.18/tests/
H A Dt-eotp.cc63 opipestream *pipe_out = new opipestream(pipe2fd[1]); in main() local
129 opipestream *pipe_out = new opipestream(pipe1fd[1]); 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.h36 int pipe_out; variable
/dports/devel/p5-Filter/Filter-1.60/Exec/
H A DExec.xs81 int pipe_out = PIPE_OUT(sv) ; in pipe_write() local
150 int pipe_out = PIPE_OUT(sv) ; in pipe_read() local
602 int pipe_in, pipe_out ; variable
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/resmokelib/core/
H A Dpipe.py23 def __init__(self, logger, level, pipe_out): argument
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/test/legacy26/buildscripts/resmokelib/core/
H A Dpipe.py23 def __init__(self, logger, level, pipe_out): argument
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/test/legacy30/buildscripts/resmokelib/core/
H A Dpipe.py23 def __init__(self, logger, level, pipe_out): argument
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/test/qa-tests/buildscripts/resmokelib/core/
H A Dpipe.py23 def __init__(self, logger, level, pipe_out): argument
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/src/server/
H A Dmodule.h35 int pipe_out[2]; member

12345