Home
last modified time | relevance | path

Searched defs:mspack_system (Results 1 – 7 of 7) sorted by relevance

/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/grim/patchex/
H A Dmspack.h49 struct mspack_system { struct
50 struct mspack_file * (*open)(struct mspack_system *self, argument
53 void (*close)(struct mspack_file *file);
54 int (*read)(struct mspack_file *file,
57 int (*write)(struct mspack_file *file,
60 int (*seek)(struct mspack_file *file,
63 off_t (*tell)(struct mspack_file *file);
64 void *null_ptr;
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/lzx/
H A Dmspack.h241 struct mspack_system { struct
265 struct mspack_file * (*open)(struct mspack_system *this, argument
276 void (*close)(struct mspack_file *file);
289 int (*read)(struct mspack_file *file,
306 int (*write)(struct mspack_file *file,
333 int (*seek)(struct mspack_file *file,
367 * @param this a self-referential pointer to the mspack_system argument
374 void * (*alloc)(struct mspack_system *this, argument
402 * A null pointer to mark the end of mspack_system. It must equal NULL. argument
410 /** mspack_system::open() mode: open existing file for reading. */ argument
/dports/archivers/libmspack/libmspack-0.10.1alpha/mspack/
H A Dmspack.h285 struct mspack_system { struct
310 struct mspack_file * (*open)(struct mspack_system *self, argument
321 void (*close)(struct mspack_file *file);
336 int (*read)(struct mspack_file *file,
353 int (*write)(struct mspack_file *file,
380 int (*seek)(struct mspack_file *file,
414 * @param self a self-referential pointer to the mspack_system argument
421 void * (*alloc)(struct mspack_system *self, argument
449 * A null pointer to mark the end of mspack_system. It must equal NULL. argument
457 /** mspack_system::open() mode: open existing file for reading. */ argument
/dports/archivers/cabextract/cabextract-1.9.1/mspack/
H A Dmspack.h285 struct mspack_system { struct
310 struct mspack_file * (*open)(struct mspack_system *self, argument
321 void (*close)(struct mspack_file *file);
336 int (*read)(struct mspack_file *file,
353 int (*write)(struct mspack_file *file,
380 int (*seek)(struct mspack_file *file,
414 * @param self a self-referential pointer to the mspack_system argument
421 void * (*alloc)(struct mspack_system *self, argument
449 * A null pointer to mark the end of mspack_system. It must equal NULL. argument
457 /** mspack_system::open() mode: open existing file for reading. */ argument
/dports/security/clamav/clamav-0.104.2/libclammspack/mspack/
H A Dmspack.h285 struct mspack_system { struct
310 struct mspack_file * (*open)(struct mspack_system *self, argument
321 void (*close)(struct mspack_file *file);
336 int (*read)(struct mspack_file *file,
353 int (*write)(struct mspack_file *file,
380 int (*seek)(struct mspack_file *file,
414 * @param self a self-referential pointer to the mspack_system argument
421 void * (*alloc)(struct mspack_system *self, argument
449 * A null pointer to mark the end of mspack_system. It must equal NULL. argument
457 /** mspack_system::open() mode: open existing file for reading. */ argument
/dports/security/clamav-lts/clamav-0.103.5/libclammspack/mspack/
H A Dmspack.h285 struct mspack_system { struct
310 struct mspack_file * (*open)(struct mspack_system *self, argument
321 void (*close)(struct mspack_file *file);
336 int (*read)(struct mspack_file *file,
353 int (*write)(struct mspack_file *file,
380 int (*seek)(struct mspack_file *file,
414 * @param self a self-referential pointer to the mspack_system argument
421 void * (*alloc)(struct mspack_system *self, argument
449 * A null pointer to mark the end of mspack_system. It must equal NULL. argument
457 /** mspack_system::open() mode: open existing file for reading. */ argument
/dports/textproc/libe-book/libe-book-0.1.3/src/lib/
H A DHTMLHelpStream.cpp274 void *mspack_alloc(struct mspack_system *, const size_t bytes) in mspack_alloc()