Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dzstdfs.c43 struct zstd_file struct
53 static int zstdf_fill(struct zstd_file *zstdf); argument
73 zstdf_fill(struct zstd_file *zstdf) in zstdf_fill()
108 check_header(struct zstd_file *zstdf) in check_header()
124 struct zstd_file *zstdf; in zstdf_open()
162 zstdf = malloc(sizeof(struct zstd_file)); in zstdf_open()
167 bzero(zstdf, sizeof(struct zstd_file)); in zstdf_open()
200 struct zstd_file *zstdf = (struct zstd_file *)f->f_fsdata; in zstdf_close()
211 struct zstd_file *zstdf = (struct zstd_file *)f->f_fsdata; in zstdf_read()
246 struct zstd_file *zstdf = (struct zstd_file *)f->f_fsdata; in zstdf_rewind()
[all …]