Lines Matching refs:mdfi
476 MbDownloadFileInfoHeader *mdfi; in MB_RegisterFile() local
529 mdfi = &pPwork->fileinfo[fileID].dl_fileinfo.header; in MB_RegisterFile()
532 MBi_MakeDownloadFileInfo(mdfi, buf); in MB_RegisterFile()
535 ((MBDownloadFileInfo *) mdfi)->reserved, HW_DOWNLOAD_PARAMETER_SIZE); in MB_RegisterFile()
538 if (FALSE == MBi_MakeBlockInfoTable(&pPwork->fileinfo[fileID].blockinfo_table, mdfi)) in MB_RegisterFile()
871 BOOL MBi_MakeBlockInfoTable(MB_BlockInfoTable * table, MbDownloadFileInfoHeader * mdfi) in MBi_MakeBlockInfoTable() argument
878 if (!mdfi) in MBi_MakeBlockInfoTable()
883 MbSegmentInfo *si = MBi_GetSegmentInfo(mdfi, i); in MBi_MakeBlockInfoTable()
892 MbSegmentInfo *si = MBi_GetSegmentInfo(mdfi, i); in MBi_MakeBlockInfoTable()
927 u32 block, MbDownloadFileInfoHeader * mdfi) in MBi_get_blockinfo() argument
952 MbSegmentInfo *si = MBi_GetSegmentInfo(mdfi, i); in MBi_get_blockinfo()