Searched refs:WRITEBUFSIZE (Results 1 – 3 of 3) sorted by relevance
1027 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()
1280 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()
4423 #define WRITEBUFSIZE 8192 // size of normal write buffer macro