Home
last modified time | relevance | path

Searched defs:restype (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Modules/_ctypes/
Dcallbacks.c143 ffi_type *restype, in _CallPythonObject()
351 PyObject *restype, in _ctypes_alloc_callback()
Dctypes.h160 PyObject *restype; member
188 PyObject *restype; member
331 PyObject *restype; /* CDataObject or NULL */ member
Dcallproc.c832 ffi_type *restype, in _call_function_pointer()
997 PyObject *restype, void *result, PyObject *checker) in GetResult()
1183 PyObject *restype, in _ctypes_callproc()
D_ctypes.c4287 PyObject *restype; in PyCFuncPtr_call() local
/external/python/cpython3/Lib/ctypes/
D__init__.py73 def CFUNCTYPE(restype, *argtypes, **kw): argument
114 def WINFUNCTYPE(restype, *argtypes, **kw): argument
522 def PYFUNCTYPE(restype, *argtypes): argument
/external/python/cpython3/Lib/test/test_ctypes/
Dtest_win32_com_foreign_func.py34 def create_proto_com_method(name, index, restype, *argtypes): argument
/external/tcpdump/
Dprint-smb.c1144 u_int restype; in nbt_udp137_print() local
/external/cronet/tot/third_party/icu/source/tools/genrb/
Dwrtxml.cpp554 static char *printContainer(SResource *res, const char *container, const char *restype, const char … in printContainer()
/external/cronet/stable/third_party/icu/source/tools/genrb/
Dwrtxml.cpp554 static char *printContainer(SResource *res, const char *container, const char *restype, const char … in printContainer()
/external/icu/icu4c/source/tools/genrb/
Dwrtxml.cpp554 static char *printContainer(SResource *res, const char *container, const char *restype, const char … in printContainer()
/external/capstone/bindings/python/capstone/
D__init__.py390 def _setup_prototype(lib, fname, restype, *argtypes): argument