Home
last modified time | relevance | path

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

/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;