Home
last modified time | relevance | path

Searched refs:PyCFuncPtrObject (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/_ctypes/
D_ctypes.c1912 PyCFuncPtrObject *func; in c_void_p_from_param()
1913 func = (PyCFuncPtrObject *)value; in c_void_p_from_param()
3252 PyCFuncPtr_set_errcheck(PyCFuncPtrObject *self, PyObject *ob, void *Py_UNUSED(ignored)) in PyCFuncPtr_set_errcheck()
3265 PyCFuncPtr_get_errcheck(PyCFuncPtrObject *self, void *Py_UNUSED(ignored)) in PyCFuncPtr_get_errcheck()
3275 PyCFuncPtr_set_restype(PyCFuncPtrObject *self, PyObject *ob, void *Py_UNUSED(ignored)) in PyCFuncPtr_set_restype()
3303 PyCFuncPtr_get_restype(PyCFuncPtrObject *self, void *Py_UNUSED(ignored)) in PyCFuncPtr_get_restype()
3321 PyCFuncPtr_set_argtypes(PyCFuncPtrObject *self, PyObject *ob, void *Py_UNUSED(ignored)) in PyCFuncPtr_set_argtypes()
3340 PyCFuncPtr_get_argtypes(PyCFuncPtrObject *self, void *Py_UNUSED(ignored)) in PyCFuncPtr_get_argtypes()
3549 PyCFuncPtrObject *self; in PyCFuncPtr_FromDll()
3639 self = (PyCFuncPtrObject *)GenericPyCData_new(type, args, kwds); in PyCFuncPtr_FromDll()
[all …]
Dctypes.h102 } PyCFuncPtrObject; typedef