Searched refs:bytearray_split_impl (Results 1 – 2 of 2) sorted by relevance
770 bytearray_split_impl(PyByteArrayObject *self, PyObject *sep,833 return_value = bytearray_split_impl(self, sep, maxsplit); in bytearray_split()
1534 bytearray_split_impl(PyByteArrayObject *self, PyObject *sep, in bytearray_split_impl() function