Home
last modified time | relevance | path

Searched refs:g_idListBuf (Results 1 – 4 of 4) sorted by relevance

/RevoEX-2.1/build/demos/nwc24demo/src/MsgViewer/
DMsgViewer.c71 u32* g_idListBuf[NUM_MSG_BOX_TYPES] = { NULL }; variable
197 g_idListBuf[mbType] = NULL; in GetMsgIdList()
202 g_idListBuf[mbType] = (u32*)MEMAllocFromAllocator( &DemoAllocator1, bufSize ); in GetMsgIdList()
203 err = NWC24GetMsgIdList( mBoxId, g_idListBuf[mbType], g_numMsgs[mbType] ); in GetMsgIdList()
220 if ( g_idListBuf[mbType] ) in ReleaseMsgIdList()
222 MEMFreeToAllocator( &DemoAllocator1, g_idListBuf[mbType] ); in ReleaseMsgIdList()
223 g_idListBuf[mbType] = NULL; in ReleaseMsgIdList()
255 err = NWC24GetMsgObj( &msgObj, mBoxId, g_idListBuf[mbType][idxIdListBuf] ); in GetListedSubjects()
DMsgViewerUpdate.c374 g_idListBuf[MB_TYPE_RECV][g_idxSelectedId[MB_TYPE_RECV]] ) ) in UpdateRecvBox()
406 msgId = g_idListBuf[MB_TYPE_RECV][g_idxIdTopOfList[MB_TYPE_RECV]]; in UpdateRecvBox()
470 msgId = g_idListBuf[MB_TYPE_RECV][idxIdBottomOfList]; in UpdateRecvBox()
530 g_idListBuf[MB_TYPE_SEND][g_idxSelectedId[MB_TYPE_SEND]] ) ) in UpdateSendBox()
562 msgId = g_idListBuf[MB_TYPE_SEND][g_idxIdTopOfList[MB_TYPE_SEND]]; in UpdateSendBox()
626 msgId = g_idListBuf[MB_TYPE_SEND][idxIdBottomOfList]; in UpdateSendBox()
728 err = NWC24DeleteMsg( mBoxId, g_idListBuf[mbType][ g_idxSelectedId[mbType] ] ); in UpdateDeleteMsg()
DMsgViewerRender.c207 (void)DEMORFPrintf( printX, printY, 0, "[%08d] ", g_idListBuf[mbType][idxMsgId] ); in RenderMsgList()
/RevoEX-2.1/build/demos/nwc24demo/include/
DMsgViewer.h110 extern u32* g_idListBuf[NUM_MSG_BOX_TYPES];