Home
last modified time | relevance | path

Searched refs:incache (Results 1 – 4 of 4) sorted by relevance

/external/curl/lib/vtls/
Dcyassl.c587 bool incache; in cyassl_connect_step3() local
594 incache = !(Curl_ssl_getsessionid(conn, &old_ssl_sessionid, NULL)); in cyassl_connect_step3()
595 if(incache) { in cyassl_connect_step3()
599 incache = FALSE; in cyassl_connect_step3()
603 if(!incache) { in cyassl_connect_step3()
Dschannel.c693 bool incache; in schannel_connect_step3() local
697 incache = !(Curl_ssl_getsessionid(conn, (void **)&old_cred, NULL)); in schannel_connect_step3()
698 if(incache) { in schannel_connect_step3()
703 incache = FALSE; in schannel_connect_step3()
706 if(!incache) { in schannel_connect_step3()
Dgtls.c1278 bool incache; in gtls_connect_step3() local
1292 incache = !(Curl_ssl_getsessionid(conn, &ssl_sessionid, NULL)); in gtls_connect_step3()
1293 if(incache) { in gtls_connect_step3()
Dopenssl.c2835 bool incache; in ossl_connect_step3() local
2846 incache = !(Curl_ssl_getsessionid(conn, &old_ssl_sessionid, NULL)); in ossl_connect_step3()
2847 if(incache) { in ossl_connect_step3()
2851 incache = FALSE; in ossl_connect_step3()
2855 if(!incache) { in ossl_connect_step3()