Home
last modified time | relevance | path

Searched defs:externpy (Results 1 – 2 of 2) sorted by relevance

/external/python/cffi/c/
Dcall_python.c64 struct _cffi_externpy_s *externpy; in _ffi_def_extern_decorator() local
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()
/external/python/cffi/cffi/
D_embedding.h439 void _cffi_start_and_call_python(struct _cffi_externpy_s *externpy, char *args) in _cffi_start_and_call_python()