Searched refs:bytearray_reduce_ex_impl (Results 1 – 2 of 2) sorted by relevance
1081 bytearray_reduce_ex_impl(PyByteArrayObject *self, int proto);1100 return_value = bytearray_reduce_ex_impl(self, proto); in bytearray_reduce_ex()
2169 bytearray_reduce_ex_impl(PyByteArrayObject *self, int proto) in bytearray_reduce_ex_impl() function