Searched defs:cookie (Results 1 - 15 of 15) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/stdio/
H A Dfunopen.c45 funopen(const void *cookie, argument
70 fp->_cookie = (void *)cookie;
/bionic/libc/stdio/
H A Dvsscanf.c40 eofread(void *cookie, char *buf, int len) argument
H A Dsscanf.c41 eofread(void *cookie, char *buf, int len) argument
H A Dstdio.c44 __sread(void *cookie, char *buf, int n) argument
46 FILE *fp = cookie;
59 __swrite(void *cookie, const char *buf, int n) argument
61 FILE *fp = cookie;
70 __sseek(void *cookie, fpos_t offset, int whence) argument
72 FILE *fp = cookie;
86 __sclose(void *cookie) argument
88 return (close(((FILE *)cookie)->_file));
/bionic/libc/bionic/
H A Dsystem_properties_compat.c118 void (*propfn)(const prop_info *pi, void *cookie),
119 void *cookie)
127 propfn((const prop_info *)pi, cookie);
117 __system_property_foreach_compat( void (*propfn)(const prop_info *pi, void *cookie), void *cookie) argument
H A Dsystem_properties.c647 struct find_nth_cookie *cookie = ptr; local
649 if (cookie->n == cookie->count)
650 cookie->pi = pi;
652 cookie->count++;
657 struct find_nth_cookie cookie; local
660 memset(&cookie, 0, sizeof(cookie));
661 cookie.n = n;
663 err = __system_property_foreach(find_nth_fn, &cookie);
670 foreach_property(prop_off_t off, void (*propfn)(const prop_info *pi, void *cookie), void *cookie) argument
702 __system_property_foreach(void (*propfn)(const prop_info *pi, void *cookie), void *cookie) argument
[all...]
/bionic/libc/kernel/common/linux/
H A Dinotify.h26 __u32 cookie; member in struct:inotify_event
H A Dif_arcnet.h72 uint8_t cookie[sizeof(int)]; member in struct:arc_cap
H A Dbinder.h47 void *cookie; member in struct:flat_binder_object
87 void *cookie; member in struct:binder_transaction_data
109 void *cookie; member in struct:binder_ptr_cookie
120 void *cookie; member in struct:binder_pri_ptr_cookie
H A Dnfs_xdr.h289 __u64 cookie, member in struct:nfs_entry
376 __u32 cookie; member in struct:nfs_readdirargs
485 __u64 cookie; member in struct:nfs3_readdirargs
/bionic/libc/kernel/common/linux/lockd/
H A Dxdr.h51 struct nlm_cookie cookie; member in struct:nlm_args
65 struct nlm_cookie cookie; member in struct:nlm_res
/bionic/libc/kernel/common/linux/nfsd/
H A Dxdr.h100 __u32 cookie; member in struct:nfsd_readdirargs
/bionic/libthread_db/
H A Dlibthread_db.c216 td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie, argument
237 if (func(&handle, cookie) != 0) {
/bionic/tests/
H A Dsystem_properties_test.cpp161 static void foreach_test_callback(const prop_info *pi, void* cookie) { argument
162 size_t *count = static_cast<size_t *>(cookie);
201 static void hierarchical_test_callback(const prop_info *pi, void *cookie) { argument
202 bool (*ok)[8][8] = static_cast<bool (*)[8][8]>(cookie);
/bionic/libc/kernel/common/linux/sunrpc/
H A Dsched.h156 unsigned long cookie; member in struct:rpc_wait_queue

Completed in 289 milliseconds