Home
last modified time | relevance | path

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

/external/python/cffi/c/
Dffi_obj.c143 #define ACCEPT_CTYPE 2 macro
145 #define ACCEPT_ALL (ACCEPT_STRING | ACCEPT_CTYPE | ACCEPT_CDATA)
223 else if ((accept & ACCEPT_CTYPE) && CTypeDescr_Check(arg)) { in _ffi_type()
242 const char *m2 = (accept & ACCEPT_CTYPE) ? "ctype object" : ""; in _ffi_type()
345 ct = _ffi_type(self, arg, ACCEPT_STRING|ACCEPT_CTYPE); in _ffi_new()
434 ct = _ffi_type(self, arg, ACCEPT_STRING|ACCEPT_CTYPE); in ffi_cast()
498 ct = _ffi_type(self, arg, ACCEPT_STRING|ACCEPT_CTYPE); in ffi_offsetof()
631 ct = _ffi_type(self, c_decl, ACCEPT_STRING|ACCEPT_CTYPE); in ffi_getctype()
718 ct = _ffi_type(self, cdecl1, ACCEPT_STRING|ACCEPT_CTYPE); in ffi_from_buffer()
803 c_decl = (PyObject *)_ffi_type(self, c_decl, ACCEPT_STRING | ACCEPT_CTYPE | in ffi_callback()