Home
last modified time | relevance | path

Searched refs:env_ (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/kyua/model/
H A Dcontext.cpp53 const std::map< std::string, std::string >& env_) : in impl()
55 _env(env_) in impl()
77 const std::map< std::string, std::string >& env_) : in context()
78 _pimpl(new impl(cwd_, env_)) in context()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_dns.c1949 testleak_cleanup(const struct testcase_t *testcase, void *env_) in testleak_cleanup() argument
1952 struct testleak_env_t *env = env_; in testleak_cleanup()
1977 test_dbg_leak_cancel(void *env_) in test_dbg_leak_cancel() argument
1980 struct testleak_env_t *env = env_; in test_dbg_leak_cancel()
1997 dbg_leak_resume(void *env_, int cancel, int send_err_shutdown) in dbg_leak_resume() argument
2000 struct testleak_env_t *env = env_; in dbg_leak_resume()
2031 test_dbg_leak_##name##_(void *env_) \
2033 dbg_leak_resume(env_, cancel, send_err_shutdown); \
2041 test_dbg_leak_shutdown(void *env_) in test_dbg_leak_shutdown() argument
2044 struct testleak_env_t *env = env_; in test_dbg_leak_shutdown()
/freebsd/contrib/libevent/test/
H A Dregress_dns.c1949 testleak_cleanup(const struct testcase_t *testcase, void *env_) in testleak_cleanup() argument
1952 struct testleak_env_t *env = env_; in testleak_cleanup()
1977 test_dbg_leak_cancel(void *env_) in test_dbg_leak_cancel() argument
1980 struct testleak_env_t *env = env_; in test_dbg_leak_cancel()
1997 dbg_leak_resume(void *env_, int cancel, int send_err_shutdown) in dbg_leak_resume() argument
2000 struct testleak_env_t *env = env_; in dbg_leak_resume()
2031 test_dbg_leak_##name##_(void *env_) \
2033 dbg_leak_resume(env_, cancel, send_err_shutdown); \
2041 test_dbg_leak_shutdown(void *env_) in test_dbg_leak_shutdown() argument
2044 struct testleak_env_t *env = env_; in test_dbg_leak_shutdown()