Searched refs:bytes_partition_impl (Results 1 – 2 of 2) sorted by relevance
85 bytes_partition_impl(PyBytesObject *self, Py_buffer *sep);100 return_value = bytes_partition_impl(self, &sep); in bytes_partition()
1748 bytes_partition_impl(PyBytesObject *self, Py_buffer *sep) in bytes_partition_impl() function