Searched refs:close_all (Results 1 – 21 of 21) sorted by relevance
/third_party/boost/boost/iostreams/ |
D | close.hpp | 49 void close_all(T& t) in close_all() function 63 void close_all(T& t, Sink& snk) in close_all() function 90 void close(T& t) { detail::close_all(t); } in close() 99 detail::close_all(t); in close() 113 detail::close_all(t, snk); in close()
|
D | combine.hpp | 121 detail::close_all(in_, snk); in close() 128 detail::close_all(out_, snk); in close() 222 detail::close_all(src_); in close() 224 detail::close_all(sink_); in close()
|
D | tee.hpp | 87 detail::close_all(this->component()); in close()
|
/third_party/boost/boost/iostreams/detail/adapter/ |
D | mode_adapter.hpp | 77 { detail::close_all(t_, dev); } in close() 109 { detail::close_all(t_); } in close()
|
D | device_adapter.hpp | 41 detail::close_all(t_); in close()
|
D | filter_adapter.hpp | 41 detail::close_all(t_, dev); in close()
|
D | direct_adapter.hpp | 262 detail::close_all(d_); in close()
|
/third_party/boost/boost/iostreams/detail/ |
D | functional.hpp | 79 void operator()() const { detail::close_all(t_); } in operator ()() 90 void operator()() const { detail::close_all(t_, snk_); } in operator ()()
|
D | restrict_impl.hpp | 202 detail::close_all(this->component(), dev); in close()
|
/third_party/python/Lib/test/ |
D | test_smtpd.py | 72 asyncore.close_all() 165 asyncore.close_all() 174 asyncore.close_all() 197 asyncore.close_all() 234 asyncore.close_all() 302 asyncore.close_all() 793 asyncore.close_all() 845 asyncore.close_all() 890 asyncore.close_all() 932 asyncore.close_all()
|
D | test_asyncore.py | 218 asyncore.close_all() 222 asyncore.close_all(testmap) 251 asyncore.close_all() 331 asyncore.close_all() 509 asyncore.close_all(ignore_all=True)
|
D | test_ftplib.py | 300 asyncore.close_all(ignore_all=True) 497 asyncore.close_all(ignore_all=True) 869 asyncore.close_all(ignore_all=True) 930 asyncore.close_all(ignore_all=True)
|
D | test_poplib.py | 238 asyncore.close_all(ignore_all=True)
|
D | test_smtplib.py | 218 asyncore.close_all()
|
D | test_logging.py | 880 asyncore.close_all(map=self._map, ignore_all=True)
|
D | test_os.py | 3280 asyncore.close_all()
|
D | test_ssl.py | 2780 asyncore.close_all(ignore_all=True)
|
/third_party/curl/lib/vtls/ |
D | vtls.h | 77 void (*close_all)(struct Curl_easy *data); member
|
D | vtls.c | 663 Curl_ssl->close_all(data); in Curl_ssl_close_all()
|
/third_party/python/Lib/test/libregrtest/ |
D | save_env.py | 170 asyncore.close_all(ignore_all=True)
|
/third_party/python/Lib/ |
D | asyncore.py | 560 def close_all(map=None, ignore_all=False): function
|