Searched refs:GenericPyCData_new (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Modules/_ctypes/ |
D | _ctypes.c | 675 GenericPyCData_new(PyTypeObject *type, PyObject *args, PyObject *kwds); 713 result = GenericPyCData_new((PyTypeObject *)type, NULL, NULL); in CDataType_from_buffer_copy() 3218 GenericPyCData_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in GenericPyCData_new() function 3639 self = (PyCFuncPtrObject *)GenericPyCData_new(type, args, kwds); in PyCFuncPtr_FromDll() 3680 self = (PyCFuncPtrObject *)GenericPyCData_new(type, args, kwds); in PyCFuncPtr_FromVtblIndex() 3712 return GenericPyCData_new(type, args, kwds); in PyCFuncPtr_new() 3728 ob = (CDataObject *)GenericPyCData_new(type, args, kwds); in PyCFuncPtr_new() 3775 self = (PyCFuncPtrObject *)GenericPyCData_new(type, args, kwds); in PyCFuncPtr_new() 4499 GenericPyCData_new, /* tp_new */ 4541 GenericPyCData_new, /* tp_new */ [all …]
|