/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/ |
D | main.c | 161 *cookie2 = "host.com\tFALSE\t/xxx\tTRUE\t4000000000\tmycookie\tmyxxxcookievalue", variable 222 (const uint8_t *)cookie2, strlen(cookie2), in test_nsc1() 253 size != strlen(cookie2) || memcmp(po, cookie2, size)) { in test_nsc1() 279 size != strlen(cookie2) || memcmp(po, cookie2, size)) { in test_nsc1()
|
/third_party/libuv/test/ |
D | test-getters-setters.c | 28 int cookie2; variable 74 pipe->data = &cookie2; in TEST_IMPL() 75 ASSERT(uv_handle_get_data((uv_handle_t*)pipe) == &cookie2); in TEST_IMPL()
|
/third_party/libsoup/libsoup/ |
D | soup-cookie.c | 1121 soup_cookie_equal (SoupCookie *cookie1, SoupCookie *cookie2) in soup_cookie_equal() argument 1124 g_return_val_if_fail (cookie2, FALSE); in soup_cookie_equal() 1126 return (!strcmp (cookie1->name, cookie2->name) && in soup_cookie_equal() 1127 !strcmp (cookie1->value, cookie2->value) && in soup_cookie_equal() 1128 !strcmp (cookie1->path, cookie2->path)); in soup_cookie_equal()
|
D | soup-cookie.h | 113 SoupCookie *cookie2);
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/xcb/ |
D | gstvkwindow_xcb.c | 216 xcb_intern_atom_cookie_t cookie, cookie2; in gst_vulkan_window_xcb_create_window() local 250 cookie2 = xcb_intern_atom (connection, 0, 16, "WM_DELETE_WINDOW"); in gst_vulkan_window_xcb_create_window() 251 reply2 = xcb_intern_atom_reply (connection, cookie2, 0); in gst_vulkan_window_xcb_create_window()
|
/third_party/boost/boost/beast/http/ |
D | field.hpp | 108 cookie2, enumerator
|
/third_party/boost/libs/beast/include/boost/beast/http/ |
D | field.hpp | 108 cookie2, enumerator
|
/third_party/curl/tests/data/ |
D | test8 | 50 Set-Cookie: cookie2=%hex[%02-junk]hex%
|
/third_party/cef/tests/ceftests/ |
D | cookie_unittest.cc | 443 CefCookie cookie2; in TestAllCookies() local 445 CefString(&cookie2.name).FromASCII("my_cookie2"); in TestAllCookies() 446 CefString(&cookie2.value).FromASCII("My Value 2"); in TestAllCookies() 448 cookies.push_back(cookie2); in TestAllCookies()
|
/third_party/boost/libs/beast/test/beast/http/ |
D | field.cpp | 119 match(field::cookie2, "Cookie2"); in testField()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.cpp | 524 xcb_intern_atom_cookie_t cookie2 = xcb_intern_atom(info.connection, 0, 16, "WM_DELETE_WINDOW"); in init_window() local 525 info.atom_wm_delete_window = xcb_intern_atom_reply(info.connection, cookie2, 0); in init_window()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.cpp | 532 xcb_intern_atom_cookie_t cookie2 = xcb_intern_atom(info.connection, 0, 16, "WM_DELETE_WINDOW"); in init_window() local 533 info.atom_wm_delete_window = xcb_intern_atom_reply(info.connection, cookie2, 0); in init_window()
|
/third_party/boost/libs/beast/doc/qbk/ |
D | reference.qbk | 42843 [`cookie2`
|