Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dbytearrayobject.c168 PyByteArray_Resize(PyObject *self, Py_ssize_t requested_size) in PyByteArray_Resize() function
308 if (PyByteArray_Resize((PyObject *)self, size + vo.len) < 0) { in bytearray_iconcat()
359 if (PyByteArray_Resize((PyObject *)self, size) < 0) in bytearray_irepeat()
478 if (PyByteArray_Resize((PyObject *)self, in bytearray_setslice_linear()
506 if (PyByteArray_Resize((PyObject *)self, in bytearray_setslice_linear()
717 if (PyByteArray_Resize((PyObject *)self, in bytearray_ass_subscript()
762 if (PyByteArray_Resize((PyObject *)self, 0) < 0) in bytearray___init___impl()
821 if (PyByteArray_Resize((PyObject *)self, count)) in bytearray___init___impl()
836 if (PyByteArray_Resize((PyObject *)self, size) < 0) goto fail; in bytearray___init___impl()
888 else if (PyByteArray_Resize((PyObject *)self, Py_SIZE(self)+1) < 0) in bytearray___init___impl()
[all …]
Dbytesobject.c3347 if (PyByteArray_Resize(writer->buffer, allocated)) in _PyBytesWriter_Resize()
3487 if (PyByteArray_Resize(result, size)) { in _PyBytesWriter_Finish()
/third_party/python/Include/
Dbytearrayobject.h35 PyAPI_FUNC(int) PyByteArray_Resize(PyObject *, Py_ssize_t);
/third_party/python/Doc/c-api/
Dbytearray.rst71 .. c:function:: int PyByteArray_Resize(PyObject *bytearray, Py_ssize_t len)
/third_party/python/Modules/_io/
Diobase.c622 if (PyByteArray_Resize(buffer, old_size + PyBytes_GET_SIZE(b)) < 0) { in _io__IOBase_readline_impl()
/third_party/python/Doc/data/
Dstable_abi.dat18 function,PyByteArray_Resize,3.2,
Drefcounts.dat100 PyByteArray_Resize:int:::
101 PyByteArray_Resize:PyObject*:bytearray:0:
102 PyByteArray_Resize:Py_ssize_t:len::
/third_party/python/PC/
Dpython3dll.c106 EXPORT_FUNC(PyByteArray_Resize)
/third_party/python/Misc/
Dstable_abi.txt324 function PyByteArray_Resize