Searched refs:shutdownFunc_ (Results 1 – 2 of 2) sorted by relevance
245 if (shutdownFunc_ != nullptr) { in Shutdown()246 shutdownFunc_(socket); in Shutdown()254 shutdownFunc_ = (ShutdownFunc)dlsym(soHandle_, "Shutdown"); in Shutdown()255 if (shutdownFunc_ == nullptr) { in Shutdown()260 shutdownFunc_(socket); in Shutdown()
77 ShutdownFunc shutdownFunc_ = nullptr; variable