Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:hKernel32
(Results
1 - 4
of
4
) sorted by relevance
/third_party/curl/lib/
H
A
D
system_win32.c
212
HMODULE
hKernel32
= GetModuleHandle(TEXT("kernel32"));
in Curl_load_library()
local
213
if(!
hKernel32
)
in Curl_load_library()
220
(GetProcAddress(
hKernel32
, LOADLIBARYEX)));
in Curl_load_library()
235
else if(pLoadLibraryEx && GetProcAddress(
hKernel32
, "AddDllDirectory")) {
in Curl_load_library()
/third_party/python/Python/
H
A
D
sysmodule.c
1467
HANDLE
hKernel32
;
in sys_getwindowsversion_impl()
local
1499
hKernel32
= GetModuleHandleW(L"kernel32.dll");
in sys_getwindowsversion_impl()
local
1501
if (
hKernel32
&& GetModuleFileNameW(
hKernel32
, kernel32_path, MAX_PATH) &&
in sys_getwindowsversion_impl()
/third_party/python/Modules/
H
A
D
_winapi.c
75
HINSTANCE
hKernel32
= GetModuleHandle("KERNEL32");
in check_CancelIoEx()
local
76
* (FARPROC *) &Py_CancelIoEx = GetProcAddress(
hKernel32
,
in check_CancelIoEx()
H
A
D
posixmodule.c
14711
HMODULE
hKernel32
;
in os__add_dll_directory_impl()
local
14724
if (!(
hKernel32
= GetModuleHandleW(L"kernel32")) ||
in os__add_dll_directory_impl()
14726
hKernel32
, "AddDllDirectory")) ||
in os__add_dll_directory_impl()
14756
HMODULE
hKernel32
;
in os__remove_dll_directory_impl()
local
14774
if (!(
hKernel32
= GetModuleHandleW(L"kernel32")) ||
in os__remove_dll_directory_impl()
14776
hKernel32
, "RemoveDllDirectory")) ||
in os__remove_dll_directory_impl()
Completed in 26 milliseconds