Home
last modified time | relevance | path

Searched refs:cxTell (Results 1 – 14 of 14) sorted by relevance

/dports/archivers/libcomprex/libcomprex-0.3.3/libcomprex/
H A Dio.c177 if (cxTell(fp) == cxGetFileSize(fp->file)) in cxRead()
255 if (cxTell(fp) == cxGetFileSize(fp->file)) in cxSeek()
271 cxTell(CxFP *fp) in cxTell() function
298 return (cxTell(fp) >= cxGetFileSize(fp->file)); in cxEof()
H A Dio.h198 long cxTell(CxFP *fp);
H A Dio_internal.c73 offset = cxTell(fp); in __bufferRead()
102 offset = cxTell(fp); in __bufferWrite()
/dports/archivers/libcomprex/libcomprex-0.3.3/modules/archive/cab/
H A Dio.c94 bufSize = info->u.header.firstOffset - cxTell(fp); in cxCabReadInfo()
167 if (info->u.header.firstOffset != cxTell(fp)) in cxCabReadInfo()
188 offset = cxTell(fp); in cxCabReadInfo()
/dports/archivers/libcomprex/libcomprex-0.3.3/modules/archive/cpio/
H A Dcpio.c35 int padlen = ((modulo) - cxTell(fp) % (modulo)) % (modulo); \
54 if (cxTell(parentFp) != fileData->lastPos) in __readFunc()
66 fileData->lastPos = cxTell(parentFp); in __readFunc()
H A Dheader.c30 cxSeek(fp, ((modulo) - cxTell(fp) % (modulo)) % (modulo), SEEK_CUR);
126 file->moduleData = (void *)cxTell(fp); in __readNewAsciiHeader()
/dports/archivers/libcomprex/libcomprex-0.3.3/modules/archive/tar/
H A Dtar.c45 if (cxTell(parentFp) != fileData->lastPos) in __readFunc()
57 fileData->lastPos = cxTell(parentFp); in __readFunc()
212 file->moduleData = (void *)cxTell(fp); in readArchive()
/dports/archivers/libcomprex/libcomprex-0.3.3/modules/archive/ar/
H A Dar.c38 if (cxTell(parentFp) != fileData->lastPos) in __readFunc()
50 fileData->lastPos = cxTell(parentFp); in __readFunc()
212 file->moduleData = (void *)cxTell(fp); in readArchive()
/dports/archivers/libcomprex/libcomprex-0.3.3/modules/archive/zip/
H A Dheader.c82 header->fileOffset = cxTell(fp); in cxZipReadLocalHeader()
H A Dzip.c42 if(cxTell(parentFp) != fileData->curOffset) in __readFuncZip()
/dports/archivers/libcomprex/libcomprex-0.3.3/docs/api/man/
H A DMakefile.am161 cxTell.3 \
H A DMakefile.in287 cxTell.3 \
/dports/archivers/libcomprex/libcomprex-0.3.3/
H A DNEWS59 * Added file position retrieval using cxTell().
H A DChangeLog1121 - Added cxTell().