Searched refs:PyByteArray_Resize (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython3/Objects/ |
D | bytearrayobject.c | 171 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 …]
|
D | bytesobject.c | 3459 if (PyByteArray_Resize(writer->buffer, allocated)) in _PyBytesWriter_Resize() 3599 if (PyByteArray_Resize(result, size)) { in _PyBytesWriter_Finish()
|
/external/python/cpython3/Include/ |
D | bytearrayobject.h | 33 PyAPI_FUNC(int) PyByteArray_Resize(PyObject *, Py_ssize_t);
|
/external/python/cpython3/Modules/_testlimitedcapi/ |
D | bytearray.c | 99 RETURN_INT(PyByteArray_Resize(obj, size)); in bytearray_resize()
|
/external/python/cpython3/Doc/c-api/ |
D | bytearray.rst | 74 .. c:function:: int PyByteArray_Resize(PyObject *bytearray, Py_ssize_t len)
|
/external/python/cpython3/Modules/_io/ |
D | iobase.c | 645 if (PyByteArray_Resize(buffer, old_size + PyBytes_GET_SIZE(b)) < 0) { in _io__IOBase_readline_impl()
|
/external/python/cpython3/PC/ |
D | python3dll.c | 113 EXPORT_FUNC(PyByteArray_Resize)
|
/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 27 func,PyByteArray_Resize,3.2,,
|
D | refcounts.dat | 100 PyByteArray_Resize:int::: 101 PyByteArray_Resize:PyObject*:bytearray:0: 102 PyByteArray_Resize:Py_ssize_t:len::
|
D | python3.13.abi | 30 …<elf-symbol name='PyByteArray_Resize' type='func-type' binding='global-binding' visibility='defaul… 5200 …PyByteArray_Resize' mangled-name='PyByteArray_Resize' filepath='Objects/bytearrayobject.c' line='1…
|
/external/python/cpython3/Misc/ |
D | stable_abi.toml | 418 [function.PyByteArray_Resize]
|