Home
last modified time | relevance | path

Searched defs:cdll (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/ctypes/
D__init__.py456 cdll = LibraryLoader(CDLL) variable
/external/python/cpython2/Lib/ctypes/
D__init__.py446 cdll = LibraryLoader(CDLL) variable
/external/python/cffi/cffi/
Dbackend_ctypes.py1099 def __init__(self, backend, cdll): argument