Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfileio.c154 char_u *cryptkey = NULL; in readfile() local
1301 cryptkey = check_for_cryptkey(cryptkey, ptr, &size, in readfile()
1462 || (cryptkey != NULL in readfile()
2307 if (cryptkey != NULL && cryptkey != curbuf->b_p_key) in readfile()
2308 crypt_free_key(cryptkey); in readfile()
2475 if (cryptkey != NULL) in readfile()
2911 if (cryptkey != NULL && *cryptkey == NUL) in check_for_cryptkey()
2914 vim_free(cryptkey); in check_for_cryptkey()
2915 cryptkey = NULL; in check_for_cryptkey()
2920 if (cryptkey != NULL) in check_for_cryptkey()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt5488 Solution: Don't free cryptkey when it is equal to the 'key' option.