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.h204 PyStructObject *s_object = NULL; in calcsize() local
243 PyStructObject *s_object = NULL; in unpack() local
297 PyStructObject *s_object = NULL; in unpack_from() local
371 PyStructObject *s_object = NULL; in iter_unpack() local
/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
/external/python/cpython3/Modules/
D_struct.c2088 PyObject * s_object; in cache_struct_converter() local
2150 calcsize_impl(PyObject *module, PyStructObject *s_object) in calcsize_impl()
2165 PyObject *s_object = NULL; in pack() local
2193 PyObject *s_object = NULL; in pack_into() local
2225 unpack_impl(PyObject *module, PyStructObject *s_object, Py_buffer *buffer) in unpack_impl()
2247 unpack_from_impl(PyObject *module, PyStructObject *s_object, in unpack_from_impl()
2270 iter_unpack_impl(PyObject *module, PyStructObject *s_object, in iter_unpack_impl()