Home
last modified time | relevance | path

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

/external/python/cffi/c/
Dcall_python.c64 struct _cffi_externpy_s *externpy; in _ffi_def_extern_decorator()
116 externpy = (struct _cffi_externpy_s *)g->address; in _ffi_def_extern_decorator()
148 static int _update_cache_to_call_python(struct _cffi_externpy_s *externpy) in _update_cache_to_call_python()
204 static void cffi_call_python(struct _cffi_externpy_s *externpy, char *args) in cffi_call_python()
D_cffi_backend.c7494 struct _cffi_externpy_s; /* forward declaration */
7495 static void cffi_call_python(struct _cffi_externpy_s *, char *args);
/external/python/cffi/cffi/
D_embedding.h34 typedef void (*_cffi_call_python_fnptr)(struct _cffi_externpy_s *, char *);
35 static void _cffi_start_and_call_python(struct _cffi_externpy_s *, char *);
439 void _cffi_start_and_call_python(struct _cffi_externpy_s *externpy, char *args) in _cffi_start_and_call_python()
D_cffi_include.h187 ((void(*)(struct _cffi_externpy_s *, char *))_cffi_exports[_CFFI_CPIDX])
276 static void (*_cffi_call_python_org)(struct _cffi_externpy_s *, char *);
Dparse_c_type.h169 struct _cffi_externpy_s { struct