Home
last modified time | relevance | path

Searched defs:zipstream (Results 1 – 11 of 11) sorted by relevance

/dports/games/redeclipse16/base-1.6.0/src/shared/
H A Dzip.cpp330 struct zipstream : stream struct
344 zipstream() : arch(NULL), info(NULL), buf(NULL), reading(~0U), ended(false) in zipstream() argument
353 ~zipstream() in ~zipstream() argument
358 void readbuf(uint size = BUFSIZE) in readbuf()
374 bool open(ziparchive *a, zipfile *f) in open()
395 void stopreading() in stopreading()
405 void close() in close()
412 offset size() { return info->size; } in size()
413 bool end() { return reading == ~0U || ended; } in end()
416 bool seek(offset pos, int whence) in seek()
[all …]
/dports/games/redeclipse/base-2.0.0/src/shared/
H A Dzip.cpp332 struct zipstream : stream struct
346 zipstream() : arch(NULL), info(NULL), buf(NULL), reading(~0U), ended(false) in zipstream() argument
355 ~zipstream() in ~zipstream() argument
360 void readbuf(uint size = BUFSIZE) in readbuf()
376 bool open(ziparchive *a, zipfile *f) in open()
397 void stopreading() in stopreading()
407 void close() in close()
414 offset size() { return info->size; } in size()
415 bool end() { return reading == ~0U || ended; } in end()
418 bool seek(offset pos, int whence) in seek()
[all …]
/dports/games/tesseract-data/tesseract/src/shared/
H A Dzip.cpp330 struct zipstream : stream struct
344 zipstream() : arch(NULL), info(NULL), buf(NULL), reading(~0U), ended(false) in zipstream() argument
353 ~zipstream() in ~zipstream() argument
358 void readbuf(uint size = BUFSIZE) in readbuf()
374 bool open(ziparchive *a, zipfile *f) in open()
395 void stopreading() in stopreading()
405 void close() in close()
412 offset size() { return info->size; } in size()
413 bool end() { return reading == ~0U || ended; } in end()
416 bool seek(offset pos, int whence) in seek()
[all …]
/dports/games/tesseract/tesseract/src/shared/
H A Dzip.cpp330 struct zipstream : stream struct
344 zipstream() : arch(NULL), info(NULL), buf(NULL), reading(~0U), ended(false) in zipstream() argument
353 ~zipstream() in ~zipstream() argument
358 void readbuf(uint size = BUFSIZE) in readbuf()
374 bool open(ziparchive *a, zipfile *f) in open()
395 void stopreading() in stopreading()
405 void close() in close()
412 offset size() { return info->size; } in size()
413 bool end() { return reading == ~0U || ended; } in end()
416 bool seek(offset pos, int whence) in seek()
[all …]
/dports/games/sauerbraten/sauerbraten/src/shared/
H A Dzip.cpp329 struct zipstream : stream struct
343 zipstream() : arch(NULL), info(NULL), buf(NULL), reading(~0U), ended(false) in zipstream() argument
352 ~zipstream() in ~zipstream() argument
357 void readbuf(uint size = BUFSIZE) in readbuf()
373 bool open(ziparchive *a, zipfile *f) in open()
394 void stopreading() in stopreading()
404 void close() in close()
411 offset size() { return info->size; } in size()
412 bool end() { return reading == ~0U || ended; } in end()
415 bool seek(offset pos, int whence) in seek()
[all …]
/dports/games/bloodfrontier/bloodfrontier/src/shared/
H A Dzip.cpp323 struct zipstream : stream struct
336 zipstream() : arch(NULL), info(NULL), buf(NULL), reading(-1) in zipstream() argument
345 ~zipstream() in ~zipstream() argument
350 void readbuf(uint size = BUFSIZE) in readbuf()
366 bool open(ziparchive *a, zipfile *f) in open()
386 void stopreading() in stopreading()
396 void close() in close()
403 long size() { return info->size; } in size()
404 bool end() { return reading < 0; } in end()
407 bool seek(long pos, int whence) in seek()
[all …]
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dzip.cpp352 struct zipstream : stream struct
366 zipstream() : arch(NULL), info(NULL), buf(NULL), reading(-1), ended(false) in zipstream() argument
375 ~zipstream() in ~zipstream() argument
380 void readbuf(uint size = BUFSIZE) in readbuf()
396 bool open(ziparchive *a, zipfile *f) in open()
417 void stopreading() in stopreading()
427 void close() in close()
434 long size() { return info->size; } in size()
435 bool end() { return reading < 0 || ended; } in end()
438 bool seek(long pos, int whence) in seek()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/project/
H A Dproject_archiver.cpp164 wxZipOutputStream zipstream( ostream, -1, wxConvUTF8 ); in Archive() local
/dports/games/golly/golly-3.3-src/gui-android/Golly/app/src/main/java/net/sf/golly/
H A DBaseApp.java162 ZipInputStream zipstream = new ZipInputStream(am.open(zipname)); in unzipAsset() local
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/
H A Dzipfile.py1475 def safe_replace(zipstream, name, datastream, extra_replacements={}, argument
/dports/devel/py-twisted/Twisted-22.1.0/
H A Dmypy.ini813 allow_untyped_defs = True
814 check_untyped_defs = False