Searched refs:GenericPyCData_new (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes.c | 596 GenericPyCData_new(PyTypeObject *type, PyObject *args, PyObject *kwds); 628 result = GenericPyCData_new((PyTypeObject *)type, NULL, NULL); in CDataType_from_buffer_copy() 3026 GenericPyCData_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in GenericPyCData_new() function 3417 self = (PyCFuncPtrObject *)GenericPyCData_new(type, args, kwds); in PyCFuncPtr_FromDll() 3458 self = (PyCFuncPtrObject *)GenericPyCData_new(type, args, kwds); in PyCFuncPtr_FromVtblIndex() 3490 return GenericPyCData_new(type, args, kwds); in PyCFuncPtr_new() 3506 ob = (CDataObject *)GenericPyCData_new(type, args, kwds); in PyCFuncPtr_new() 3550 self = (PyCFuncPtrObject *)GenericPyCData_new(type, args, kwds); in PyCFuncPtr_new() 4257 GenericPyCData_new, /* tp_new */ 4299 GenericPyCData_new, /* tp_new */ [all …]
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes.c | 624 GenericPyCData_new(PyTypeObject *type, PyObject *args, PyObject *kwds); 668 result = GenericPyCData_new((PyTypeObject *)type, NULL, NULL); in CDataType_from_buffer_copy() 3134 GenericPyCData_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in GenericPyCData_new() function 3522 self = (PyCFuncPtrObject *)GenericPyCData_new(type, args, kwds); in PyCFuncPtr_FromDll() 3560 self = (PyCFuncPtrObject *)GenericPyCData_new(type, args, kwds); in PyCFuncPtr_FromVtblIndex() 3592 return GenericPyCData_new(type, args, kwds); in PyCFuncPtr_new() 3608 ob = (CDataObject *)GenericPyCData_new(type, args, kwds); in PyCFuncPtr_new() 3652 self = (PyCFuncPtrObject *)GenericPyCData_new(type, args, kwds); in PyCFuncPtr_new() 4370 GenericPyCData_new, /* tp_new */ 4412 GenericPyCData_new, /* tp_new */ [all …]
|