Lines Matching refs:buffer_off
4242 DWORD *buffer_off) in dump_pipe() argument
4265 toRead = (DWORD)(BUFLEN - *buffer_off); in dump_pipe()
4267 ReadFile(g_hChildStd_OUT_Rd, buffer + *buffer_off, toRead , &len, NULL); in dump_pipe()
4295 len += *buffer_off; in dump_pipe()
4316 *buffer_off = len; in dump_pipe()
4326 *buffer_off = (DWORD)((buffer + len) - p); in dump_pipe()
4327 mch_memmove(buffer, p, *buffer_off); in dump_pipe()
4330 *buffer_off = 0; in dump_pipe()
4371 DWORD buffer_off = 0; // valid bytes in buffer[] in mch_system_piped() local
4561 dump_pipe(options, g_hChildStd_OUT_Rd, &ga, buffer, &buffer_off); in mch_system_piped()
4566 dump_pipe(options, g_hChildStd_OUT_Rd, &ga, buffer, &buffer_off); in mch_system_piped()