Searched refs:GenericPyCData_new (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes.c | 688 GenericPyCData_new(PyTypeObject *type, PyObject *args, PyObject *kwds); 726 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 …]
|
/aosp_15_r20/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 …]
|