Home
last modified time | relevance | path

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

/RevoEX-2.1/build/demos/nwc24demo/src/MsgViewer/
DMsgViewer.c77 char* g_subjectBuf[NUM_MSG_BOX_TYPES][LIST_BOX_ROWS] = { { NULL }, { NULL } }; variable
259 g_subjectBuf[mbType][i] = MEMAllocFromAllocator( &DemoAllocator1, subjectSize ); in GetListedSubjects()
260 (void)memcpy( g_subjectBuf[mbType][i], HIDDEN_MESSAGE, subjectSize ); in GetListedSubjects()
274 g_subjectBuf[mbType][i] = MEMAllocFromAllocator( &DemoAllocator1, subjectSize ); in GetListedSubjects()
275 err = NWC24ReadMsgSubject( &msgObj, g_subjectBuf[mbType][i], subjectSize ); in GetListedSubjects()
278 g_subjectBuf[mbType][i][0] = '\0'; in GetListedSubjects()
300 if ( g_subjectBuf[mbType][i] ) in ReleaseListedSubjects()
302 MEMFreeToAllocator( &DemoAllocator1, g_subjectBuf[mbType][i] ); in ReleaseListedSubjects()
303 g_subjectBuf[mbType][i] = NULL; in ReleaseListedSubjects()
DMsgViewerUpdate.c407 subjectBuf = g_subjectBuf[MB_TYPE_RECV][g_idxSubjectBufStart[MB_TYPE_RECV]]; in UpdateRecvBox()
442 g_subjectBuf[MB_TYPE_RECV][g_idxSubjectBufStart[MB_TYPE_RECV]] = subjectBuf; in UpdateRecvBox()
471 subjectBuf = g_subjectBuf[MB_TYPE_RECV][idxSubjectBufEnd]; in UpdateRecvBox()
506 g_subjectBuf[MB_TYPE_RECV][idxSubjectBufEnd] = subjectBuf; in UpdateRecvBox()
563 subjectBuf = g_subjectBuf[MB_TYPE_SEND][g_idxSubjectBufStart[MB_TYPE_SEND]]; in UpdateSendBox()
598 g_subjectBuf[MB_TYPE_SEND][g_idxSubjectBufStart[MB_TYPE_SEND]] = subjectBuf; in UpdateSendBox()
627 subjectBuf = g_subjectBuf[MB_TYPE_SEND][idxSubjectBufEnd]; in UpdateSendBox()
662 g_subjectBuf[MB_TYPE_SEND][idxSubjectBufEnd] = subjectBuf; in UpdateSendBox()
DMsgViewerRender.c209 (void)DEMORFPrintf( printX, printY, 0, "%s", g_subjectBuf[mbType][idxSubjectBuf] ); in RenderMsgList()
/RevoEX-2.1/build/demos/nwc24demo/include/
DMsgViewer.h116 extern char* g_subjectBuf[NUM_MSG_BOX_TYPES][LIST_BOX_ROWS];