Searched refs:bytesOnce (Results 1 – 1 of 1) sorted by relevance
670 int bytesOnce = 0; in RunPipeComand() local672 bytesOnce = fread(outBuf, 1, sizeOutBuf - bytesRead, pipeHandle); in RunPipeComand()673 if (bytesOnce <= 0) { in RunPipeComand()676 bytesRead += bytesOnce; in RunPipeComand()