Home
last modified time | relevance | path

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

123456789

/third_party/musl/src/stdio/
Dopen_wmemstream.c9 struct cookie { struct
21 struct cookie c; argument
Dopen_memstream.c8 struct cookie { struct
19 struct cookie c; argument
Dfmemopen.c9 struct cookie { struct
17 struct cookie c; argument
Dvswprintf.c8 struct cookie { struct
17 struct cookie *c = f->cookie; in sw_write() argument
Dvsnprintf.c7 struct cookie { struct
16 struct cookie *c = f->cookie; in sn_write() argument
Dfopencookie.c10 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/
Dopen_wmemstream.c10 struct cookie { struct
22 struct cookie c; argument
/third_party/musl/porting/linux/user/src/stdio/
Dfmemopen.c9 struct cookie { struct
17 struct cookie c; argument
Dvsnprintf.c7 struct cookie { struct
16 struct cookie *c = f->cookie; in sn_write() argument
/third_party/node/test/parallel/
Dtest-http-client-headers-array.js12 '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
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dvsnprintf.c8 struct cookie { struct
17 struct cookie *c = f->cookie; in sn_write() argument
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dvsnprintf.c8 struct cookie { struct
17 struct cookie *c = f->cookie; in sn_write() argument
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dvsnprintf.c8 struct cookie { struct
17 struct cookie *c = f->cookie; in sn_write() argument
/third_party/python/Lib/http/
Dcookiejar.py851 def set_ok(self, cookie, request): argument
860 def return_ok(self, cookie, request): argument
950 def set_ok(self, cookie, request): argument
969 def set_ok_version(self, cookie, request): argument
984 def set_ok_verifiability(self, cookie, request): argument
996 def set_ok_name(self, cookie, request): argument
1005 def set_ok_path(self, cookie, request): argument
1016 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/gstreamer/gstreamer/tests/check/gst/
Dgstiterator.c45 guint32 cookie = 0; in GST_START_TEST() local
84 guint32 cookie = 0; in GST_START_TEST() local
146 guint32 cookie = 0; in GST_START_TEST() local
229 guint32 cookie = 0; in GST_START_TEST() local
282 guint32 cookie = 0; in GST_START_TEST() local
334 guint32 cookie = 0; in GST_START_TEST() local
388 guint32 cookie = 0; in GST_START_TEST() local
/third_party/mesa3d/include/android_stub/cutils/
Dtrace.h186 #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/cef/libcef_dll/ctocpp/
Dcookie_access_filter_ctocpp.cc27 const CefCookie& cookie) { in CanSendCookie()
54 const CefCookie& cookie) { in CanSaveCookie()
/third_party/cef/libcef_dll/cpptoc/
Dcookie_access_filter_cpptoc.cc30 const struct _cef_cookie_t* cookie) { in cookie_access_filter_can_send_cookie()
66 const struct _cef_cookie_t* cookie) { in cookie_access_filter_can_save_cookie()
/third_party/pulseaudio/src/utils/
Dpax11publish.c131 uint8_t cookie[PA_NATIVE_COOKIE_LENGTH]; in main() local
149 uint8_t cookie[PA_NATIVE_COOKIE_LENGTH]; in main() local
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgststreamsplitter.c237 guint32 cookie; in gst_stream_splitter_sink_event() local
288 guint32 cookie; in gst_stream_splitter_sink_getcaps() local
340 guint32 cookie; in gst_stream_splitter_sink_acceptcaps() local
424 guint32 cookie; in gst_stream_splitter_sink_setcaps() local
/third_party/cef/libcef/browser/net_service/
Dcookie_helper.cc129 const net::CanonicalCookie& cookie, in SetCanonicalCookieCallback()
177 for (const auto& cookie : cookies) { in SaveCookiesOnUIThread() local
267 std::unique_ptr<net::CanonicalCookie> cookie = net::CanonicalCookie::Create( in SaveCookies() local
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c115 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/libbpf/src/
Dnetlink.c126 void *cookie) in libbpf_netlink_recv()
217 void *cookie) in libbpf_netlink_send_recv()
300 libbpf_dump_nlmsg_t dump_link_nlmsg, void *cookie) in __dump_link_nlmsg()
315 static int get_xdp_info(void *cookie, void *msg, struct nlattr **tb) in get_xdp_info()
549 static int __get_tc_info(void *cookie, struct tcmsg *tc, struct nlattr **tb, in __get_tc_info()
575 void *cookie) in get_tc_info()
/third_party/openssl/test/
Ddtlsv1listentest.c262 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/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.c169 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()

123456789