Lines Matching refs:buf
1310 buf = cStringIO()
1312 p5i.write(buf, pubs)
1318 buf.seek(0)
1321 return misc.force_bytes(buf.getvalue())
1347 buf = cStringIO()
1349 p5i.write(buf, pubs)
1355 buf.seek(0)
1357 return buf.getvalue()
1398 buf = cStringIO()
1400 p5i.write(buf, [pub], pkg_names=pkg_names)
1401 buf.seek(0)
1402 return buf.getvalue()