Home
last modified time | relevance | path

Searched defs:soself (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
D_struct.c1371 PyStructObject *soself = (PyStructObject *)self; in s_init() local
1416 s_unpack_internal(PyStructObject *soself, char *startfrom) { in s_unpack_internal()
1463 PyStructObject *soself = (PyStructObject *)self; in s_unpack() local
1512 PyStructObject *soself = (PyStructObject *)self; in s_unpack_from() local
1556 s_pack_internal(PyStructObject *soself, PyObject *args, int offset, char* buf) in s_pack_internal()
1622 PyStructObject *soself; in s_pack() local
1661 PyStructObject *soself; in s_pack_into() local
/external/python/cpython3/Modules/
D_struct.c1481 s_unpack_internal(PyStructObject *soself, const char *startfrom) { in s_unpack_internal()
1736 s_pack_internal(PyStructObject *soself, PyObject *const *args, int offset, char* buf) in s_pack_internal()
1825 PyStructObject *soself; in s_pack() local
1864 PyStructObject *soself; in s_pack_into() local