Home | History | Annotate | Download | only in clinic

Lines Matching refs:Py_buffer

61 bytes_partition_impl(PyBytesObject *self, Py_buffer *sep);
67 Py_buffer sep = {NULL, NULL};
100 bytes_rpartition_impl(PyBytesObject *self, Py_buffer *sep);
106 Py_buffer sep = {NULL, NULL};
324 bytes_maketrans_impl(Py_buffer *frm, Py_buffer *to);
330 Py_buffer frm = {NULL, NULL};
331 Py_buffer to = {NULL, NULL};
369 bytes_replace_impl(PyBytesObject *self, Py_buffer *old, Py_buffer *new,
376 Py_buffer old = {NULL, NULL};
377 Py_buffer new = {NULL, NULL};