Searched defs:cookie (Results 1 – 14 of 14) sorted by relevance
/bionic/libc/stdio/ |
D | stdio.c | 45 __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/ |
D | vsscanf.c | 40 eofread(void *cookie, char *buf, int len) in eofread()
|
D | sscanf.c | 41 eofread(void *cookie, char *buf, int len) in eofread()
|
D | vdprintf.c | 44 __dwrite(void *cookie, const char *buf, int n) in __dwrite()
|
D | funopen.c | 39 funopen(const void *cookie, int (*readfn)(void *, char *, int), in funopen()
|
D | vswscanf.c | 46 eofread(void *cookie, char *buf, int len) in eofread()
|
/bionic/libc/kernel/uapi/linux/ |
D | binder.h | 56 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
|
D | inotify.h | 27 __u32 cookie; member
|
D | rds.h | 156 rds_rdma_cookie_t cookie; member 161 rds_rdma_cookie_t cookie; member 171 rds_rdma_cookie_t cookie; member
|
D | if_arcnet.h | 69 __u8 cookie[sizeof(int)]; member
|
/bionic/libc/bionic/ |
D | system_properties_compat.c | 120 void (*propfn)(const prop_info *pi, void *cookie), in __system_property_foreach_compat()
|
D | system_properties.cpp | 538 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/ |
D | system_properties_test.cpp | 74 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/ |
D | stdio.h | 376 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) argument 377 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0) argument
|