Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/
D_ctypes.c387 parg->pffi_type = &stgdict->ffi_type_pointer; in StructUnionType_paramfunc()
926 parg->pffi_type = &ffi_type_pointer; in PyCPointerType_paramfunc()
953 stgdict->align = _ctypes_get_fielddesc("P")->pffi_type->alignment; in PyCPointerType_new()
1370 p->pffi_type = &ffi_type_pointer; in PyCArrayType_paramfunc()
1568 parg->pffi_type = &ffi_type_pointer; in c_wchar_p_from_param()
1636 parg->pffi_type = &ffi_type_pointer; in c_char_p_from_param()
1709 parg->pffi_type = &ffi_type_pointer; in c_void_p_from_param()
1726 parg->pffi_type = &ffi_type_pointer; in c_void_p_from_param()
1743 parg->pffi_type = &ffi_type_pointer; in c_void_p_from_param()
1784 parg->pffi_type = &ffi_type_pointer; in c_void_p_from_param()
[all …]
Dctypes.h206 ffi_type *pffi_type; /* always statically allocated */ member
336 ffi_type *pffi_type; member
Dcallproc.c444 p->pffi_type = NULL; in PyCArgObject_new()
632 pa->ffi_type = carg->pffi_type; in ConvParam()
640 pa->ffi_type = carg->pffi_type; in ConvParam()
1626 parg->pffi_type = &ffi_type_pointer; in byref()
Dcfield.c1666 _ctypes_get_fielddesc("u")->pffi_type = &ffi_type_sshort; in _ctypes_get_fielddesc()
1668 _ctypes_get_fielddesc("u")->pffi_type = &ffi_type_sint; in _ctypes_get_fielddesc()
1670 _ctypes_get_fielddesc("u")->pffi_type = &ffi_type_slong; in _ctypes_get_fielddesc()