Lines Matching refs:Py_buffer
43 bytearray_getbuffer(PyByteArrayObject *obj, Py_buffer *view, int flags) in bytearray_getbuffer()
59 bytearray_releasebuffer(PyByteArrayObject *obj, Py_buffer *view) in bytearray_releasebuffer()
89 Py_buffer view; in _PyByteArray_FromBufferObject()
249 Py_buffer va, vb; in PyByteArray_Concat()
295 Py_buffer vo; in bytearray_iconcat()
533 Py_buffer vbytes; in bytearray_setslice()
832 Py_buffer view; in bytearray___init___impl()
1008 Py_buffer self_bytes, other_bytes; in bytearray_richcompare()
1190 bytearray_removeprefix_impl(PyByteArrayObject *self, Py_buffer *prefix) in bytearray_removeprefix_impl()
1222 bytearray_removesuffix_impl(PyByteArrayObject *self, Py_buffer *suffix) in bytearray_removesuffix_impl()
1269 Py_buffer vtable, vdel; in bytearray_translate_impl()
1364 bytearray_maketrans_impl(Py_buffer *frm, Py_buffer *to) in bytearray_maketrans_impl()
1388 bytearray_replace_impl(PyByteArrayObject *self, Py_buffer *old, in bytearray_replace_impl()
1389 Py_buffer *new, Py_ssize_t count) in bytearray_replace_impl()
1419 Py_buffer vsub; in bytearray_split_impl()
1530 Py_buffer vsub; in bytearray_rsplit_impl()
1876 Py_buffer vbytes; in bytearray_strip_impl()
1918 Py_buffer vbytes; in bytearray_lstrip_impl()
1957 Py_buffer vbytes; in bytearray_rstrip_impl()