Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_struct.c1556 s_pack_internal(PyStructObject *soself, PyObject *args, int offset, char* buf) in s_pack_internal() function
1642 if ( s_pack_internal(soself, args, 0, PyString_AS_STRING(result)) != 0 ) { in s_pack()
1712 if (s_pack_internal(soself, args, 2, (char *)buf.buf + offset) != 0) { in s_pack_into()
/external/python/cpython3/Modules/
D_struct.c1736 s_pack_internal(PyStructObject *soself, PyObject *const *args, int offset, char* buf) in s_pack_internal() function
1845 if ( s_pack_internal(soself, args, 0, PyBytes_AS_STRING(result)) != 0 ) { in s_pack()
1945 if (s_pack_internal(soself, args, 2, (char*)buffer.buf + offset) != 0) { in s_pack_into()