Searched refs:cookie1 (Results 1 - 2 of 2) sorted by relevance
/third_party/libuv/test/ |
H A D | test-getters-setters.c | 31 int cookie1; variable 69 uv_loop_set_data(loop, &cookie1); in TEST_IMPL() 70 ASSERT_PTR_EQ(loop->data, &cookie1); in TEST_IMPL() 71 ASSERT_PTR_EQ(uv_loop_get_data(loop), &cookie1); in TEST_IMPL() local 81 uv_handle_set_data((uv_handle_t*)pipe, &cookie1); in TEST_IMPL() 82 ASSERT_PTR_EQ(uv_handle_get_data((uv_handle_t*)pipe), &cookie1); in TEST_IMPL() local 83 ASSERT_PTR_EQ(pipe->data, &cookie1); in TEST_IMPL()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/ |
H A D | main.c | 159 *cookie1 = "host.com\tFALSE\t/\tTRUE\t4000000000\tmycookie\tmycookievalue", variable 212 (const uint8_t *)cookie1, strlen(cookie1), in test_nsc1() 246 size != strlen(cookie1) || memcmp(po, cookie1, size)) { in test_nsc1() 272 size != strlen(cookie1) || memcmp(po, cookie1, size)) { in test_nsc1()
|
Completed in 2 milliseconds