• Home
  • Raw
  • Download

Lines Matching refs:PyByteArray_Resize

168 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()
1121 if (PyByteArray_Resize((PyObject *)self, 0) < 0) in bytearray_clear_impl()
1332 if (PyByteArray_Resize(result, output - output_start) < 0) { in bytearray_translate_impl()
1608 if (PyByteArray_Resize((PyObject *)self, n + 1) < 0) in bytearray_insert_impl()
1646 if (PyByteArray_Resize((PyObject *)self, n + 1) < 0) in bytearray_append_impl()
1727 if (PyByteArray_Resize((PyObject *)bytearray_obj, buf_size) < 0) { in bytearray_extend()
1745 if (PyByteArray_Resize((PyObject *)bytearray_obj, len) < 0) { in bytearray_extend()
1798 if (PyByteArray_Resize((PyObject *)self, n - 1) < 0) in bytearray_pop_impl()
1830 if (PyByteArray_Resize((PyObject *)self, n - 1) < 0) in bytearray_remove_impl()