HomeSort by relevance Sort by last modified time
    Searched refs:dll_ (Results 1 - 10 of 10) 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/chromium_org/tools/gyp/test/product/
gyptest-product.py 26 test.built_file_must_exist(test.dll_ + 'alt4' + test._dll,
28 test.built_file_must_exist(test.dll_ + 'hello5.stuff',
  /external/chromium_org/chrome/app/
client_util.h 66 HMODULE dll_; member in class:MainDllLoader
client_util.cc 104 MainDllLoader::MainDllLoader() : dll_(NULL) {
170 dll_ = Load(&version, &file);
171 if (!dll_)
184 reinterpret_cast<DLL_MAIN>(::GetProcAddress(dll_, "ChromeMain"));
195 ::GetProcAddress(dll_,
  /external/chromium_org/third_party/libjingle/source/talk/base/
winping.cc 165 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0),
169 dll_ = LoadLibraryA(ICMP_DLL_NAME);
170 if (!dll_) {
175 create_ = (PIcmpCreateFile) GetProcAddress(dll_, ICMP_CREATE_FUNC);
176 close_ = (PIcmpCloseHandle) GetProcAddress(dll_, ICMP_CLOSE_FUNC);
177 send_ = (PIcmpSendEcho) GetProcAddress(dll_, ICMP_SEND_FUNC);
189 create6_ = (PIcmp6CreateFile) GetProcAddress(dll_, ICMP6_CREATE_FUNC);
190 send6_ = (PIcmp6SendEcho2) GetProcAddress(dll_, ICMP6_SEND_FUNC);
220 if (dll_)
221 FreeLibrary(dll_);
    [all...]
winping.h 101 HMODULE dll_; member in class:talk_base::WinPing
  /external/chromium_org/chrome_frame/
chrome_frame_helper_main.cc 55 HookDllLoader() : dll_(NULL), start_proc_(NULL), stop_proc_(NULL) {}
57 if (dll_) {
63 dll_ = LoadLibrary(L"chrome_frame_helper.dll");
64 if (dll_) {
65 start_proc_ = GetProcAddress(dll_, "StartUserModeBrowserInjection");
66 stop_proc_ = GetProcAddress(dll_, "StopUserModeBrowserInjection");
86 if (dll_) {
87 FreeLibrary(dll_);
92 HMODULE dll_; member in class:HookDllLoader
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 72 dll_ = TestCommon.dll_prefix variable in class:TestGypBase
321 name = self.dll_ + name + self._dll
    [all...]
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 199 dll_ ## s = (void *) GetProcAddress(dll, sym); \
200 if (dll_ ## s == NULL) \
    [all...]

Completed in 281 milliseconds