Searched refs:cirSize (Results 1 – 1 of 1) sorted by relevance
140 size_t cirSize = 0; in readProcessedDataInStream() local182 if (cirSize != BUFFER_SIZE && pfds[0].fd != -1) { in readProcessedDataInStream()199 cirSize += amt; in readProcessedDataInStream()204 if (cirSize > 0 && pfds[1].fd != -1) { in readProcessedDataInStream()218 cirSize -= amt; in readProcessedDataInStream()223 if (cirSize == 0 && pfds[0].fd == -1 && pfds[1].fd != -1) { in readProcessedDataInStream()