Searched refs:old_cred (Results 1 – 1 of 1) sorted by relevance
429 struct curl_schannel_cred *old_cred = NULL; in schannel_connect_step1() local499 if(!Curl_ssl_getsessionid(conn, (void **)&old_cred, NULL, sockindex)) { in schannel_connect_step1()500 BACKEND->cred = old_cred; in schannel_connect_step1()1278 struct curl_schannel_cred *old_cred = NULL; in schannel_connect_step3() local1281 incache = !(Curl_ssl_getsessionid(conn, (void **)&old_cred, NULL, in schannel_connect_step3()1284 if(old_cred != BACKEND->cred) { in schannel_connect_step3()1288 Curl_ssl_delsessionid(conn, (void *)old_cred); in schannel_connect_step3()