Searched refs:GenericPyCData_new (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes.c | 553 GenericPyCData_new(PyTypeObject *type, PyObject *args, PyObject *kwds); 597 result = GenericPyCData_new((PyTypeObject *)type, NULL, NULL); in CDataType_from_buffer_copy() 3040 GenericPyCData_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in GenericPyCData_new() function 3424 self = (PyCFuncPtrObject *)GenericPyCData_new(type, args, kwds); in PyCFuncPtr_FromDll() 3462 self = (PyCFuncPtrObject *)GenericPyCData_new(type, args, kwds); in PyCFuncPtr_FromVtblIndex() 3494 return GenericPyCData_new(type, args, kwds); in PyCFuncPtr_new() 3511 ob = (CDataObject *)GenericPyCData_new(type, args, kwds); in PyCFuncPtr_new() 3555 self = (PyCFuncPtrObject *)GenericPyCData_new(type, args, kwds); in PyCFuncPtr_new() 4273 GenericPyCData_new, /* tp_new */ 4315 GenericPyCData_new, /* tp_new */ [all …]
|