Lines Matching refs:s_sessions
2864 729 extern SESSION_SLOT s_sessions[MAX_LOADED_SESSIONS];
14207 49 s_sessions[i].occupied = FALSE; // session slot is not occupied
14391 163 return &s_sessions[sessionIndex].session;
14508 236 if(s_sessions[slotIndex].occupied == FALSE)
14510 238 session = &s_sessions[slotIndex].session;
14527 255 s_sessions[slotIndex].occupied = TRUE;
14692 395 s_sessions[slotIndex].occupied = FALSE;
14739 420 if(s_sessions[slotIndex].occupied == FALSE) break;
14766 447 s_sessions[slotIndex].session = *session;
14769 450 s_sessions[slotIndex].occupied = TRUE;
14830 497 s_sessions[slotIndex].occupied = FALSE;
17123 54 SESSION_SLOT s_sessions[MAX_LOADED_SESSIONS];