Home
last modified time | relevance | path

Searched refs:n_written (Results 1 – 1 of 1) sorted by relevance

/libuv/test/
H A Dtest-spawn.c2065 DWORD n_written; in spawn_stdin_stdout() local
2074 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