Home
last modified time | relevance | path

Searched refs:LOAD_LIBRARY_SEARCH_APPLICATION_DIR (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/compat/
Dw32dlfcn.h122 #ifndef LOAD_LIBRARY_SEARCH_APPLICATION_DIR in win32_dlopen()
123 # define LOAD_LIBRARY_SEARCH_APPLICATION_DIR 0x00000200 in win32_dlopen() macro
133 #define LOAD_FLAGS (LOAD_LIBRARY_SEARCH_APPLICATION_DIR | LOAD_LIBRARY_SEARCH_SYSTEM32) in win32_dlopen()
/third_party/rust/crates/libloading/src/os/windows/
Dmod.rs16 pub(crate) const LOAD_LIBRARY_SEARCH_APPLICATION_DIR: DWORD = DWORD; constant
41 LOAD_LIBRARY_SEARCH_APPLICATION_DIR,
467 pub const LOAD_LIBRARY_SEARCH_APPLICATION_DIR: DWORD = consts::LOAD_LIBRARY_SEARCH_APPLICATION_DIR; constant
/third_party/python/PC/
Dgetpathp.c1127 hPython3 = LoadLibraryExW(PY3_DLLNAME, NULL, LOAD_LIBRARY_SEARCH_APPLICATION_DIR); in _Py_CheckPython3()
/third_party/python/Modules/
Dposixmodule.c15406 …_AddIntConstant(m, "_LOAD_LIBRARY_SEARCH_APPLICATION_DIR", LOAD_LIBRARY_SEARCH_APPLICATION_DIR)) r… in all_ins()