Home
last modified time | relevance | path

Searched defs:fielddesc (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/_ctypes/
Dctypes.h162 struct fielddesc { struct
163 char code;
164 SETFUNC setfunc;
165 GETFUNC getfunc;
166 ffi_type *pffi_type; /* always statically allocated */
167 SETFUNC setfunc_swapped;
168 GETFUNC getfunc_swapped;
/external/python/cpython2/Modules/_ctypes/
Dctypes.h202 struct fielddesc { struct
203 char code;
204 SETFUNC setfunc;
205 GETFUNC getfunc;
206 ffi_type *pffi_type; /* always statically allocated */
207 SETFUNC setfunc_swapped;
208 GETFUNC getfunc_swapped;