Home
last modified time | relevance | path

Searched refs:pffi_type (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Modules/_ctypes/
D_ctypes.c478 parg->pffi_type = &stgdict->ffi_type_pointer; in StructUnionType_paramfunc()
1047 parg->pffi_type = &ffi_type_pointer; in PyCPointerType_paramfunc()
1075 stgdict->align = _ctypes_get_fielddesc("P")->pffi_type->alignment; in PyCPointerType_new()
1481 p->pffi_type = &ffi_type_pointer; in PyCArrayType_paramfunc()
1702 parg->pffi_type = &ffi_type_pointer; in c_wchar_p_from_param()
1769 parg->pffi_type = &ffi_type_pointer; in c_char_p_from_param()
1841 parg->pffi_type = &ffi_type_pointer; in c_void_p_from_param()
1859 parg->pffi_type = &ffi_type_pointer; in c_void_p_from_param()
1876 parg->pffi_type = &ffi_type_pointer; in c_void_p_from_param()
1917 parg->pffi_type = &ffi_type_pointer; in c_void_p_from_param()
[all …]
Dctypes.h166 ffi_type *pffi_type; /* always statically allocated */ member
298 ffi_type *pffi_type; member
Dcallproc.c467 p->pffi_type = NULL; in PyCArgObject_new()
658 pa->ffi_type = carg->pffi_type; in ConvParam()
666 pa->ffi_type = carg->pffi_type; in ConvParam()
1733 parg->pffi_type = &ffi_type_pointer; in byref()
Dcfield.c1542 _ctypes_get_fielddesc("u")->pffi_type = &ffi_type_sshort; in _ctypes_get_fielddesc()
1544 _ctypes_get_fielddesc("u")->pffi_type = &ffi_type_sint; in _ctypes_get_fielddesc()
1546 _ctypes_get_fielddesc("u")->pffi_type = &ffi_type_slong; in _ctypes_get_fielddesc()