| /third_party/libsoup/libsoup/ |
| D | soup-cookie.c | 110 soup_cookie_domain_matches (SoupCookie *cookie, const char *host) in soup_cookie_domain_matches() 177 SoupCookie *cookie; in parse_one_cookie() local 327 SoupCookie *cookie; in cookie_new_internal() local 411 soup_cookie_parse (const char *cookie, SoupURI *origin) in soup_cookie_parse() 427 soup_cookie_get_name (SoupCookie *cookie) in soup_cookie_get_name() 442 soup_cookie_set_name (SoupCookie *cookie, const char *name) in soup_cookie_set_name() 459 soup_cookie_get_value (SoupCookie *cookie) in soup_cookie_get_value() 474 soup_cookie_set_value (SoupCookie *cookie, const char *value) in soup_cookie_set_value() 491 soup_cookie_get_domain (SoupCookie *cookie) in soup_cookie_get_domain() 506 soup_cookie_set_domain (SoupCookie *cookie, const char *domain) in soup_cookie_set_domain() [all …]
|
| D | soup-cookie-jar.c | 304 cookie_is_valid_for_same_site_policy (SoupCookie *cookie, in cookie_is_valid_for_same_site_policy() 362 SoupCookie *cookie = domain_cookies->data; in get_cookies() local 387 SoupCookie *cookie = p->data; in get_cookies() local 526 SoupCookie *cookie, in incoming_cookie_is_third_party() 589 soup_cookie_jar_add_cookie_full (SoupCookieJar *jar, SoupCookie *cookie, SoupURI *uri, SoupURI *fir… in soup_cookie_jar_add_cookie_full() 686 soup_cookie_jar_add_cookie (SoupCookieJar *jar, SoupCookie *cookie) in soup_cookie_jar_add_cookie() 712 …okie_jar_add_cookie_with_first_party (SoupCookieJar *jar, SoupURI *first_party, SoupCookie *cookie) in soup_cookie_jar_add_cookie_with_first_party() 739 const char *cookie) in soup_cookie_jar_set_cookie() 783 const char *cookie) in soup_cookie_jar_set_cookie_with_first_party() 925 SoupCookie *cookie) in soup_cookie_jar_delete_cookie()
|
| D | soup-cookie-jar-text.c | 156 SoupCookie *cookie = NULL; in parse_cookie() local 219 SoupCookie *cookie; in parse_line() local 254 write_cookie (FILE *out, SoupCookie *cookie) in write_cookie() 271 delete_cookie (const char *filename, SoupCookie *cookie) in delete_cookie()
|
| /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/src/stdio/ |
| D | open_wmemstream.c | 9 struct cookie { struct 21 struct cookie c; argument
|
| D | open_memstream.c | 8 struct cookie { struct 19 struct cookie c; argument
|
| D | fmemopen.c | 8 struct cookie { struct 16 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/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
|
| /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/gstreamer/gstreamer/tests/check/gst/ |
| D | gstiterator.c | 45 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/python/Lib/http/ |
| D | cookiejar.py | 851 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/cef/libcef_dll/ctocpp/ |
| D | cookie_access_filter_ctocpp.cc | 27 const CefCookie& cookie) { in CanSendCookie() 54 const CefCookie& cookie) { in CanSaveCookie()
|
| /third_party/boost/libs/fiber/src/numa/solaris/ |
| D | topology.cpp | 22 void explore( std::vector< boost::fibers::numa::node > & topo, lgrp_cookie_t cookie, lgrp_id_t node… in explore() 57 lgrp_cookie_t cookie = ::lgrp_init( LGRP_VIEW_OS); in topology() local
|
| /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/cef/libcef_dll/cpptoc/ |
| D | cookie_access_filter_cpptoc.cc | 30 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/ |
| 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/boost/libs/locale/doc/html/ |
| D | resize.js | 4 function readCookie(cookie) argument 25 function writeCookie(cookie, val, expiration) argument
|
| /third_party/boost/libs/locale/src/shared/ |
| D | format.cpp | 27 void *cookie; member 31 …format_parser::format_parser(std::ios_base &ios,void *cookie,void (*imbuer)(void *,std::locale con… in format_parser() argument
|
| /third_party/gstreamer/gstplugins_base/gst/encoding/ |
| D | gststreamsplitter.c | 237 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/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_context.c | 154 static void lp_draw_disk_cache_find_shader(void *cookie, in lp_draw_disk_cache_find_shader() 162 static void lp_draw_disk_cache_insert_shader(void *cookie, in lp_draw_disk_cache_insert_shader()
|