Home
last modified time | relevance | path

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

/third_party/boost/boost/process/
Denv.hpp173 struct env_init struct
179 struct char_converter<char, env_init<wchar_t>>
181 static env_init<char> conv(const env_init<wchar_t> & in) in conv()
188 struct char_converter<wchar_t, env_init<char>>
190 static env_init<wchar_t> conv(const env_init<char> & in) in conv()
290 env_init<Char> operator()(const basic_environment<Char> & env) const in operator ()()
295 env_init<Char> operator= (const basic_environment<Char> & env) const in operator =()
312 void operator()(env_init<Char> & ei) in operator ()()
330 typedef api::env_init<Char> result_type;
331 api::env_init<Char> get_initializer() in get_initializer()
[all …]
/third_party/boost/boost/process/detail/posix/
Denv_init.hpp18 struct env_init;
21 struct env_init<char> : handler_base_ext struct
25 env_init(boost::process::environment && env) : env(std::move(env)) {}; in env_init() argument
26 env_init(const boost::process::environment & env) : env(env) {}; in env_init() argument
/third_party/openssl/crypto/async/arch/
Dasync_posix.h34 int env_init; member
39 o->env_init = 1; in async_fibre_swapcontext()
42 if (n->env_init) in async_fibre_swapcontext()
Dasync_posix.c37 fibre->env_init = 0; in async_fibre_makecontext()
/third_party/boost/boost/process/detail/windows/
Denv_init.hpp21 struct env_init : public ::boost::process::detail::handler_base struct
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() argument
/third_party/boost/boost/process/detail/traits/
Denv.hpp33 template<typename Char> struct env_init;
40 template<typename Char> struct initializer_tag<env_init <Char>> { typedef env_tag<Char> type;};
/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
416 mrb_define_method(mrb, env_class, "initialize", env_init, MRB_ARGS_NONE()); in init_env_class()