puffs_framebuf_tellsize
return puffs_framebuf_tellsize(pufbuf) - puffs_framebuf_telloff(pufbuf);
size_t puffs_framebuf_tellsize(struct puffs_framebuf *);
moved = puffs_framebuf_tellsize(pufbuf) - METADATASIZE;
pbsize = puffs_framebuf_tellsize(pufbuf);
if (puffs_framebuf_tellsize(pufbuf) < sizeof(int)) {
if (puffs_framebuf_tellsize(pufbuf) != 2*sizeof(int)) {
xfersize = puffs_framebuf_tellsize(pufbuf) - METADATASIZE;
len = puffs_framebuf_tellsize(pufbuf);
len = htole32(puffs_framebuf_tellsize(pb));
howmuch = puffs_framebuf_tellsize(pb) - CUROFF(pb);
len = htobe32(puffs_framebuf_tellsize(pb) - 4);
howmuch = puffs_framebuf_tellsize(pb) - CUROFF(pb);