Searched refs:thisrconn (Results 1 – 1 of 1) sorted by relevance
518 RMPCONN *thisrconn, *lastrconn; in RemoveConn() local525 thisrconn = lastrconn->next; /* set current ptr */ in RemoveConn()526 while (thisrconn != NULL) { in RemoveConn()527 if (rconn == thisrconn) { /* found it */ in RemoveConn()528 lastrconn->next = thisrconn->next; in RemoveConn()529 FreeConn(thisrconn); in RemoveConn()532 lastrconn = thisrconn; in RemoveConn()533 thisrconn = thisrconn->next; in RemoveConn()