OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dll_
(Results
1 - 5
of
5
) 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/
pcsc_funcs.c
181
dll_
## s = (void *) GetProcAddress(dll, sym); \
182
if (
dll_
## s == NULL) \
[
all
...]
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
pcsc_funcs.c
181
dll_
## s = (void *) GetProcAddress(dll, sym); \
182
if (
dll_
## s == NULL) \
[
all
...]
/external/wpa_supplicant_8/src/utils/
pcsc_funcs.c
181
dll_
## s = (void *) GetProcAddress(dll, sym); \
182
if (
dll_
## s == NULL) \
[
all
...]
Completed in 877 milliseconds