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);
473 MbDownloadFileInfoHeader *mdfi; in MB_RegisterFile() local526 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() argument875 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[all …]