HomeSort by relevance Sort by last modified time
    Searched refs:dll_ (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/base/
winping.cc 149 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0),
153 dll_ = LoadLibraryA(ICMP_DLL_NAME);
154 if (!dll_) {
159 create_ = (PIcmpCreateFile) GetProcAddress(dll_, ICMP_CREATE_FUNC);
160 close_ = (PIcmpCloseHandle) GetProcAddress(dll_, ICMP_CLOSE_FUNC);
161 send_ = (PIcmpSendEcho) GetProcAddress(dll_, ICMP_SEND_FUNC);
173 create6_ = (PIcmp6CreateFile) GetProcAddress(dll_, ICMP6_CREATE_FUNC);
174 send6_ = (PIcmp6SendEcho2) GetProcAddress(dll_, ICMP6_SEND_FUNC);
204 if (dll_)
205 FreeLibrary(dll_);
    [all...]
winping.h 86 HMODULE dll_; member in class:rtc::WinPing
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 199 dll_ ## s = (void *) GetProcAddress(dll, sym); \
200 if (dll_ ## s == NULL) \
    [all...]

Completed in 328 milliseconds