Home
last modified time | relevance | path

Searched refs:cookie_value (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/site_tests/policy_CookiesSessionOnlyForUrls/
Dpolicy_CookiesSessionOnlyForUrls.py72 cookie_value = tab.GetCookieByName(self.COOKIE_NAME)
74 return cookie_value is None
/external/boringssl/src/ssl/
Dtls13_client.c86 CBS cookie_value; in do_process_hello_retry_request() local
87 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()
/external/protobuf/src/google/protobuf/
Darena_unittest.cc1295 int cookie_value = *static_cast<int*>(cookie); in on_allocation() local
1296 EXPECT_EQ(kCookieValue, cookie_value); in on_allocation()
1302 int cookie_value = *static_cast<int*>(cookie); in on_reset() local
1303 EXPECT_EQ(kCookieValue, cookie_value); in on_reset()
1309 int cookie_value = *static_cast<int*>(cookie); in on_destruction() local
1310 EXPECT_EQ(kCookieValue, cookie_value); in on_destruction()