Searched refs:fileLength (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/popt/
H A Dpoptconfig.c101 off_t fileLength; local
107 fileLength = lseek(fd, 0, SEEK_END);
108 if (fileLength == -1 || lseek(fd, 0, 0) == -1) {
117 file = alloca(fileLength + 1);
118 if (read(fd, (char *)file, fileLength) != fileLength) {
130 dst = buf = alloca(fileLength + 1);
133 end = (file + fileLength);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtextfile.cpp108 wxFileOffset fileLength; local
111 fileLength = m_file.Length();
116 const bool seekable = fileLength != wxInvalidOffset && fileLength != 0;
120 bufSize = fileLength;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DThreadTasks.cpp94 uint64 fileLength = 0; local
96 fileLength = file.GetLength();
103 if (fileLength > MAX_FILE_SIZE) {
107 } else if (fileLength == 0) {
124 knownfile->SetFileSize(fileLength);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/cli/
H A Dcli.c321 size_t fileLength; local
369 fileContents = tr_loadFile( torrentPath, &fileLength );
372 tr_ctorSetMetainfo( ctor, fileContents, fileLength );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...

Completed in 146 milliseconds