Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_mac_conv.c184 long *sizep, in macroman2enc() argument
189 CFIndex len = *sizep; in macroman2enc()
208 ptr + *sizep, real_size - *sizep, &len)) in macroman2enc()
214 mch_memmove(ptr, ptr + *sizep, len); in macroman2enc()
215 *sizep = len; in macroman2enc()
H A Dalloc.c32 mem_pre_alloc_s(size_t *sizep) in mem_pre_alloc_s() argument
34 *sizep += sizeof(size_t); in mem_pre_alloc_s()
38 mem_pre_alloc_l(size_t *sizep) in mem_pre_alloc_l() argument
40 *sizep += sizeof(size_t); in mem_pre_alloc_l()
H A Dfileio.c40 static char_u *check_for_cryptkey(char_u *cryptkey, char_u *ptr, long *sizep, off_T *filesizep, int…
2877 long *sizep, // length of read bytes in check_for_cryptkey() argument
2883 int method = crypt_method_nr_from_magic((char *)ptr, *sizep); in check_for_cryptkey()
2925 if (*sizep <= header_len) in check_for_cryptkey()
2935 *sizep -= header_len; in check_for_cryptkey()
2936 mch_memmove(ptr, ptr + header_len, (size_t)*sizep); in check_for_cryptkey()
/vim-8.2.3635/src/proto/
H A Dos_mac_conv.pro3 int macroman2enc(char_u *ptr, long *sizep, long real_size);