Searched refs:s_pack_internal (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | _struct.c | 1556 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.c | 1776 s_pack_internal(PyStructObject *soself, PyObject *const *args, int offset, char* buf) in s_pack_internal() function 1889 if ( s_pack_internal(soself, args, 0, buf) != 0 ) { in s_pack() 1989 if (s_pack_internal(soself, args, 2, (char*)buffer.buf + offset) != 0) { in s_pack_into()
|