Lines Matching refs:mdfi
473 MbDownloadFileInfoHeader *mdfi; in MB_RegisterFile() local
526 mdfi = &pPwork->fileinfo[fileID].dl_fileinfo.header; in MB_RegisterFile()
529 MBi_MakeDownloadFileInfo(mdfi, buf); in MB_RegisterFile()
532 ((MBDownloadFileInfo *) mdfi)->reserved, HW_DOWNLOAD_PARAMETER_SIZE); in MB_RegisterFile()
535 if (FALSE == MBi_MakeBlockInfoTable(&pPwork->fileinfo[fileID].blockinfo_table, mdfi)) in MB_RegisterFile()
868 BOOL MBi_MakeBlockInfoTable(MB_BlockInfoTable * table, MbDownloadFileInfoHeader * mdfi) in MBi_MakeBlockInfoTable() argument
875 if (!mdfi) in MBi_MakeBlockInfoTable()
880 MbSegmentInfo *si = MBi_GetSegmentInfo(mdfi, i); in MBi_MakeBlockInfoTable()
889 MbSegmentInfo *si = MBi_GetSegmentInfo(mdfi, i); in MBi_MakeBlockInfoTable()
924 u32 block, MbDownloadFileInfoHeader * mdfi) in MBi_get_blockinfo() argument
949 MbSegmentInfo *si = MBi_GetSegmentInfo(mdfi, i); in MBi_get_blockinfo()