Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dbufwrite.c1027 buffer = alloc(WRITEBUFSIZE); in buf_write()
1036 bufsize = WRITEBUFSIZE; in buf_write()
1315 copybuf = alloc(WRITEBUFSIZE + 1); in buf_write()
1342 (void)copy_option_part(&dirp, copybuf, WRITEBUFSIZE, ","); in buf_write()
1476 WRITEBUFSIZE)) > 0) in buf_write()
H A Dfileio.c1280 size = WRITEBUFSIZE + crypt_get_max_header_len() in readfile()
1286 size = WRITEBUFSIZE + crypto_secretstream_xchacha20poly1305_ABYTES; in readfile()
3862 buffer = alloc(WRITEBUFSIZE); in vim_rename()
3873 while ((n = read_eintr(fd_in, buffer, WRITEBUFSIZE)) > 0) in vim_rename()
H A Dstructs.h4423 #define WRITEBUFSIZE 8192 // size of normal write buffer macro