Searched refs:bytesOnce (Results 1 – 1 of 1) sorted by relevance
811 int bytesOnce = 0; in RunPipeComand() local813 bytesOnce = fread(outBuf, 1, sizeOutBuf - bytesRead, pipeHandle); in RunPipeComand()814 if (bytesOnce <= 0) { in RunPipeComand()817 bytesRead += bytesOnce; in RunPipeComand()