OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:old_session
(Results
1 - 5
of
5
) sorted by null
/external/autotest/client/cros/
cros_ui.py
39
def wait_for_chrome_ready(
old_session
, host=None,
51
old_session
: identifier for the login prompt prior to
62
condition=lambda:
old_session
!= get_chrome_session_ident(host),
/external/boringssl/src/ssl/
ssl_session.c
505
SSL_SESSION *
old_session
;
local
507
if (!lh_SSL_SESSION_insert(ctx->sessions, &
old_session
, session)) {
513
if (
old_session
!= NULL) {
514
if (
old_session
== session) {
517
SSL_SESSION_free(
old_session
);
521
/* There was a session ID collision. |
old_session
| must be removed from
523
SSL_SESSION_list_remove(ctx,
old_session
);
524
SSL_SESSION_free(
old_session
);
/external/jetty/src/java/org/eclipse/jetty/server/session/
SessionHandler.java
147
HttpSession
old_session
= null;
local
152
old_session
= baseRequest.getSession(false);
169
if (session !=
old_session
)
207
if (session != null &&
old_session
== null && session != access)
213
baseRequest.setSession(
old_session
);
/external/curl/lib/vtls/
polarssl.c
143
void *
old_session
= NULL;
local
331
if(!Curl_ssl_getsessionid(conn, &
old_session
, &old_session_size)) {
332
memcpy(&connssl->ssn,
old_session
, old_session_size);
/external/guice/extensions/struts2/lib/
jetty-6.1.0.jar
Completed in 160 milliseconds