Searched refs:bytearray_splitlines_impl (Results 1 – 2 of 2) sorted by relevance
924 bytearray_splitlines_impl(PyByteArrayObject *self, int keepends);948 return_value = bytearray_splitlines_impl(self, keepends); in bytearray_splitlines()
2045 bytearray_splitlines_impl(PyByteArrayObject *self, int keepends) in bytearray_splitlines_impl() function