Lines Matching refs:MAX_LOADED_SESSIONS
44 if(entry > MAX_LOADED_SESSIONS) in ContextIdSetOldest()
73 for(i = 0; i < MAX_LOADED_SESSIONS; i++) in SessionStartup()
76 s_freeSessionSlots = MAX_LOADED_SESSIONS; in SessionStartup()
90 if (gr.contextArray[i] <= MAX_LOADED_SESSIONS) in SessionStartup()
104 gr.contextCounter = MAX_LOADED_SESSIONS + 1; in SessionStartup()
139 || gr.contextArray[handle] > MAX_LOADED_SESSIONS in SessionIsLoaded()
173 || gr.contextArray[handle] <= MAX_LOADED_SESSIONS in SessionIsSaved()
226 pAssert(sessionIndex < MAX_LOADED_SESSIONS); in SessionGet()
258 pAssert(sessionIndex < MAX_LOADED_SESSIONS); in ContextIdSessionCreate()
324 for(slotIndex = 0; slotIndex < MAX_LOADED_SESSIONS; slotIndex++) in SessionCreate()
334 pAssert (slotIndex < MAX_LOADED_SESSIONS); in SessionCreate()
466 gr.contextCounter += MAX_LOADED_SESSIONS + 1; in SessionContextSave()
507 for(slotIndex = 0; slotIndex < MAX_LOADED_SESSIONS; slotIndex++) in SessionContextLoad()
510 pAssert (slotIndex < MAX_LOADED_SESSIONS); in SessionContextLoad()
565 if(slotIndex > MAX_LOADED_SESSIONS) in SessionFlush()
713 if (gr.contextArray[i] <= MAX_LOADED_SESSIONS) in SessionCapGetLoaded()
773 if (gr.contextArray[i] > MAX_LOADED_SESSIONS) in SessionCapGetSaved()
805 return MAX_LOADED_SESSIONS - s_freeSessionSlots; in SessionCapGetLoadedNumber()