Lines Matching defs:buf
2221 PyObject *buf = NULL, *stream = NULL, *text = NULL, *raw = NULL, *res;
2244 buf = _PyObject_CallMethod(io, &_Py_ID(open), "isiOOOO",
2248 if (buf == NULL)
2252 raw = PyObject_GetAttr(buf, &_Py_ID(raw));
2257 raw = buf;
2302 Py_CLEAR(buf);
2308 Py_CLEAR(buf);
2314 buf, encoding_str, errors_str,
2316 Py_CLEAR(buf);
2333 Py_XDECREF(buf);