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

  /external/chromium/third_party/libjingle/source/talk/base/
winping.cc 142 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0),
145 dll_ = LoadLibraryA(ICMP_DLL_NAME);
146 if (!dll_) {
151 create_ = (PIcmpCreateFile) GetProcAddress(dll_, ICMP_CREATE_FUNC);
152 close_ = (PIcmpCloseHandle) GetProcAddress(dll_, ICMP_CLOSE_FUNC);
153 send_ = (PIcmpSendEcho) GetProcAddress(dll_, ICMP_SEND_FUNC);
174 if (dll_)
175 FreeLibrary(dll_);
winping.h 80 HMODULE dll_; member in class:talk_base::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 161 milliseconds