Searched refs:bytes_replace_impl (Results 1 – 2 of 2) sorted by relevance
455 bytes_replace_impl(PyBytesObject *self, Py_buffer *old, Py_buffer *new,499 return_value = bytes_replace_impl(self, &old, &new, count); in bytes_replace()
2189 bytes_replace_impl(PyBytesObject *self, Py_buffer *old, Py_buffer *new, in bytes_replace_impl() function