/external/python/cpython3/Include/ |
bytesobject.h | 152 incremented by _PyBytesWriter_Prepare() */ 194 PyAPI_FUNC(void*) _PyBytesWriter_Prepare(_PyBytesWriter *writer, 207 See also _PyBytesWriter_Prepare().
|
/external/python/cpython3/Objects/ |
bytesobject.c | 437 str = _PyBytesWriter_Prepare(writer, str, len); 958 res = _PyBytesWriter_Prepare(&writer, res, alloc - 2); [all...] |
longobject.c | [all...] |
unicodeobject.c | 609 str = _PyBytesWriter_Prepare(writer, str, size); 684 str = _PyBytesWriter_Prepare(writer, str, size); [all...] |
/external/python/cpython3/Modules/ |
binascii.c | 874 out_data = _PyBytesWriter_Prepare(&writer, out_data, [all...] |
_pickle.c | [all...] |