Searched refs:incache (Results 1 – 4 of 4) sorted by relevance
/external/curl/lib/vtls/ |
D | cyassl.c | 640 bool incache; in cyassl_connect_step3() local 647 incache = !(Curl_ssl_getsessionid(conn, &old_ssl_sessionid, NULL, in cyassl_connect_step3() 649 if(incache) { in cyassl_connect_step3() 653 incache = FALSE; in cyassl_connect_step3() 657 if(!incache) { in cyassl_connect_step3()
|
D | schannel.c | 850 bool incache; in schannel_connect_step3() local 854 incache = !(Curl_ssl_getsessionid(conn, (void **)&old_cred, NULL, in schannel_connect_step3() 856 if(incache) { in schannel_connect_step3() 861 incache = FALSE; in schannel_connect_step3() 864 if(!incache) { in schannel_connect_step3()
|
D | gtls.c | 1426 bool incache; in gtls_connect_step3() local 1440 incache = !(Curl_ssl_getsessionid(conn, &ssl_sessionid, NULL, in gtls_connect_step3() 1442 if(incache) { in gtls_connect_step3()
|
D | openssl.c | 3199 bool incache; in ossl_connect_step3() local 3210 incache = !(Curl_ssl_getsessionid(conn, &old_ssl_sessionid, NULL, in ossl_connect_step3() 3212 if(incache) { in ossl_connect_step3() 3216 incache = FALSE; in ossl_connect_step3() 3220 if(!incache) { in ossl_connect_step3()
|