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/
H A 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/
H A Dmod.rs16 pub(crate) const LOAD_LIBRARY_SEARCH_APPLICATION_DIR: DWORD = DWORD;
41 LOAD_LIBRARY_SEARCH_APPLICATION_DIR,
467 pub const LOAD_LIBRARY_SEARCH_APPLICATION_DIR: DWORD = consts::LOAD_LIBRARY_SEARCH_APPLICATION_DIR; consts
471 /// This value is a combination of [`LOAD_LIBRARY_SEARCH_APPLICATION_DIR`],
/third_party/python/Python/
H A Ddynload_win.c200 hPython3 = LoadLibraryExW(PY3_DLLNAME, NULL, LOAD_LIBRARY_SEARCH_APPLICATION_DIR);
/third_party/python/Modules/
H A Dposixmodule.c15624 if (PyModule_AddIntConstant(m, "_LOAD_LIBRARY_SEARCH_APPLICATION_DIR", LOAD_LIBRARY_SEARCH_APPLICATION_DIR)) return -1; in all_ins()

Completed in 21 milliseconds