Searched refs:cirSize (Results 1 – 1 of 1) sorted by relevance
162 size_t cirSize = 0; in readProcessedDataInStream() local208 if (cirSize != BUFFER_SIZE && pfds[0].fd != -1) { in readProcessedDataInStream()225 cirSize += amt; in readProcessedDataInStream()230 if (cirSize > 0 && pfds[1].fd != -1) { in readProcessedDataInStream()244 cirSize -= amt; in readProcessedDataInStream()249 if (cirSize == 0 && pfds[0].fd == -1 && pfds[1].fd != -1) { in readProcessedDataInStream()