Lines Matching refs:buf
17 (int res, Py_ssize_t size = 0, void *buf = 0) {
18 res = PyObject_AsWriteBuffer($input, &buf, &size);
23 $1 = ($1_ltype) buf;
43 (int res, Py_ssize_t size = 0, void *buf = 0) {
44 res = PyObject_AsWriteBuffer($input, &buf, &size);
49 $1 = ($1_ltype) buf;
69 (int res, Py_ssize_t size = 0, const void *buf = 0) {
70 res = PyObject_AsReadBuffer($input, &buf, &size);
75 $1 = ($1_ltype) buf;
97 (int res, Py_ssize_t size = 0, const void *buf = 0) {
98 res = PyObject_AsReadBuffer($input, &buf, &size);
102 $1 = ($1_ltype) buf;