Searched refs:bytearray_removeprefix_impl (Results 1 – 2 of 2) sorted by relevance
124 bytearray_removeprefix_impl(PyByteArrayObject *self, Py_buffer *prefix);139 return_value = bytearray_removeprefix_impl(self, &prefix); in bytearray_removeprefix()
1190 bytearray_removeprefix_impl(PyByteArrayObject *self, Py_buffer *prefix) in bytearray_removeprefix_impl() function