Searched refs:old_cred (Results 1 – 1 of 1) sorted by relevance
119 struct curl_schannel_cred *old_cred = NULL; in schannel_connect_step1() local149 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() local721 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()