Searched refs:entry (Results 1 – 4 of 4) sorted by relevance
97 u32 entry; in ExecuteDownload() local103 entry = MPDLGetEntryBitmap(); in ExecuteDownload()129 if (((entry == full_entry) && auto_download_mode) || in ExecuteDownload()136 else if (entry == 0) in ExecuteDownload()180 else if (entry > 0) in ExecuteDownload()
246 int entry = ((int)MPDLGetEntryBitmap() & ~booted); in main() local247 int newcomer = (entry & ~downloading); in main()248 int disconnected = (~entry & ~booted & downloading); in main()292 (void)MPDLStartDownloadEx((u32)entry); in main()
346 u32 entry; in DoDownload() local352 entry = MPDLGetEntryBitmap(); in DoDownload()357 if ((entry == full_entry) || in DoDownload()364 else if (entry == 0) in DoDownload()404 else if (entry > 0) in DoDownload()
249 void MPDLEnableFlag( BOOL entry, BOOL mb );