Searched refs:n_written (Results 1 – 1 of 1) sorted by relevance
2063 DWORD n_written; in spawn_stdin_stdout() local2072 ASSERT(WriteFile(h_stdout, pbuf, to_write, &n_written, NULL)); in spawn_stdin_stdout()2073 to_write -= n_written; in spawn_stdin_stdout()2074 pbuf += n_written; in spawn_stdin_stdout()
Completed in 8 milliseconds