Home
last modified time | relevance | path

Searched refs:cookie2 (Results 1 - 3 of 3) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/
H A 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/
H A Dtest-getters-setters.c32 int cookie2; variable
79 pipe->data = &cookie2; in TEST_IMPL()
80 ASSERT_PTR_EQ(uv_handle_get_data((uv_handle_t*)pipe), &cookie2); in TEST_IMPL() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A 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()

Completed in 5 milliseconds