Searched refs:decode_fn (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | crypt.c | 53 void (*decode_fn)(cryptstate_T *state, char_u *from, size_t len, member 513 method->decode_fn(state, ptr, len, *newptr, last); in crypt_decode_alloc() 544 cryptmethods[state->method_nr].decode_fn(state, from, len, to, last);
|