Searched refs:bytesOnce (Results 1 – 3 of 3) sorted by relevance
45 int bytesOnce = 0; in RunPipeComand() local47 bytesOnce = fread(outBuf, 1, sizeOutBuf - bytesRead, pipeHandle); in RunPipeComand()48 if (bytesOnce <= 0) { in RunPipeComand()51 bytesRead += bytesOnce; in RunPipeComand()
88 int bytesOnce = 0; in RunPipeComand() local90 bytesOnce = fread(outBuf, 1, sizeOutBuf - bytesRead, pipeHandle); in RunPipeComand()91 if (bytesOnce <= 0) { in RunPipeComand()94 bytesRead += bytesOnce; in RunPipeComand()
715 int bytesOnce = 0; in RunPipeComand() local717 bytesOnce = fread(outBuf, 1, sizeOutBuf - bytesRead, pipeHandle); in RunPipeComand()718 if (bytesOnce <= 0) { in RunPipeComand()721 bytesRead += bytesOnce; in RunPipeComand()