Searched refs:s_sessions (Results 1 – 4 of 4) sorted by relevance
74 s_sessions[i].occupied = FALSE; // session slot is not occupied in SessionStartup()227 return &s_sessions[sessionIndex].session; in SessionGet()327 if(s_sessions[slotIndex].occupied == FALSE) in SessionCreate()329 session = &s_sessions[slotIndex].session; in SessionCreate()343 s_sessions[slotIndex].occupied = TRUE; in SessionCreate()471 s_sessions[slotIndex].occupied = FALSE; in SessionContextSave()508 if(s_sessions[slotIndex].occupied == FALSE) break; in SessionContextLoad()528 s_sessions[slotIndex].session = *session; in SessionContextLoad()530 s_sessions[slotIndex].occupied = TRUE; in SessionContextLoad()577 s_sessions[slotIndex].occupied = FALSE; in SessionFlush()
97 SESSION_SLOT s_sessions[MAX_LOADED_SESSIONS]; variable
1139 extern SESSION_SLOT s_sessions[MAX_LOADED_SESSIONS];
2864 729 extern SESSION_SLOT s_sessions[MAX_LOADED_SESSIONS];14207 49 s_sessions[i].occupied = FALSE; // session slot is not occupied14391 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;[all …]