Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_struct.c.h90 Struct_unpack_from_impl(PyStructObject *self, Py_buffer *buffer,
106 return_value = Struct_unpack_from_impl(self, &buffer, offset); in Struct_unpack_from()
/external/python/cpython3/Modules/
D_struct.c1562 Struct_unpack_from_impl(PyStructObject *self, Py_buffer *buffer, in Struct_unpack_from_impl() function
2214 return Struct_unpack_from_impl(s_object, buffer, offset); in unpack_from_impl()