| /third_party/musl/src/stdio/ |
| D | open_wmemstream.c | 10 struct cookie { struct 22 struct cookie c; argument
|
| D | open_memstream.c | 8 struct cookie { struct 19 struct cookie c; argument
|
| D | fmemopen.c | 9 struct cookie { struct 17 struct cookie c; argument
|
| D | vswprintf.c | 8 struct cookie { struct 17 struct cookie *c = f->cookie; in sw_write() argument
|
| D | vsnprintf.c | 7 struct cookie { struct 16 struct cookie *c = f->cookie; in sn_write() argument
|
| D | fopencookie.c | 10 void *cookie; member 98 FILE *fopencookie(void *cookie, const char *mode, cookie_io_functions_t iofuncs) in fopencookie()
|
| /third_party/musl/porting/liteos_a/user/src/stdio/ |
| D | open_wmemstream.c | 10 struct cookie { struct 22 struct cookie c; argument
|
| /third_party/musl/porting/linux/user/src/stdio/ |
| D | fmemopen.c | 9 struct cookie { struct 17 struct cookie c; argument
|
| D | vsnprintf.c | 7 struct cookie { struct 16 struct cookie *c = f->cookie; in sn_write() argument
|
| /third_party/musl/libc-test/src/functional/ |
| D | fopencookie_test.c | 25 struct cookie struct 35 struct cookie *c = f; in mread() argument
|
| /third_party/node/test/parallel/ |
| D | test-http-client-headers-array.js | 12 'cookie': 'a=1; b=2; c=3', property 43 execute({ headers: { 'x-foo': 'boom', 'cookie': 'a=1; b=2; c=3' } }); property 44 execute({ headers: { 'x-foo': 'boom', 'cookie': [ 'a=1', 'b=2', 'c=3' ] } }); property 56 { 'x-foo': 'boom', 'cookie': 'a=1; b=2; c=3' } }); property
|
| D | test-http-blank-header.js | 34 cookie: '' property
|
| /third_party/musl/porting/liteos_a/kernel/src/stdio/ |
| D | vsnprintf.c | 8 struct cookie { struct 17 struct cookie *c = f->cookie; in sn_write() argument
|
| /third_party/musl/porting/uniproton/kernel/src/stdio/ |
| D | vsnprintf.c | 8 struct cookie { struct 17 struct cookie *c = f->cookie; in sn_write() argument
|
| /third_party/musl/porting/liteos_m/kernel/src/stdio/ |
| D | vsnprintf.c | 8 struct cookie { struct 17 struct cookie *c = f->cookie; in sn_write() argument
|
| /third_party/python/Lib/http/ |
| D | cookiejar.py | 850 def set_ok(self, cookie, request): argument 859 def return_ok(self, cookie, request): argument 949 def set_ok(self, cookie, request): argument 968 def set_ok_version(self, cookie, request): argument 983 def set_ok_verifiability(self, cookie, request): argument 995 def set_ok_name(self, cookie, request): argument 1004 def set_ok_path(self, cookie, request): argument 1015 def set_ok_domain(self, cookie, request): argument 1075 def set_ok_port(self, cookie, request): argument 1096 def return_ok(self, cookie, request): argument [all …]
|
| /third_party/mesa3d/include/android_stub/cutils/ |
| D | trace.h | 186 #define ATRACE_ASYNC_BEGIN(name, cookie) \ argument 189 int32_t cookie) in atrace_async_begin() 201 #define ATRACE_ASYNC_END(name, cookie) atrace_async_end(ATRACE_TAG, name, cookie) argument 202 static inline void atrace_async_end(uint64_t tag, const char* name, int32_t cookie) in atrace_async_end()
|
| /third_party/pulseaudio/src/utils/ |
| D | pax11publish.c | 131 uint8_t cookie[PA_NATIVE_COOKIE_LENGTH]; in main() local 149 uint8_t cookie[PA_NATIVE_COOKIE_LENGTH]; in main() local
|
| /third_party/libbpf/src/ |
| D | netlink.c | 134 void *cookie) in libbpf_netlink_recv() 225 void *cookie) in libbpf_netlink_send_recv() 250 void *cookie) in parse_genl_family_id() 345 libbpf_dump_nlmsg_t dump_link_nlmsg, void *cookie) in __dump_link_nlmsg() 360 static int get_xdp_info(void *cookie, void *msg, struct nlattr **tb) in get_xdp_info() 406 void *cookie) in parse_xdp_features() 656 static int __get_tc_info(void *cookie, struct tcmsg *tc, struct nlattr **tb, in __get_tc_info() 682 void *cookie) in get_tc_info()
|
| /third_party/mesa3d/src/egl/drivers/dri2/ |
| D | platform_x11.c | 115 xcb_get_geometry_cookie_t cookie; in x11_get_drawable_info() local 162 xcb_void_cookie_t cookie; in swrastPutImage() local 203 xcb_get_image_cookie_t cookie; in swrastGetImage() local 276 xcb_get_geometry_cookie_t cookie; in dri2_x11_create_surface() local 338 xcb_void_cookie_t cookie; in dri2_x11_create_surface() local 533 xcb_dri2_get_buffers_cookie_t cookie; in dri2_x11_get_buffers() local 570 xcb_dri2_get_buffers_with_format_cookie_t cookie; in dri2_x11_get_buffers_with_format() local 877 xcb_dri2_copy_region_cookie_t cookie; in dri2_copy_region() local 915 xcb_dri2_swap_buffers_cookie_t cookie; in dri2_x11_swap_buffers_msc() local 1180 xcb_dri2_get_msc_cookie_t cookie; in dri2_x11_get_sync_values() local
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_context.c | 169 static void lp_draw_disk_cache_find_shader(void *cookie, in lp_draw_disk_cache_find_shader() 177 static void lp_draw_disk_cache_insert_shader(void *cookie, in lp_draw_disk_cache_insert_shader()
|
| /third_party/openssl/test/ |
| D | dtlsv1listentest.c | 262 static int cookie_gen(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len) in cookie_gen() 273 static int cookie_verify(SSL *ssl, const unsigned char *cookie, in cookie_verify()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| D | ctrl_iface_udp.c | 48 u8 cookie[COOKIE_LEN]; member 54 u8 cookie[COOKIE_LEN]; member 236 u8 cookie[COOKIE_LEN]; local 614 u8 cookie[COOKIE_LEN]; local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| D | ctrl_iface_udp.c | 48 u8 cookie[COOKIE_LEN]; member 54 u8 cookie[COOKIE_LEN]; member 236 u8 cookie[COOKIE_LEN]; local 637 u8 cookie[COOKIE_LEN]; local
|
| /third_party/ltp/testcases/kernel/syscalls/utils/ |
| D | inotify.h | 21 __u32 cookie; /* cookie to synchronize two events */ member 142 __u32 mask, __u32 cookie, in inotify_inode_queue_event() 149 __u32 mask, __u32 cookie, in inotify_dentry_parent_queue_event()
|