Home
last modified time | relevance | path

Searched refs:cookie (Results 1 – 14 of 14) sorted by relevance

/bionic/libc/stdio/
Dstdio.c44 __sread(void *cookie, char *buf, int n) in __sread() argument
46 FILE *fp = cookie; in __sread()
59 __swrite(void *cookie, const char *buf, int n) in __swrite() argument
61 FILE *fp = cookie; in __swrite()
70 __sseek(void *cookie, fpos_t offset, int whence) in __sseek() argument
72 FILE *fp = cookie; in __sseek()
86 __sclose(void *cookie) in __sclose() argument
88 return (close(((FILE *)cookie)->_file)); in __sclose()
Dfunopen.c39 funopen(const void *cookie, int (*readfn)(void *, char *, int), in funopen() argument
62 fp->_cookie = (void *)cookie; /* SAFE: cookie not modified */ in funopen()
Dvsscanf.c40 eofread(void *cookie, char *buf, int len) in eofread() argument
Dsscanf.c41 eofread(void *cookie, char *buf, int len) in eofread() argument
/bionic/libc/kernel/common/linux/lockd/
Dxdr.h44 struct nlm_cookie cookie; member
57 struct nlm_cookie cookie; member
/bionic/libc/kernel/common/linux/
Dbinder.h43 void *cookie; member
83 void *cookie; member
105 void *cookie; member
116 void *cookie; member
Dinotify.h20 __u32 cookie; member
Dif_arcnet.h65 uint8_t cookie[sizeof(int)]; member
Dnfs_xdr.h228 __u64 cookie, member
309 __u32 cookie; member
410 __u64 cookie; member
/bionic/libc/include/
Dstdio.h367 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) argument
368 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0) argument
/bionic/libthread_db/
Dlibthread_db.c207 td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie, in td_ta_thr_iter() argument
228 if (func(&handle, cookie) != 0) { in td_ta_thr_iter()
/bionic/libc/kernel/common/linux/nfsd/
Dxdr.h89 __u32 cookie; member
/bionic/libthread_db/include/
Dthread_db.h149 extern td_err_e td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
/bionic/libc/kernel/common/linux/sunrpc/
Dsched.h146 unsigned long cookie; member