Searched refs:_cffi_externpy_s (Results 1 – 5 of 5) sorted by relevance
78 struct _cffi_externpy_s *externpy; in _ffi_def_extern_decorator()130 externpy = (struct _cffi_externpy_s *)g->address; in _ffi_def_extern_decorator()162 static int _update_cache_to_call_python(struct _cffi_externpy_s *externpy) in _update_cache_to_call_python()218 static void cffi_call_python(struct _cffi_externpy_s *externpy, char *args) in cffi_call_python()
7881 struct _cffi_externpy_s; /* forward declaration */7882 static void cffi_call_python(struct _cffi_externpy_s *, char *args);
34 typedef void (*_cffi_call_python_fnptr)(struct _cffi_externpy_s *, char *);35 static void _cffi_start_and_call_python(struct _cffi_externpy_s *, char *);482 void _cffi_start_and_call_python(struct _cffi_externpy_s *externpy, char *args) in _cffi_start_and_call_python()
216 ((void(*)(struct _cffi_externpy_s *, char *))_cffi_exports[_CFFI_CPIDX])353 static void (*_cffi_call_python_org)(struct _cffi_externpy_s *, char *);
169 struct _cffi_externpy_s { struct