Lines Matching full:refcount
556 connssl->cred->refcount++;
557 infof(data, "schannel: incremented credential handle refcount = %d\n",
558 connssl->cred->refcount);
1277 if(connssl->cred->refcount > 0) {
1278 connssl->cred->refcount--;
1279 infof(data, "schannel: decremented credential handle refcount = %d\n",
1280 connssl->cred->refcount);
1283 /* if the handle was not cached and the refcount is zero */
1284 if(!connssl->cred->cached && connssl->cred->refcount == 0) {
1313 if(cred->refcount == 0) {