Searched refs:newsession (Results 1 – 3 of 3) sorted by relevance
66 bool newsession; /* new session, discard session cookies on load */ member
930 c->newsession && /* clean session cookies */ in Curl_cookie_add()1130 bool newsession) in Curl_cookie_init() argument1163 c->newsession = newsession; /* new session? */ in Curl_cookie_init()
2695 SSL_SESSION *newsession = NULL; in _ssl_session_dup() local2721 newsession = d2i_SSL_SESSION(NULL, &const_p, slen); in _ssl_session_dup()2726 return newsession; in _ssl_session_dup()