Lines Matching full:occupied
72 // are cleared and marked as not occupied
74 s_sessions[i].occupied = FALSE; // session slot is not occupied
255 // be occupied by the created session
327 if(s_sessions[slotIndex].occupied == FALSE)
341 // Can now indicate that the session array entry is occupied.
343 s_sessions[slotIndex].occupied = TRUE;
471 s_sessions[slotIndex].occupied = FALSE;
508 if(s_sessions[slotIndex].occupied == FALSE) break;
529 // Set session slot as occupied
530 s_sessions[slotIndex].occupied = TRUE;
577 s_sessions[slotIndex].occupied = FALSE;