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