Searched defs:s_object (Results  1 – 3 of 3) sorted by relevance
| /external/python/cpython3/Modules/clinic/ | 
| D | _struct.c.h | 199     PyStructObject *s_object = NULL;  in calcsize()  local 238     PyStructObject *s_object = NULL;  in unpack()  local 292     PyStructObject *s_object = NULL;  in unpack_from()  local 361     PyStructObject *s_object = NULL;  in iter_unpack()  local
  | 
| /external/python/cpython2/Modules/ | 
| D | _struct.c | 1820     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.c | 2108     PyObject * s_object;  in cache_struct_converter()  local 2171 calcsize_impl(PyObject *module, PyStructObject *s_object)  in calcsize_impl() 2186     PyObject *s_object = NULL;  in pack()  local 2214     PyObject *s_object = NULL;  in pack_into()  local 2246 unpack_impl(PyObject *module, PyStructObject *s_object, Py_buffer *buffer)  in unpack_impl() 2268 unpack_from_impl(PyObject *module, PyStructObject *s_object,  in unpack_from_impl() 2291 iter_unpack_impl(PyObject *module, PyStructObject *s_object,  in iter_unpack_impl()
  |