Searched refs:cirSize (Results 1 – 1 of 1) sorted by relevance
154 size_t cirSize = 0; in readProcessedDataInStream() local200 if (cirSize != BUFFER_SIZE && pfds[0].fd != -1) { in readProcessedDataInStream()217 cirSize += amt; in readProcessedDataInStream()222 if (cirSize > 0 && pfds[1].fd != -1) { in readProcessedDataInStream()236 cirSize -= amt; in readProcessedDataInStream()241 if (cirSize == 0 && pfds[0].fd == -1 && pfds[1].fd != -1) { in readProcessedDataInStream()