Lines Matching refs:memfile_T
250 static bhdr_T *ml_new_data(memfile_T *, int, int);
251 static bhdr_T *ml_new_ptr(memfile_T *);
262 static cryptstate_T *ml_crypt_prepare(memfile_T *mfp, off_T offset, int reading);
276 memfile_T *mfp; in ml_open()
480 memfile_T *mfp = buf->b_ml.ml_mfp; in ml_set_crypt_key()
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()
2481 memfile_T *mfp = buf->b_ml.ml_mfp; in ml_preserve()
2786 memfile_T *mfp; in ml_append_int()
3606 memfile_T *mfp; in ml_delete_int()
4071 ml_new_data(memfile_T *mfp, int negative, int page_count) in ml_new_data()
4092 ml_new_ptr(memfile_T *mfp) in ml_new_ptr()
4131 memfile_T *mfp; in ml_find_line()
4370 memfile_T *mfp = buf->b_ml.ml_mfp; in ml_lineadd()
5347 memfile_T *mfp, in ml_encrypt_data()
5393 memfile_T *mfp, in ml_decrypt_data()
5429 ml_crypt_prepare(memfile_T *mfp, off_T offset, int reading) in ml_crypt_prepare()