/bionic/libc/stdio/ |
D | fmemopen.cpp | 48 static int fmemopen_read(void* cookie, char* buf, int n) { in fmemopen_read() 60 static int fmemopen_write(void* cookie, const char* buf, int n) { in fmemopen_write() 92 static fpos_t fmemopen_seek(void* cookie, fpos_t offset, int whence) { in fmemopen_seek() 106 static int fmemopen_close(void* cookie) { in fmemopen_close()
|
D | stdio.cpp | 473 int __sread(void* cookie, char* buf, int n) { in __sread() 478 int __swrite(void* cookie, const char* buf, int n) { in __swrite() 483 fpos_t __sseek(void* cookie, fpos_t offset, int whence) { in __sseek() 488 off64_t __sseek64(void* cookie, off64_t offset, int whence) { in __sseek64() 493 int __sclose(void* cookie) { in __sclose() 630 static FILE* __funopen(const void* cookie, in __funopen() 659 FILE* funopen(const void* cookie, in funopen() 671 FILE* funopen64(const void* cookie, in funopen64()
|
/bionic/libc/system_properties/include/system_properties/ |
D | contexts_pre_split.h | 54 virtual void ForEach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) override { in ForEach()
|
/bionic/libc/bionic/ |
D | system_property_api.cpp | 81 void (*callback)(void* cookie, const char* name, in __system_property_read_callback() 125 int __system_property_foreach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in __system_property_foreach()
|
D | setjmp_cookie.cpp | 60 extern "C" __LIBC_HIDDEN__ long __bionic_setjmp_cookie_check(long cookie) { in __bionic_setjmp_cookie_check()
|
/bionic/libc/include/ |
D | stdio.h | 254 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) argument 255 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0) argument
|
/bionic/libc/system_properties/ |
D | contexts_serialized.cpp | 147 void ContextsSerialized::ForEach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in ForEach()
|
D | system_properties.cpp | 182 void (*callback)(void* cookie, const char* name, in ReadCallback() 362 int SystemProperties::Foreach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in Foreach()
|
D | prop_area.cpp | 334 void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in foreach_property() 371 bool prop_area::foreach (void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in foreach()
|
D | contexts_split.cpp | 347 void ContextsSplit::ForEach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in ForEach()
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vsscanf.c | 39 eofread(void *cookie, char *buf, int len) in eofread()
|
D | vdprintf.c | 44 __dwrite(void *cookie, const char *buf, int n) in __dwrite()
|
D | vswscanf.c | 46 eofread(void *cookie, char *buf, int len) in eofread()
|
/bionic/tests/ |
D | system_properties_test2.cpp | 94 [](void* cookie, const char* name, const char* value, unsigned /*serial*/) { in TEST() 105 [](void* cookie, const char* name, const char* value, unsigned /*serial*/) { in TEST()
|
D | system_properties_test.cpp | 58 static void foreach_test_callback(const prop_info *pi, void* cookie) { in foreach_test_callback() 65 static void hierarchical_test_callback(const prop_info *pi, void *cookie) { in hierarchical_test_callback() 486 [](void* cookie, const char*, const char* value, uint32_t) { in TEST()
|
/bionic/libc/kernel/uapi/linux/android/ |
D | binder.h | 55 binder_uintptr_t cookie; member 64 binder_uintptr_t cookie; member 102 binder_uintptr_t cookie; member 125 binder_uintptr_t cookie; member 146 binder_uintptr_t cookie; member 150 binder_uintptr_t cookie; member 159 binder_uintptr_t cookie; member
|
/bionic/tests/libs/ |
D | bionic_tests_zipalign.cpp | 43 void* cookie; in GetEntries() local
|
/bionic/libc/kernel/uapi/linux/ |
D | inotify.h | 26 __u32 cookie; member
|
D | if_arcnet.h | 59 __u8 cookie[sizeof(int)]; member
|
D | rds.h | 154 rds_rdma_cookie_t cookie; member 158 rds_rdma_cookie_t cookie; member 166 rds_rdma_cookie_t cookie; member
|