Searched refs:g_idListBuf (Results 1 – 4 of 4) sorted by relevance
76 u32* g_idListBuf[NUM_MSG_BOX_TYPES] = { NULL }; variable234 g_idListBuf[mbType] = NULL; in GetMsgIdList()239 g_idListBuf[mbType] = (u32*)MEMAllocFromAllocator( &DemoAllocator1, bufSize ); in GetMsgIdList()240 err = NWC24GetMsgIdList( mBoxId, g_idListBuf[mbType], g_numMsgs[mbType] ); in GetMsgIdList()257 if ( g_idListBuf[mbType] ) in ReleaseMsgIdList()259 MEMFreeToAllocator( &DemoAllocator1, g_idListBuf[mbType] ); in ReleaseMsgIdList()260 g_idListBuf[mbType] = NULL; in ReleaseMsgIdList()349 g_idListBuf[mbType][idxIdListBuf] ); in GetListedSubjects()
423 g_idListBuf[MB_TYPE_RECV][g_idxSelectedId[MB_TYPE_RECV]] ) ) in UpdateRecvBox()453 msgId = g_idListBuf[MB_TYPE_RECV][g_idxIdTopOfList[MB_TYPE_RECV]]; in UpdateRecvBox()492 msgId = g_idListBuf[MB_TYPE_RECV][idxIdBottomOfList]; in UpdateRecvBox()527 g_idListBuf[MB_TYPE_SEND][g_idxSelectedId[MB_TYPE_SEND]] ) ) in UpdateSendBox()557 msgId = g_idListBuf[MB_TYPE_SEND][g_idxIdTopOfList[MB_TYPE_SEND]]; in UpdateSendBox()596 msgId = g_idListBuf[MB_TYPE_SEND][idxIdBottomOfList]; in UpdateSendBox()675 err = NWC24DeleteMsg( mBoxId, g_idListBuf[mbType][ g_idxSelectedId[mbType] ] ); in UpdateDeleteMsg()
224 (void)DEMORFPrintf( printX, printY, 0, "[%08d] ", g_idListBuf[mbType][idxMsgId] ); in RenderMsgList()
120 extern u32* g_idListBuf[NUM_MSG_BOX_TYPES];