Home
last modified time | relevance | path

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

/RevoEX-2.1/build/demos/nwc24demo/src/MsgViewer/
DMsgViewerUpdate.c462 u32 idxSubjectBufEnd; in UpdateRecvBox() local
466 idxSubjectBufEnd = g_idxSubjectBufStart[MB_TYPE_RECV]; in UpdateRecvBox()
471 subjectBuf = g_subjectBuf[MB_TYPE_RECV][idxSubjectBufEnd]; in UpdateRecvBox()
506 g_subjectBuf[MB_TYPE_RECV][idxSubjectBufEnd] = subjectBuf; in UpdateRecvBox()
618 u32 idxSubjectBufEnd; in UpdateSendBox() local
622 idxSubjectBufEnd = g_idxSubjectBufStart[MB_TYPE_SEND]; in UpdateSendBox()
627 subjectBuf = g_subjectBuf[MB_TYPE_SEND][idxSubjectBufEnd]; in UpdateSendBox()
662 g_subjectBuf[MB_TYPE_SEND][idxSubjectBufEnd] = subjectBuf; in UpdateSendBox()