Searched refs:cirBuf (Results 1 – 1 of 1) sorted by relevance
139 uint8_t cirBuf[BUFFER_SIZE]; in readProcessedDataInStream() local185 amt = ::read(fd, cirBuf + rpos, BUFFER_SIZE - rpos); in readProcessedDataInStream()187 amt = ::read(fd, cirBuf + rpos, wpos - rpos); in readProcessedDataInStream()207 amt = ::write(toFd.get(), cirBuf + wpos, rpos - wpos); in readProcessedDataInStream()209 amt = ::write(toFd.get(), cirBuf + wpos, BUFFER_SIZE - wpos); in readProcessedDataInStream()