Home
last modified time | relevance | path

Searched refs:g_uzip_dapi (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/geom/uzip/
H A Dg_uzip_dapi.h27 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 Dg_uzip_zlib.c42 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 Dg_uzip_lzma.c41 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 Dg_uzip_zstd.c49 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 Dg_uzip_lzma.h30 struct g_uzip_dapi *g_uzip_lzma_ctor(uint32_t);
H A Dg_uzip_zstd.h28 struct g_uzip_dapi *g_uzip_zstd_ctor(uint32_t);
H A Dg_uzip_zlib.h31 struct g_uzip_dapi *g_uzip_zlib_ctor(uint32_t);
H A Dg_uzip_softc.h44 struct g_uzip_dapi *dcp; /* decompressor instance */
/freebsd/sys/modules/geom/geom_uzip/
H A DMakefile7 SRCS+= g_uzip.h g_uzip_dapi.h g_uzip_lzma.h g_uzip_zlib.h g_uzip_softc.h \