Home | History | Annotate | Download | only in Server

Lines Matching refs:detached

144     // Only handle connections which have not been detached
145 if (connection->detached == false) {
160 connection->detached == false) {
172 connection->detached = true;
187 if (i->second->detached == false) {
249 bool detached = connection->detached;
260 // Remove connection from list only if detached, the detached
262 if (detached == false) {