Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dparse_c_type.h103 struct _cffi_getconst_s { struct
/external/python/cffi/c/
Drealize_c_type.c198 struct _cffi_getconst_s gc; in realize_global_int()
207 neg = ((int(*)(struct _cffi_getconst_s *))g->address)(&gc); in realize_global_int()
Dparse_c_type.c409 struct _cffi_getconst_s gc; in parse_sequel()
412 neg = ((int(*)(struct _cffi_getconst_s*))g->address) in parse_sequel()
Dcdlopen.c100 static int _cdl_realize_global_int(struct _cffi_getconst_s *gc) in _cdl_realize_global_int()