Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dparse_c_type.h122 #define _CFFI_F_EXTERNAL 0x08 // in some other ffi.include() macro
/external/python/cffi/c/
Dcdlopen.c249 if (nstructs[i].flags & (_CFFI_F_OPAQUE | _CFFI_F_EXTERNAL)) { in ffiobj_init()
Drealize_c_type.c343 if (!(s->flags & _CFFI_F_EXTERNAL)) { in _realize_c_struct_or_union()
Dffi_obj.c1209 if ((s1->flags & (_CFFI_F_EXTERNAL | _CFFI_F_UNION)) in _fetch_external_struct_or_union()