Home
last modified time | relevance | path

Searched defs:env_init (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/process/detail/windows/
Denv_init.hpp21 struct env_init : public ::boost::process::detail::handler_base struct
23 boost::process::basic_environment<Char> env;
25 env_init(boost::process::basic_environment<Char> && env) : env(std::move(env)) {}; in env_init() argument
26 env_init(const boost::process::basic_environment<Char> & env) : env(env) {}; in env_init() function
28 constexpr static ::boost::winapi::DWORD_ creation_flag(char) {return 0u;} in creation_flag()
29 constexpr static ::boost::winapi::DWORD_ creation_flag(wchar_t) in creation_flag()
35 void on_setup(WindowsExecutor &exec) const in on_setup()
/third_party/boost/boost/process/detail/posix/
Denv_init.hpp21 struct env_init<char> : handler_base_ext struct
23 boost::process::environment env;
25 env_init(boost::process::environment && env) : env(std::move(env)) {}; in env_init() function
26 env_init(const boost::process::environment & env) : env(env) {}; in env_init() function
30 void on_setup(Executor &exec) const in on_setup()
/third_party/openssl/crypto/async/arch/
Dasync_posix.h34 int env_init; member
/third_party/boost/boost/process/
Denv.hpp173 struct env_init struct
175 basic_environment<Char> env;
/third_party/uboot/u-boot-2020.01/env/
Denv.c294 int env_init(void) in env_init() function
/third_party/nghttp2/src/
Dshrpx_mruby_module_env.cc44 mrb_value env_init(mrb_state *mrb, mrb_value self) { return self; } in env_init() function