Home
last modified time | relevance | path

Searched refs:close_all (Results 1 – 21 of 21) sorted by relevance

/third_party/boost/boost/iostreams/
Dclose.hpp49 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()
Dcombine.hpp121 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()
Dtee.hpp87 detail::close_all(this->component()); in close()
/third_party/boost/boost/iostreams/detail/adapter/
Dmode_adapter.hpp77 { detail::close_all(t_, dev); } in close()
109 { detail::close_all(t_); } in close()
Ddevice_adapter.hpp41 detail::close_all(t_); in close()
Dfilter_adapter.hpp41 detail::close_all(t_, dev); in close()
Ddirect_adapter.hpp262 detail::close_all(d_); in close()
/third_party/boost/boost/iostreams/detail/
Dfunctional.hpp79 void operator()() const { detail::close_all(t_); } in operator ()()
90 void operator()() const { detail::close_all(t_, snk_); } in operator ()()
Drestrict_impl.hpp202 detail::close_all(this->component(), dev); in close()
/third_party/python/Lib/test/
Dtest_smtpd.py72 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()
Dtest_asyncore.py218 asyncore.close_all()
222 asyncore.close_all(testmap)
251 asyncore.close_all()
331 asyncore.close_all()
509 asyncore.close_all(ignore_all=True)
Dtest_ftplib.py300 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)
Dtest_poplib.py238 asyncore.close_all(ignore_all=True)
Dtest_smtplib.py218 asyncore.close_all()
Dtest_logging.py880 asyncore.close_all(map=self._map, ignore_all=True)
Dtest_os.py3280 asyncore.close_all()
Dtest_ssl.py2780 asyncore.close_all(ignore_all=True)
/third_party/curl/lib/vtls/
Dvtls.h77 void (*close_all)(struct Curl_easy *data); member
Dvtls.c663 Curl_ssl->close_all(data); in Curl_ssl_close_all()
/third_party/python/Lib/test/libregrtest/
Dsave_env.py170 asyncore.close_all(ignore_all=True)
/third_party/python/Lib/
Dasyncore.py560 def close_all(map=None, ignore_all=False): function