Home
last modified time | relevance | path

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

/external/python/cffi/c/
Dffi_obj.c703 PyObject *cdecl1, *python_buf = NULL; in ffi_from_buffer() local
710 &cdecl1, &python_buf, &require_writable)) in ffi_from_buffer()
713 if (python_buf == NULL) { in ffi_from_buffer()
714 python_buf = cdecl1; in ffi_from_buffer()
722 return direct_from_buffer(ct, python_buf, require_writable); in ffi_from_buffer()