Home
last modified time | relevance | path

Searched defs:s_object (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/clinic/
D_struct.c.h165 PyStructObject *s_object = NULL; in calcsize() local
204 PyStructObject *s_object = NULL; in unpack() local
247 PyStructObject *s_object = NULL; in unpack_from() local
290 PyStructObject *s_object = NULL; in iter_unpack() local
/external/python/cpython3/Modules/
D_struct.c2054 PyObject * s_object; in cache_struct_converter() local
2113 calcsize_impl(PyObject *module, PyStructObject *s_object) in calcsize_impl()
2128 PyObject *s_object = NULL; in pack() local
2156 PyObject *s_object = NULL; in pack_into() local
2188 unpack_impl(PyObject *module, PyStructObject *s_object, Py_buffer *buffer) in unpack_impl()
2210 unpack_from_impl(PyObject *module, PyStructObject *s_object, in unpack_from_impl()
2233 iter_unpack_impl(PyObject *module, PyStructObject *s_object, in iter_unpack_impl()
/external/python/cpython2/Modules/
D_struct.c1820 PyObject * s_object; in cache_struct() local
1862 PyObject *s_object = cache_struct(fmt); in calcsize() local
1876 PyObject *s_object, *fmt, *newargs, *result; in pack() local
1906 PyObject *s_object, *fmt, *newargs, *result; in pack_into() local
1936 PyObject *s_object, *fmt, *inputstr, *result; in unpack() local
1956 PyObject *s_object, *fmt, *newargs, *result; in unpack_from() local