Searched refs:remove_all (Results 1 - 9 of 9) sorted by relevance
/third_party/nghttp2/src/ |
H A D | shrpx_downstream_connection_pool.cc | 32 DownstreamConnectionPool::~DownstreamConnectionPool() { remove_all(); } in ~DownstreamConnectionPool() 34 void DownstreamConnectionPool::remove_all() { in remove_all() function in shrpx::DownstreamConnectionPool
|
H A D | shrpx_downstream_connection_pool.h | 45 void remove_all();
|
H A D | shrpx_worker.cc | 250 addr.dconn_pool->remove_all(); in replace_downstream_config()
|
/third_party/ninja/misc/ |
H A D | manifest_fuzzer.cc | 39 std::__fs::filesystem::remove_all("/tmp/build.ninja"); in LLVMFuzzerTestOneInput()
|
/third_party/ltp/testscripts/ |
H A D | ltpdmmapper.sh | 195 dmsetup remove_all
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpa_supplicant_i.h | 347 const char *type, int remove_all);
|
H A D | wpa_supplicant.c | 5367 * @remove_all: 1 to remove all the works on this radio, 0 to remove only 5371 const char *type, int remove_all) 5382 if (!remove_all && work->wpa_s != wpa_s) 5370 radio_remove_works(struct wpa_supplicant *wpa_s, const char *type, int remove_all) global() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpa_supplicant_i.h | 383 const char *type, int remove_all);
|
H A D | wpa_supplicant.c | 6620 * @remove_all: 1 to remove all the works on this radio, 0 to remove only 6624 const char *type, int remove_all) 6635 if (!remove_all && work->wpa_s != wpa_s) 6623 radio_remove_works(struct wpa_supplicant *wpa_s, const char *type, int remove_all) global() argument
|
Completed in 43 milliseconds