Searched refs:g_uzip_dapi (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/geom/uzip/ |
H A D | g_uzip_dapi.h | 27 struct g_uzip_dapi; 29 DEFINE_RAW_METHOD(g_uzip_dapi_decompress, int, struct g_uzip_dapi *, 31 DEFINE_RAW_METHOD(g_uzip_dapi_free, void, struct g_uzip_dapi *); 32 DEFINE_RAW_METHOD(g_uzip_dapi_rewind, int, struct g_uzip_dapi *, const char *); 34 struct g_uzip_dapi { struct
|
H A D | g_uzip_zlib.c | 42 struct g_uzip_dapi pub; 47 static int g_uzip_zlib_rewind(struct g_uzip_dapi *, const char *); 50 g_uzip_zlib_free(struct g_uzip_dapi *zpp) in g_uzip_zlib_free() 60 g_uzip_zlib_decompress(struct g_uzip_dapi *zpp, const char *gp_name, void *ibp, in g_uzip_zlib_decompress() 81 g_uzip_zlib_rewind(struct g_uzip_dapi *zpp, const char *gp_name) in g_uzip_zlib_rewind() 96 struct g_uzip_dapi *
|
H A D | g_uzip_lzma.c | 41 struct g_uzip_dapi pub; 48 static int g_uzip_lzma_nop(struct g_uzip_dapi *, const char *); 51 g_uzip_lzma_free(struct g_uzip_dapi *lzpp) in g_uzip_lzma_free() 65 g_uzip_lzma_decompress(struct g_uzip_dapi *lzpp, const char *gp_name, in g_uzip_lzma_decompress() 97 struct g_uzip_dapi * 120 g_uzip_lzma_nop(struct g_uzip_dapi *zpp, const char *gp_name) in g_uzip_lzma_nop()
|
H A D | g_uzip_zstd.c | 49 struct g_uzip_dapi guz_pub; 64 guz_zstd_decompress(struct g_uzip_dapi *zpp, const char *gp_name, void *input, in guz_zstd_decompress() 84 guz_zstd_free(struct g_uzip_dapi *zpp) in guz_zstd_free() 99 guz_zstd_rewind(struct g_uzip_dapi *zpp, const char *gp_name) in guz_zstd_rewind() 132 struct g_uzip_dapi *
|
H A D | g_uzip_lzma.h | 30 struct g_uzip_dapi *g_uzip_lzma_ctor(uint32_t);
|
H A D | g_uzip_zstd.h | 28 struct g_uzip_dapi *g_uzip_zstd_ctor(uint32_t);
|
H A D | g_uzip_zlib.h | 31 struct g_uzip_dapi *g_uzip_zlib_ctor(uint32_t);
|
H A D | g_uzip_softc.h | 44 struct g_uzip_dapi *dcp; /* decompressor instance */
|
/freebsd/sys/modules/geom/geom_uzip/ |
H A D | Makefile | 7 SRCS+= g_uzip.h g_uzip_dapi.h g_uzip_lzma.h g_uzip_zlib.h g_uzip_softc.h \
|