OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dll_handle
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome_frame/test/
simple_resource_loader_test.cc
16
HMODULE
dll_handle
= NULL;
local
30
&
dll_handle
, &data_pack,
32
if (NULL !=
dll_handle
) {
33
FreeLibrary(
dll_handle
);
34
dll_handle
= NULL;
49
&
dll_handle
, &data_pack,
51
if (NULL !=
dll_handle
) {
52
FreeLibrary(
dll_handle
);
53
dll_handle
= NULL;
68
&
dll_handle
, &data_pack
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h
314
void*
dll_handle
;
member in struct:SDL_VideoDevice::__anon27733
Completed in 522 milliseconds