Home
last modified time | relevance | path

Searched defs:dll (Results 1 – 15 of 15) sorted by relevance

/third_party/libuv/docs/src/
Ddll.rst2 .. _dll: target
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DDriver.hpp75 void *dll; member in Driver
/third_party/python/Lib/ctypes/test/
Dtest_refcounts.py10 dll = ctypes.CDLL(_ctypes_test.__file__) variable
Dtest_pickling.py5 dll = CDLL(_ctypes_test.__file__) variable
Dtest_as_parameter.py6 dll = CDLL(_ctypes_test.__file__) variable
Dtest_functions.py19 dll = CDLL(_ctypes_test.__file__) variable
/third_party/openssl/crypto/dso/
Ddso_win32.c505 HMODULE dll; in win32_pathbyaddr() local
610 HMODULE dll; in win32_globallookup() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioutilsprivate.c224 HMODULE dll; member
/third_party/libwebsockets/lib/core-net/
Ddummy-callback.c114 struct lws_dll2 *dll; in lws_callback_ws_proxy() local
Dprivate-lib-core-net.h904 struct lws_dll2 dll; member
/third_party/node/
Dvcbuild.bat56 set dll= variable
138 if /i "%1"=="dll" set dll=1&goto arg-ok variable
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_win32.cpp161 if (HMODULE dll = ::LoadLibraryA(xinput_dll_names[n])) in ImGui_ImplWin32_Init() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dpcsc_funcs.c130 static HINSTANCE dll = NULL; /* winscard.dll */ variable
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dpcsc_funcs.c130 static HINSTANCE dll = NULL; /* winscard.dll */ variable
/third_party/python/Modules/_ctypes/
D_ctypes.c728 PyObject *dll; in CDataType_in_dll() local
3547 PyObject *dll; in PyCFuncPtr_FromDll() local