Searched refs:bytearray_iconcat (Results 1 – 2 of 2) sorted by relevance
337 bytearray_iconcat(PyByteArrayObject *self, PyObject *other) in bytearray_iconcat() function815 new = bytearray_iconcat(self, arg); in bytearray_init()836 new = bytearray_iconcat(self, encoded); in bytearray_init()2815 (binaryfunc)bytearray_iconcat, /* sq_inplace_concat */
311 bytearray_iconcat(PyByteArrayObject *self, PyObject *other) in bytearray_iconcat() function804 new = bytearray_iconcat(self, encoded); in bytearray_init()2116 (binaryfunc)bytearray_iconcat, /* sq_inplace_concat */