Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_struct.c.h52 Struct_unpack_impl(PyStructObject *self, Py_buffer *buffer);
63 return_value = Struct_unpack_impl(self, &buffer); in Struct_unpack()
/external/python/cpython3/Modules/
D_struct.c1533 Struct_unpack_impl(PyStructObject *self, Py_buffer *buffer) in Struct_unpack_impl() function
2191 return Struct_unpack_impl(s_object, buffer); in unpack_impl()