Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dstdio.cpp395 int __sread(void* cookie, char* buf, int n) { in __sread()
400 int __swrite(void* cookie, const char* buf, int n) { in __swrite()
411 fpos_t __sseek(void* cookie, fpos_t offset, int whence) { in __sseek()
416 off64_t __sseek64(void* cookie, off64_t offset, int whence) { in __sseek64()
421 int __sclose(void* cookie) { in __sclose()
549 static FILE* __funopen(const void* cookie, in __funopen()
578 FILE* funopen(const void* cookie, in funopen()
590 FILE* funopen64(const void* cookie, in funopen64()
/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()
Dvswscanf.c46 eofread(void *cookie, char *buf, int len) in eofread()
/bionic/libc/bionic/
Dsetjmp_cookie.cpp59 extern "C" __LIBC_HIDDEN__ long __bionic_setjmp_cookie_check(long cookie) { in __bionic_setjmp_cookie_check()
Dsystem_properties_compat.c120 void (*propfn)(const prop_info *pi, void *cookie), in __system_property_foreach_compat()
Dsystem_properties.cpp590 find_nth_cookie *cookie = reinterpret_cast<find_nth_cookie*>(ptr); in find_nth_fn() local
599 void (*propfn)(const prop_info *pi, void *cookie), void *cookie) in foreach_property()
642 bool prop_area::foreach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in foreach()
1268 find_nth_cookie cookie(n); in __system_property_find_nth() local
1278 int __system_property_foreach(void (*propfn)(const prop_info *pi, void *cookie), in __system_property_foreach()
/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.h165 rds_rdma_cookie_t cookie; member
170 rds_rdma_cookie_t cookie; member
180 rds_rdma_cookie_t cookie; member
Dif_arcnet.h69 __u8 cookie[sizeof(int)]; member
/bionic/libc/kernel/uapi/linux/android/
Dbinder.h57 binder_uintptr_t cookie; member
102 binder_uintptr_t cookie; member
124 binder_uintptr_t cookie; member
129 binder_uintptr_t cookie; member
140 binder_uintptr_t cookie; member
/bionic/libc/include/
Dstdio.h282 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) argument
283 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0) argument
/bionic/tests/libs/
Dbionic_tests_zipalign.cpp42 void* cookie; in GetEntries() local
/bionic/tests/
Dsystem_properties_test.cpp69 static void foreach_test_callback(const prop_info *pi, void* cookie) { in foreach_test_callback()
76 static void hierarchical_test_callback(const prop_info *pi, void *cookie) { in hierarchical_test_callback()