OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxage
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/cookies/
parsed_cookie.h
48
const std::string&
MaxAge
() const { return pairs_[maxage_index_].second; }
67
bool SetMaxAge(const std::string&
maxage
);
parsed_cookie.cc
218
bool ParsedCookie::SetMaxAge(const std::string&
maxage
) {
219
return SetString(&maxage_index_, kMaxAgeTokenName,
maxage
);
/external/openssl/apps/
ocsp.c
105
long
maxage
);
149
long nsec = MAX_VALIDITY_PERIOD,
maxage
= -1;
local
387
maxage
= atol(*args);
388
if (
maxage
< 0)
905
if (!print_ocsp_summary(out, bs, req, reqnames, ids, nsec,
maxage
))
1000
long
maxage
)
1029
if (!OCSP_check_validity(thisupd, nextupd, nsec,
maxage
))
[
all
...]
Completed in 46 milliseconds