Home
last modified time | relevance | path

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

/RevoEX-2.3/build/demos/nwc24demo/src/MsgPrint/
DMsgPrint.c81 static u32* IdListBuf = 0; variable
128 ViewMessage(NWC24_SEND_BOX, IdListBuf[i]); in main()
136 ViewMessage(NWC24_RECV_BOX, IdListBuf[i]); in main()
170 IdListBuf = 0; in GetIdList()
183 IdListBuf = (u32*)MEMAllocFromAllocator(&Allocator, bufSize); in GetIdList()
184 err = NWC24GetMsgIdList(mBoxId, IdListBuf, NumMsgs); in GetIdList()
199 if ( NumMsgs == 0 || IdListBuf == 0 ) in ReleaseIdList()
202 MEMFreeToAllocator(&Allocator, IdListBuf); in ReleaseIdList()