Searched refs:PyCFuncPtrObject (Results 1 – 2 of 2) sorted by relevance
1779 PyCFuncPtrObject *func; in c_void_p_from_param()1780 func = (PyCFuncPtrObject *)value; in c_void_p_from_param()3074 PyCFuncPtr_set_errcheck(PyCFuncPtrObject *self, PyObject *ob) in PyCFuncPtr_set_errcheck()3087 PyCFuncPtr_get_errcheck(PyCFuncPtrObject *self) in PyCFuncPtr_get_errcheck()3098 PyCFuncPtr_set_restype(PyCFuncPtrObject *self, PyObject *ob) in PyCFuncPtr_set_restype()3119 PyCFuncPtr_get_restype(PyCFuncPtrObject *self) in PyCFuncPtr_get_restype()3138 PyCFuncPtr_set_argtypes(PyCFuncPtrObject *self, PyObject *ob) in PyCFuncPtr_set_argtypes()3157 PyCFuncPtr_get_argtypes(PyCFuncPtrObject *self) in PyCFuncPtr_get_argtypes()3350 PyCFuncPtrObject *self; in PyCFuncPtr_FromDll()3424 self = (PyCFuncPtrObject *)GenericPyCData_new(type, args, kwds); in PyCFuncPtr_FromDll()[all …]
142 } PyCFuncPtrObject; typedef