Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dbytesobject.h20 #define _PyBytes_Resize _PyString_Resize macro
/external/python/cpython2/Modules/_io/
Dfileio.c565 if (_PyBytes_Resize(&result, newsize) < 0) in fileio_readall()
607 if (_PyBytes_Resize(&result, total) < 0) { in fileio_readall()
665 if (_PyBytes_Resize(&bytes, n) < 0) in fileio_read()
Dbufferedio.c1475 if (_PyBytes_Resize(&res, written)) in _bufferedreader_read_generic()
1500 if (_PyBytes_Resize(&res, written)) in _bufferedreader_read_generic()
/external/python/cpython2/Modules/
Dzlibmodule.c169 if (_PyBytes_Resize(buffer, new_length) < 0) in arrange_output_buffer_with_maximum()
267 if (_PyBytes_Resize(&RetVal, zst.next_out - in PyZlib_compress()
D_testcapimodule.c1670 res = _PyBytes_Resize(&decimal, new_length); in unicode_encodedecimal()
D_ssl.c1871 _PyBytes_Resize(&dest, count); in PySSL_SSLread()