Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_pickle.c1357 _Unpickler_ReadInto(UnpicklerObject *self, char *buf, Py_ssize_t n) in _Unpickler_ReadInto() function
5538 if (_Unpickler_ReadInto(self, PyBytes_AS_STRING(bytes), size) < 0) { in load_counted_binbytes()
5570 if (_Unpickler_ReadInto(self, PyByteArray_AS_STRING(bytearray), size) < 0) { in load_counted_bytearray()