Searched refs:lFileSize (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/testzlib/
H A Dtestzlib.c150 long lFileSize; local
167 if (ReadFileMemory(argv[1],&lFileSize,&FilePtr)==0)
172 else printf("file %s read, %u bytes\n",argv[1],lFileSize);
183 lBufferSizeCpr = lFileSize + (lFileSize/0x10) + 0x200;
194 long lOrigToDo = lFileSize;
267 if (lSizeUncpr==lFileSize)
269 if (memcmp(FilePtr,UncprPtr,lFileSize)==0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/testzlib/
H A Dtestzlib.c150 long lFileSize; local
167 if (ReadFileMemory(argv[1],&lFileSize,&FilePtr)==0)
172 else printf("file %s read, %u bytes\n",argv[1],lFileSize);
183 lBufferSizeCpr = lFileSize + (lFileSize/0x10) + 0x200;
194 long lOrigToDo = lFileSize;
267 if (lSizeUncpr==lFileSize)
269 if (memcmp(FilePtr,UncprPtr,lFileSize)==0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/testzlib/
H A Dtestzlib.c150 long lFileSize; local
167 if (ReadFileMemory(argv[1],&lFileSize,&FilePtr)==0)
172 else printf("file %s read, %u bytes\n",argv[1],lFileSize);
183 lBufferSizeCpr = lFileSize + (lFileSize/0x10) + 0x200;
194 long lOrigToDo = lFileSize;
267 if (lSizeUncpr==lFileSize)
269 if (memcmp(FilePtr,UncprPtr,lFileSize)==0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/testzlib/
H A Dtestzlib.c150 long lFileSize; local
167 if (ReadFileMemory(argv[1],&lFileSize,&FilePtr)==0)
172 else printf("file %s read, %u bytes\n",argv[1],lFileSize);
183 lBufferSizeCpr = lFileSize + (lFileSize/0x10) + 0x200;
194 long lOrigToDo = lFileSize;
267 if (lSizeUncpr==lFileSize)
269 if (memcmp(FilePtr,UncprPtr,lFileSize)==0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DTextClient.h40 unsigned long lFileSize; member in class:SearchFile
H A DTextClient.cpp121 lFileSize = tag->SizeFull();
613 mb.Printf(wxT(" %d"), file->lFileSize/1024/1024);
614 kb.Printf(wxT(".%d"), file->lFileSize/1024%1024);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/plasmamule/
H A Dqt-emc.cpp108 quint32 lFileSize, llength, tagCount; local
368 in >> lFileSize; local
369 fileSize = lFileSize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A DWebServer.h78 uint64 lFileSize; member in class:DownloadFile
112 uint64 lFileSize; member in class:SharedFile
165 uint64 lFileSize; member in class:SearchFile
H A DWebServer.cpp628 lFileSize = tag->SizeFull();
679 lFileSize = tag->SizeFull();
685 fCompleted = (100.0*lFileCompleted) / lFileSize;
715 fCompleted = (100.0*lFileCompleted) / lFileSize;
836 lFileSize = tag->SizeFull();
1006 int color_gaps_alloc = 2 * (2 * gap_list_size + m_file->lFileSize / PARTSIZE + 1);
1052 if (m_file->lFileSize < (uint32)m_width) {
1066 uint32 factor = m_file->lFileSize / m_width;
H A Dphp_amule_lib.cpp860 result->int_val = obj->lFileSize;
986 result->int_val = obj->lFileSize;
1038 result->int_val = obj->lFileSize;

Completed in 173 milliseconds