Searched refs:mdfi (Results 1 – 2 of 2) sorted by relevance
120 static inline MbSegmentInfo *MBi_GetSegmentInfo(MbDownloadFileInfoHeader * mdfi, int i) in MBi_GetSegmentInfo() argument122 return ((MbSegmentInfo *) (mdfi + 1)) + i; in MBi_GetSegmentInfo()125 BOOL MBi_MakeBlockInfoTable(MB_BlockInfoTable * table, MbDownloadFileInfoHeader * mdfi);127 MbDownloadFileInfoHeader * mdfi);
476 MbDownloadFileInfoHeader *mdfi; in MB_RegisterFile() local529 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() argument878 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[all …]