Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_struct.c.h198 unpack_impl(PyObject *module, PyStructObject *s_object, Py_buffer *buffer);
211 return_value = unpack_impl(module, s_object, &buffer); in unpack()
/external/python/cpython3/Modules/
D_struct.c2188 unpack_impl(PyObject *module, PyStructObject *s_object, Py_buffer *buffer) in unpack_impl() function