Searched refs:bytearray_count_impl (Results 1 – 2 of 2) sorted by relevance
170 bytearray_count_impl(PyByteArrayObject *self, PyObject *sub,198 return_value = bytearray_count_impl(self, sub, start, end); in bytearray_count()
1156 bytearray_count_impl(PyByteArrayObject *self, PyObject *sub, in bytearray_count_impl() function