Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dstdio.c45 __sread(void *cookie, char *buf, int n) in __sread()
60 __swrite(void *cookie, const char *buf, int n) in __swrite()
71 __sseek(void *cookie, fpos_t offset, int whence) in __sseek()
87 __sclose(void *cookie) in __sclose()
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvsscanf.c40 eofread(void *cookie, char *buf, int len) in eofread()
Dsscanf.c41 eofread(void *cookie, char *buf, int len) in eofread()
Dvdprintf.c44 __dwrite(void *cookie, const char *buf, int n) in __dwrite()
Dfunopen.c39 funopen(const void *cookie, int (*readfn)(void *, char *, int), in funopen()
Dvswscanf.c46 eofread(void *cookie, char *buf, int len) in eofread()
/bionic/libc/kernel/uapi/linux/
Dbinder.h56 binder_uintptr_t cookie; member
101 binder_uintptr_t cookie; member
122 binder_uintptr_t cookie; member
127 binder_uintptr_t cookie; member
139 binder_uintptr_t cookie; member
Dinotify.h27 __u32 cookie; member
Drds.h156 rds_rdma_cookie_t cookie; member
161 rds_rdma_cookie_t cookie; member
171 rds_rdma_cookie_t cookie; member
Dif_arcnet.h69 __u8 cookie[sizeof(int)]; member
/bionic/libc/bionic/
Dsystem_properties_compat.c120 void (*propfn)(const prop_info *pi, void *cookie), in __system_property_foreach_compat()
Dsystem_properties.cpp538 find_nth_cookie *cookie = reinterpret_cast<find_nth_cookie*>(ptr); in find_nth_fn() local
547 void (*propfn)(const prop_info *pi, void *cookie), void *cookie) in foreach_property()
774 find_nth_cookie cookie(n); in __system_property_find_nth() local
784 int __system_property_foreach(void (*propfn)(const prop_info *pi, void *cookie), in __system_property_foreach()
/bionic/tests/
Dsystem_properties_test.cpp74 static void foreach_test_callback(const prop_info *pi, void* cookie) { in foreach_test_callback()
81 static void hierarchical_test_callback(const prop_info *pi, void *cookie) { in hierarchical_test_callback()
/bionic/libc/include/
Dstdio.h376 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) argument
377 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0) argument