Searched refs:toRead (Results 1 – 1 of 1) sorted by relevance
4248 DWORD toRead; in dump_pipe() local4265 toRead = (DWORD)(BUFLEN - *buffer_off); in dump_pipe()4266 toRead = availableBytes < toRead ? availableBytes : toRead; in dump_pipe()4267 ReadFile(g_hChildStd_OUT_Rd, buffer + *buffer_off, toRead , &len, NULL); in dump_pipe()