OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cookie_value
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/site_tests/policy_CookiesSessionOnlyForUrls/
policy_CookiesSessionOnlyForUrls.py
73
cookie_value
= tab.GetCookieByName(self.COOKIE_NAME)
75
return
cookie_value
is None
/external/boringssl/src/ssl/
tls13_client.cc
137
CBS
cookie_value
;
local
138
if (!CBS_get_u16_length_prefixed(&cookie, &
cookie_value
) ||
139
CBS_len(&
cookie_value
) == 0 ||
146
if (!hs->cookie.CopyFrom(
cookie_value
)) {
/external/protobuf/src/google/protobuf/
arena_unittest.cc
1295
int
cookie_value
= *static_cast<int*>(cookie);
local
1302
int
cookie_value
= *static_cast<int*>(cookie);
local
1309
int
cookie_value
= *static_cast<int*>(cookie);
local
[
all
...]
Completed in 157 milliseconds