Home | History | Annotate | Download | only in libpuffs

Lines Matching defs:curoff

64 	size_t howmuch, winlen, curoff;
70 curoff = puffs_framebuf_telloff(pb);
71 if (curoff < sizeof(struct putter_hdr)) {
72 howmuch = sizeof(struct putter_hdr) - curoff;
77 howmuch = phdr.pth_framelen - curoff;
87 curoff = puffs_framebuf_telloff(pb);
88 if (puffs_framebuf_getwindow(pb, curoff, &win, &winlen) == -1)
100 puffs_framebuf_seekset(pb, curoff + n);
123 size_t winlen, howmuch, curoff;
158 curoff = puffs_framebuf_telloff(pb);
159 if (puffs_framebuf_getwindow(pb, curoff, &win, &winlen) == -1)
185 puffs_framebuf_seekset(pb, curoff + n);