Searched refs:m_apEntReserved (Results 1 – 4 of 4) sorted by relevance
128 pLispMgr->m_apEntReserved [i] = NULL ; in TLispMgr_Create()258 pLispMgr->m_apEntReserved [i] = pEntity ; in lispMgr_initialize()276 pEntity = pLispMgr->m_apEntReserved [rnDefaultBufferSymbols [i]] ; in lispMgr_initialize()
93 assert (pLispMgr->m_apEntReserved [nIndex] != NULL) ; in lispMgr_GetReservedEntity()94 return pLispMgr->m_apEntReserved [nIndex] ; in lispMgr_GetReservedEntity()104 *ppEntReturn = pLispMgr->m_apEntReserved [LISPMGR_INDEX_NIL] ; in lispMgr_CreateNil()115 *ppEntReturn = pLispMgr->m_apEntReserved [LISPMGR_INDEX_T] ; in lispMgr_CreateT()
325 pEntNil = pLispMgr->m_apEntReserved [LISPMGR_INDEX_NIL] ; in lispMachineCode_ResetException()407 pEntNil = pLispMgr->m_apEntReserved [LISPMGR_INDEX_NIL] ; in lispMachineCode_ResetSignal()
144 struct tagTLispEntity* m_apEntReserved [LISPMGR_SIZE_RESERVED] ; member