Searched refs:UNDO_HASH_SIZE (Results 1 – 6 of 6) sorted by relevance
1245 if (undo_write(bi, hash, (size_t)UNDO_HASH_SIZE) == FAIL) in serialize_header()1855 char_u read_hash[UNDO_HASH_SIZE]; in u_read_undo()1963 if (undo_read(&bi, read_hash, (size_t)UNDO_HASH_SIZE) == FAIL) in u_read_undo()1969 if (memcmp(hash, read_hash, UNDO_HASH_SIZE) != 0 in u_read_undo()
1566 #define UNDO_HASH_SIZE 32 macro
2607 char_u hash[UNDO_HASH_SIZE]; in readfile()4298 char_u hash[UNDO_HASH_SIZE]; in buf_check_timestamp()
2572 char_u hash[UNDO_HASH_SIZE]; in buf_write()
7946 char_u hash[UNDO_HASH_SIZE]; in ex_wundo()7955 char_u hash[UNDO_HASH_SIZE]; in ex_rundo()
2775 char_u hash[UNDO_HASH_SIZE]; in set_bool_option()