Lines Matching refs:occupied
2808 683 BOOL occupied;
2861 726 BOOL occupied;
11335 14 //Set the slot to not occupied
11336 15 s_objects[i].occupied = FALSE;
11361 33 s_objects[i].occupied = FALSE;
11396 49 // slot is occupied, then indicate that there is already is a loaded
11402 55 return s_objects[slotIndex].occupied;
11448 77 pAssert(s_objects[handle - TRANSIENT_FIRST].occupied == TRUE);
11450 79 // In this implementation, the handle is determined by the slot occupied by the
11598 164 if(!s_objects[i].occupied) // If found a free slot
11600 166 // Mark the slot as occupied
11601 167 s_objects[i].occupied = TRUE;
12017 474 s_objects[index].occupied = FALSE;
12046 491 if(s_objects[i].occupied) // If found an occupied slot
12052 497 s_objects[i].occupied = FALSE;
12056 501 s_objects[i].occupied = FALSE;
12060 505 s_objects[i].occupied = FALSE;
12304 673 if(s_objects[i].occupied == TRUE)
12352 708 if(s_objects[i].occupied == FALSE) num++;
14205 47 // are cleared and marked as not occupied
14207 49 s_sessions[i].occupied = FALSE; // session slot is not occupied
14419 172 // be occupied by the created session
14508 236 if(s_sessions[slotIndex].occupied == FALSE)
14525 253 // Can now indicate that the session array entry is occupied.
14527 255 s_sessions[slotIndex].occupied = TRUE;
14692 395 s_sessions[slotIndex].occupied = FALSE;
14739 420 if(s_sessions[slotIndex].occupied == FALSE) break;
14768 449 // Set session slot as occupied
14769 450 s_sessions[slotIndex].occupied = TRUE;
14830 497 s_sessions[slotIndex].occupied = FALSE;