Lines Matching defs:cookie
52 funopen2(const void *cookie,
78 fp->_cookie = __UNCONST(cookie);
88 void *cookie;
101 return (*d->readfn)(d->cookie, buf, (int)len);
114 nr = (*d->writefn)(d->cookie, buf, (int)nw);
131 return (*d->seekfn)(d->cookie, off, whence);
138 void *c = d->cookie;
147 funopen(const void *cookie,
159 d->cookie = __UNCONST(cookie);