Searched refs:memfile_T (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | memfile.pro | 2 memfile_T *mf_open(char_u *fname, int flags); 3 int mf_open_file(memfile_T *mfp, char_u *fname); 4 void mf_close(memfile_T *mfp, int del_file); 6 void mf_new_page_size(memfile_T *mfp, unsigned new_size); 10 void mf_free(memfile_T *mfp, bhdr_T *hp); 11 int mf_sync(memfile_T *mfp, int flags); 12 void mf_set_dirty(memfile_T *mfp); 14 blocknr_T mf_trans_del(memfile_T *mfp, blocknr_T old_nr); 15 void mf_set_ffname(memfile_T *mfp); 16 void mf_fullname(memfile_T *mfp); [all …]
|
| H A D | memline.pro | 38 char_u *ml_encrypt_data(memfile_T *mfp, char_u *data, off_T offset, unsigned size); 39 void ml_decrypt_data(memfile_T *mfp, char_u *data, off_T offset, unsigned size);
|
| /vim-8.2.3635/src/ |
| H A D | memfile.c | 120 memfile_T * 123 memfile_T *mfp; in mf_open() 273 memfile_T *mfp; in mf_close_file() 470 memfile_T *mfp, in mf_put() 670 mf_set_dirty(memfile_T *mfp) in mf_set_dirty() 837 memfile_T *mfp; in mf_release_all() 919 mf_rem_free(memfile_T *mfp) in mf_rem_free() 1074 memfile_T *mfp, in mf_write_block() 1199 mf_set_ffname(memfile_T *mfp) in mf_set_ffname() 1209 mf_fullname(memfile_T *mfp) in mf_fullname() [all …]
|
| H A D | memline.c | 276 memfile_T *mfp; in ml_open() 639 memfile_T *mfp; in ml_setname() 760 memfile_T *mfp; in ml_open_file() 942 memfile_T *mfp; in ml_upd_block0() 1143 memfile_T *mfp = NULL; in ml_recover() 2786 memfile_T *mfp; in ml_append_int() 3606 memfile_T *mfp; in ml_delete_int() 4092 ml_new_ptr(memfile_T *mfp) in ml_new_ptr() 4131 memfile_T *mfp; in ml_find_line() 5347 memfile_T *mfp, in ml_encrypt_data() [all …]
|
| H A D | structs.h | 471 typedef struct memfile memfile_T; typedef 754 memfile_T *ml_mfp; // pointer to associated memfile
|