/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 | 526 int __sread(void* cookie, char* buf, int n) { in __sread() 531 int __swrite(void* cookie, const char* buf, int n) { in __swrite() 536 fpos_t __sseek(void* cookie, fpos_t offset, int whence) { in __sseek() 541 off64_t __sseek64(void* cookie, off64_t offset, int whence) { in __sseek64() 546 int __sclose(void* cookie) { in __sclose() 683 static FILE* __funopen(const void* cookie, in __funopen() 712 FILE* funopen(const void* cookie, in funopen() 724 FILE* funopen64(const void* cookie, in funopen64()
|
/bionic/libc/bionic/ |
D | system_property_api.cpp | 79 void (*callback)(void* cookie, const char* name, in __system_property_read_callback() 129 int __system_property_foreach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in __system_property_foreach()
|
D | setjmp_cookie.cpp | 59 extern "C" __LIBC_HIDDEN__ long __bionic_setjmp_cookie_check(long cookie) { in __bionic_setjmp_cookie_check()
|
D | sysprop_helpers.cpp | 51 [](void* cookie, const char* /* name */, const char* value, uint32_t /* serial */) { in get_property_value()
|
/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/system_properties/ |
D | system_properties.cpp | 198 void (*callback)(void* cookie, const char* name, in ReadCallback() 367 int SystemProperties::Foreach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in Foreach()
|
D | contexts_serialized.cpp | 147 void ContextsSerialized::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 | 345 void ContextsSplit::ForEach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in ForEach()
|
/bionic/libc/include/ |
D | stdio.h | 289 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) argument 290 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0) argument
|
/bionic/tests/ |
D | system_properties_test2.cpp | 96 [](void* cookie, const char* name, const char* value, unsigned /*serial*/) { in TEST() 107 [](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()
|
D | gwp_asan_test.cpp | 127 [](void* cookie, const char* /* name */, const char* value, uint32_t /* serial */) { in GetSysprop()
|
/bionic/libc/kernel/uapi/linux/android/ |
D | binder.h | 61 binder_uintptr_t cookie; member 70 binder_uintptr_t cookie; member 108 binder_uintptr_t cookie; member 162 binder_uintptr_t cookie; member 187 binder_uintptr_t cookie; member 191 binder_uintptr_t cookie; member 200 binder_uintptr_t cookie; member
|
/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/benchmarks/ |
D | property_benchmark.cpp | 203 [](const prop_info* pi, void* cookie) { in BM_property_find_real() 205 [](void* cookie, const char* name, const char*, unsigned) { in BM_property_find_real()
|
/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 | 226 rds_rdma_cookie_t cookie; member 230 rds_rdma_cookie_t cookie; member 238 rds_rdma_cookie_t cookie; member
|
D | bpf.h | 497 __u64 cookie; member 1241 __u64 cookie; member
|
/bionic/libc/kernel/uapi/rdma/ |
D | mlx5_user_ioctl_verbs.h | 52 __aligned_u64 cookie; member
|