Searched refs:n_written (Results 1 – 1 of 1) sorted by relevance
2065 DWORD n_written; in spawn_stdin_stdout() local2074 ASSERT(WriteFile(h_stdout, pbuf, to_write, &n_written, NULL)); in spawn_stdin_stdout()2075 to_write -= n_written; in spawn_stdin_stdout()2076 pbuf += n_written; in spawn_stdin_stdout()
Completed in 7 milliseconds