Home
last modified time | relevance | path

Searched refs:cookie2 (Results 1 – 13 of 13) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/
Dmain.c161 *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/
Dtest-getters-setters.c28 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/
Dsoup-cookie.c1121 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()
Dsoup-cookie.h113 SoupCookie *cookie2);
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/xcb/
Dgstvkwindow_xcb.c216 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/
Dfield.hpp108 cookie2, enumerator
/third_party/boost/libs/beast/include/boost/beast/http/
Dfield.hpp108 cookie2, enumerator
/third_party/curl/tests/data/
Dtest850 Set-Cookie: cookie2=%hex[%02-junk]hex%
/third_party/cef/tests/ceftests/
Dcookie_unittest.cc443 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/
Dfield.cpp119 match(field::cookie2, "Cookie2"); in testField()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp524 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/
Dvulkan_command_buffer_utils.cpp532 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/
Dreference.qbk42843 [`cookie2`