Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dschannel.c119 struct curl_schannel_cred *old_cred = NULL; in schannel_connect_step1() local
149 if(!Curl_ssl_getsessionid(conn, (void **)&old_cred, NULL, sockindex)) { in schannel_connect_step1()
150 connssl->cred = old_cred; in schannel_connect_step1()
718 struct curl_schannel_cred *old_cred = NULL; in schannel_connect_step3() local
721 incache = !(Curl_ssl_getsessionid(conn, (void **)&old_cred, NULL, in schannel_connect_step3()
724 if(old_cred != connssl->cred) { in schannel_connect_step3()
727 Curl_ssl_delsessionid(conn, (void *)old_cred); in schannel_connect_step3()