Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dbytearrayobject.c171 PyByteArray_Resize(PyObject *self, Py_ssize_t requested_size) in PyByteArray_Resize() function
311 if (PyByteArray_Resize((PyObject *)self, size + vo.len) < 0) { in bytearray_iconcat()
350 if (PyByteArray_Resize((PyObject *)self, size) < 0) in bytearray_irepeat()
462 if (PyByteArray_Resize((PyObject *)self, in bytearray_setslice_linear()
490 if (PyByteArray_Resize((PyObject *)self, in bytearray_setslice_linear()
715 if (PyByteArray_Resize((PyObject *)self, in bytearray_ass_subscript()
760 if (PyByteArray_Resize((PyObject *)self, 0) < 0) in bytearray___init___impl()
819 if (PyByteArray_Resize((PyObject *)self, count)) in bytearray___init___impl()
834 if (PyByteArray_Resize((PyObject *)self, size) < 0) goto fail; in bytearray___init___impl()
847 if (PyByteArray_Resize((PyObject *)self, size) < 0) { in bytearray___init___impl()
[all …]
Dbytesobject.c3459 if (PyByteArray_Resize(writer->buffer, allocated)) in _PyBytesWriter_Resize()
3599 if (PyByteArray_Resize(result, size)) { in _PyBytesWriter_Finish()
/external/python/cpython3/Include/
Dbytearrayobject.h33 PyAPI_FUNC(int) PyByteArray_Resize(PyObject *, Py_ssize_t);
/external/python/cpython3/Modules/_testlimitedcapi/
Dbytearray.c99 RETURN_INT(PyByteArray_Resize(obj, size)); in bytearray_resize()
/external/python/cpython3/Doc/c-api/
Dbytearray.rst74 .. c:function:: int PyByteArray_Resize(PyObject *bytearray, Py_ssize_t len)
/external/python/cpython3/Modules/_io/
Diobase.c645 if (PyByteArray_Resize(buffer, old_size + PyBytes_GET_SIZE(b)) < 0) { in _io__IOBase_readline_impl()
/external/python/cpython3/PC/
Dpython3dll.c113 EXPORT_FUNC(PyByteArray_Resize)
/external/python/cpython3/Doc/data/
Dstable_abi.dat27 func,PyByteArray_Resize,3.2,,
Drefcounts.dat100 PyByteArray_Resize:int:::
101 PyByteArray_Resize:PyObject*:bytearray:0:
102 PyByteArray_Resize:Py_ssize_t:len::
Dpython3.13.abi30 …<elf-symbol name='PyByteArray_Resize' type='func-type' binding='global-binding' visibility='defaul…
5200PyByteArray_Resize' mangled-name='PyByteArray_Resize' filepath='Objects/bytearrayobject.c' line='1…
/external/python/cpython3/Misc/
Dstable_abi.toml418 [function.PyByteArray_Resize]