Lines Matching refs:bh_data
365 hp->bh_data = p; in mf_new()
399 (void)vim_memset((char *)(hp->bh_data), 0, in mf_new()
498 vim_free(hp->bh_data); // free the memory in mf_free()
816 vim_free(hp->bh_data); in mf_release()
817 if ((hp->bh_data = alloc(mfp->mf_page_size * page_count)) == NULL) in mf_release()
884 if ((hp->bh_data = alloc(mfp->mf_page_size * page_count)) == NULL) in mf_alloc_bhdr()
900 vim_free(hp->bh_data); in mf_free_bhdr()
951 if ((unsigned)read_eintr(mfp->mf_fd, hp->bh_data, size) != size) in mf_read()
961 ml_decrypt_data(mfp, hp->bh_data, offset, size); in mf_read()
1079 char_u *data = hp->bh_data; in mf_write_block()
1096 if (data != hp->bh_data) in mf_write_block()