Home
last modified time | relevance | path

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

/external/python/cffi/c/
D_cffi_backend.c249 char ct_name[1]; /* string, e.g. "int *" for pointers to ints */ member
1199 static int _convert_overflow(PyObject *init, const char *ct_name) in _convert_overflow()