Searched refs:_compatPendingConnections (Results 1 – 2 of 2) sorted by relevance
180 _compatPendingConnections[currReqID] = conn; in CompatOpenConnection()200 if (_compatPendingConnections[currReqID].status != LMS_CONNECTION_STATUS_OK) { in CompatOpenConnection()203 connID = _compatPendingConnections[currReqID].connID; in CompatOpenConnection()205 _compatPendingConnections.erase(currReqID); in CompatOpenConnection()267 itr = _compatPendingConnections.find(repMsg->OpenRequestId); in _doRXCompat()268 if (itr != _compatPendingConnections.end()) { in _doRXCompat()
400 CompatConnMap _compatPendingConnections; variable