Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dparse_c_type.h171 size_t size_of_result; member
D_embedding.h493 memset(args, 0, externpy->size_of_result); in _cffi_start_and_call_python()
Drecompiler.py1236 size_of_result = '0'
1239 size_of_result = '(int)sizeof(%s)' % (
1243 self.module_name, name, size_of_result))
/external/python/cffi/c/
Dcall_python.c289 memset(args, 0, externpy->size_of_result); in cffi_call_python()