Searched refs:iBytesCommitted (Results 1 – 1 of 1) sorted by relevance
161 int32_t iBytesCommitted; in xTraceEventEndOffline() local179 xTraceStreamPortCommit(pxEventData->pvBlob, pxEventData->size, &iBytesCommitted); in xTraceEventEndOffline()183 (void)iBytesCommitted; in xTraceEventEndOffline()196 int32_t iBytesCommitted; in xTraceEventEndOfflineBlocking() local216 iBytesCommitted = 0; in xTraceEventEndOfflineBlocking()217 xTraceStreamPortCommit(pxEventData->pvBlob, pxEventData->size, &iBytesCommitted); in xTraceEventEndOfflineBlocking()219 pxEventData->size -= iBytesCommitted; in xTraceEventEndOfflineBlocking()220 pxEventData->pvBlob = ((uint8_t*)pxEventData->pvBlob) + iBytesCommitted; in xTraceEventEndOfflineBlocking()