Home
last modified time | relevance | path

Searched refs:PyCArgObject_new (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/_ctypes/
D_ctypes.c469 parg = PyCArgObject_new(); in StructUnionType_paramfunc()
1042 parg = PyCArgObject_new(); in PyCPointerType_paramfunc()
1477 PyCArgObject *p = PyCArgObject_new(); in PyCArrayType_paramfunc()
1699 parg = PyCArgObject_new(); in c_wchar_p_from_param()
1766 parg = PyCArgObject_new(); in c_char_p_from_param()
1838 parg = PyCArgObject_new(); in c_void_p_from_param()
1856 parg = PyCArgObject_new(); in c_void_p_from_param()
1873 parg = PyCArgObject_new(); in c_void_p_from_param()
1914 parg = PyCArgObject_new(); in c_void_p_from_param()
1932 parg = PyCArgObject_new(); in c_void_p_from_param()
[all …]
Dctypes.h318 extern PyCArgObject *PyCArgObject_new(void);
Dcallproc.c461 PyCArgObject_new(void) in PyCArgObject_new() function
1728 parg = PyCArgObject_new(); in byref()