Searched refs:cookie_value (Results 1 – 3 of 3) sorted by relevance
72 cookie_value = tab.GetCookieByName(self.COOKIE_NAME)74 return cookie_value is None
86 CBS cookie_value; in do_process_hello_retry_request() local87 if (!CBS_get_u16_length_prefixed(&cookie, &cookie_value) || in do_process_hello_retry_request()88 CBS_len(&cookie_value) == 0 || in do_process_hello_retry_request()95 if (!CBS_stow(&cookie_value, &hs->cookie, &hs->cookie_len)) { in do_process_hello_retry_request()
1295 int cookie_value = *static_cast<int*>(cookie); in on_allocation() local1296 EXPECT_EQ(kCookieValue, cookie_value); in on_allocation()1302 int cookie_value = *static_cast<int*>(cookie); in on_reset() local1303 EXPECT_EQ(kCookieValue, cookie_value); in on_reset()1309 int cookie_value = *static_cast<int*>(cookie); in on_destruction() local1310 EXPECT_EQ(kCookieValue, cookie_value); in on_destruction()