Searched refs:len_todo (Results 1 – 1 of 1) sorted by relevance
933 size_t len_todo = len; in undo_write() local936 while (bi->bi_used + len_todo >= CRYPT_BUF_SIZE) in undo_write()941 len_todo -= n; in undo_write()947 if (len_todo > 0) in undo_write()949 mch_memmove(bi->bi_buffer + bi->bi_used, p, len_todo); in undo_write()950 bi->bi_used += len_todo; in undo_write()