Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c4244 DWORD availableBytes = 0; in dump_pipe() local
4257 &availableBytes, // available bytes total in dump_pipe()
4262 while (ret != 0 && availableBytes > 0) in dump_pipe()
4266 toRead = availableBytes < toRead ? availableBytes : toRead; in dump_pipe()
4273 availableBytes -= len; in dump_pipe()