Searched defs:close_all (Results 1 – 2 of 2) sorted by relevance
/third_party/curl/lib/vtls/ | ||
D | vtls_int.h | 131 void (*close_all)(struct Curl_easy *data); member |
/third_party/python/Lib/ | ||
D | asyncore.py | 560 def close_all(map=None, ignore_all=False): function |