6 #include "wvmagicloopback.h"
8 WvMagicLoopback::WvMagicLoopback(
size_t size)
20 if ((si.wants.readable && circle.used() > 0) ||
21 (si.wants.writable && circle.left() > 0))
30 if ((si.wants.readable && circle.used() > 0) ||
31 (si.wants.writable && circle.left() > 0))
40 return circle.get(buf, len);
46 len = circle.put(buf, len);