Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfileio.c1329 int decrypted_size; in readfile() local
1331 decrypted_size = crypt_decode_alloc( in readfile()
1335 if (decrypted_size < 0) in readfile()
1344 if (decrypted_size == 0) in readfile()
1358 new_size = (long_u)(decrypted_size + linerest + 1); in readfile()
1370 decrypted_size); in readfile()
1383 size = decrypted_size; in readfile()