Home
last modified time | relevance | path

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

/RevoEX-2.3/build/demos/nwc24demo/src/MsgViewer/
DMsgViewerUpdate.c484 u32 idxSubjectBufEnd; in UpdateRecvBox() local
488 idxSubjectBufEnd = g_idxSubjectBufStart[MB_TYPE_RECV]; in UpdateRecvBox()
493 subjectBuf = g_subjectBuf[MB_TYPE_RECV][idxSubjectBufEnd]; in UpdateRecvBox()
505 g_subjectBuf[MB_TYPE_RECV][idxSubjectBufEnd] = subjectBuf; in UpdateRecvBox()
588 u32 idxSubjectBufEnd; in UpdateSendBox() local
592 idxSubjectBufEnd = g_idxSubjectBufStart[MB_TYPE_SEND]; in UpdateSendBox()
597 subjectBuf = g_subjectBuf[MB_TYPE_SEND][idxSubjectBufEnd]; in UpdateSendBox()
609 g_subjectBuf[MB_TYPE_SEND][idxSubjectBufEnd] = subjectBuf; in UpdateSendBox()