Home
last modified time | relevance | path

Searched defs:zs (Results 1 – 25 of 2234) sorted by relevance

12345678910>>...90

/dports/dns/yadifa/yadifa-2.5.3-10333/sbin/yadifad/
H A Dzone-source.h69 zone_source_init(zone_source *zs, const char *type_name) in zone_source_init()
77 zone_source_set(zone_source *zs, u32 flags) in zone_source_set()
83 zone_source_unset(zone_source *zs, u32 flags) in zone_source_unset()
89 zone_source_has_flags(zone_source *zs, u32 flags) in zone_source_has_flags()
95 zone_source_exists(zone_source *zs) in zone_source_exists()
105 zone_source_is_relevant(zone_source *zs) in zone_source_is_relevant()
115 zone_source_disable(zone_source *zs) in zone_source_disable()
124 zone_source_set_serial(zone_source *zs, u32 serial) in zone_source_set_serial()
133 zone_source_update_serial_from_soa(zone_source *zs) in zone_source_update_serial_from_soa()
145 zone_source_set_journal_serial(zone_source *zs, u32 serial) in zone_source_set_journal_serial()
/dports/benchmarks/fio/fio-3.29/
H A Dlog.c9 size_t log_info_buf(const char *buf, size_t len) in zipf_update()
27 return fwrite(buf, len, 1, f_out); in zipf_update()
38 len = log_info_buf(buffer, len);
48 char *buf1, *buf2; in zipf_next()
49 int len;
50 pid_t pid;
75 va_start(args, format); in pareto_init()
76 ret = log_valist(format, args);
82 size_t __log_buf(struct buf_output *buf, const char *format, ...) in pareto_next()
99 int log_info_flush(void)
[all …]
/dports/net/zsync/zsync-0.6.2/libzsync/
H A Dzsync.c154 struct zsync_state *zs = calloc(sizeof *zs, 1); in zsync_begin() local
383 int zsync_blocksize(const struct zsync_state *zs) { in zsync_blocksize()
390 char *zsync_filename(const struct zsync_state *zs) { in zsync_filename()
398 time_t zsync_mtime(const struct zsync_state *zs) { in zsync_mtime()
408 int zsync_status(const struct zsync_state *zs) { in zsync_status()
517 char *zsync_cur_filename(struct zsync_state *zs) { in zsync_cur_filename()
559 int zsync_complete(struct zsync_state *zs) { in zsync_complete()
600 static int zsync_sha1(struct zsync_state *zs, int fh) { in zsync_sha1()
646 static int zsync_recompress(struct zsync_state *zs) { in zsync_recompress()
734 char *zsync_end(struct zsync_state *zs) { in zsync_end()
[all …]
/dports/net/zebra-server/idzebra-2.0.55/test/api/
H A Dtest_zebra_fork.c43 static void update_process(ZebraService zs, int iter) in update_process()
57 static void search_process(ZebraService zs, int iter) in search_process()
77 static pid_t fork_service(ZebraService zs, int iter, in fork_service()
78 void (*f)(ZebraService zs, int iter)) in fork_service()
92 ZebraService zs; in tst() local
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/redasm/support/
H A Dcompression.cpp12 z_stream zs; in deflate() local
28 z_stream zs; in inflate() local
39 void Compression::prepare(z_stream *zs, const AbstractBuffer* buffin, AbstractBuffer* buffout) in prepare()
53 bool Compression::process(z_stream *zs, AbstractBuffer *buffout, const Compression::ZLibFunction &f… in process()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/test/
H A DThrottledOpQuorumTest.java40 ZooKeeperServer zs = getLeaderQuorumPeer().getActiveServer(); in testThrottledOpLeader() local
55 ZooKeeperServer zs = getLeaderQuorumPeer().getActiveServer(); in testThrottledAclLeader() local
72 ZooKeeperServer zs = qp.getActiveServer(); in testThrottledOpFollower() local
89 ZooKeeperServer zs = qp.getActiveServer(); in testThrottledAclFollower() local
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/contrib/seekable_format/
H A Dzstdseek_decompress.c174 ZSTD_seekable* zs = malloc(sizeof(ZSTD_seekable)); in ZSTD_seekable_create() local
190 size_t ZSTD_seekable_free(ZSTD_seekable* zs) in ZSTD_seekable_free()
204 unsigned ZSTD_seekable_offsetToFrameIndex(ZSTD_seekable* const zs, unsigned long long pos) in ZSTD_seekable_offsetToFrameIndex()
225 unsigned ZSTD_seekable_getNumFrames(ZSTD_seekable* const zs) in ZSTD_seekable_getNumFrames()
243 size_t ZSTD_seekable_getFrameCompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameCompressedSize()
250 size_t ZSTD_seekable_getFrameDecompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameDecompressedSize()
257 static size_t ZSTD_seekable_loadSeekTable(ZSTD_seekable* zs) in ZSTD_seekable_loadSeekTable()
349 size_t ZSTD_seekable_initBuff(ZSTD_seekable* zs, const void* src, size_t srcSize) in ZSTD_seekable_initBuff()
358 size_t ZSTD_seekable_initFile(ZSTD_seekable* zs, FILE* src) in ZSTD_seekable_initFile()
365 size_t ZSTD_seekable_initAdvanced(ZSTD_seekable* zs, ZSTD_seekable_customFile src) in ZSTD_seekable_initAdvanced()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/contrib/seekable_format/
H A Dzstdseek_decompress.c174 ZSTD_seekable* zs = malloc(sizeof(ZSTD_seekable)); in ZSTD_seekable_create() local
190 size_t ZSTD_seekable_free(ZSTD_seekable* zs) in ZSTD_seekable_free()
204 unsigned ZSTD_seekable_offsetToFrameIndex(ZSTD_seekable* const zs, unsigned long long pos) in ZSTD_seekable_offsetToFrameIndex()
225 unsigned ZSTD_seekable_getNumFrames(ZSTD_seekable* const zs) in ZSTD_seekable_getNumFrames()
243 size_t ZSTD_seekable_getFrameCompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameCompressedSize()
250 size_t ZSTD_seekable_getFrameDecompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameDecompressedSize()
257 static size_t ZSTD_seekable_loadSeekTable(ZSTD_seekable* zs) in ZSTD_seekable_loadSeekTable()
349 size_t ZSTD_seekable_initBuff(ZSTD_seekable* zs, const void* src, size_t srcSize) in ZSTD_seekable_initBuff()
358 size_t ZSTD_seekable_initFile(ZSTD_seekable* zs, FILE* src) in ZSTD_seekable_initFile()
365 size_t ZSTD_seekable_initAdvanced(ZSTD_seekable* zs, ZSTD_seekable_customFile src) in ZSTD_seekable_initAdvanced()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/contrib/seekable_format/
H A Dzstdseek_decompress.c174 ZSTD_seekable* zs = malloc(sizeof(ZSTD_seekable)); in ZSTD_seekable_create() local
190 size_t ZSTD_seekable_free(ZSTD_seekable* zs) in ZSTD_seekable_free()
204 unsigned ZSTD_seekable_offsetToFrameIndex(ZSTD_seekable* const zs, unsigned long long pos) in ZSTD_seekable_offsetToFrameIndex()
225 unsigned ZSTD_seekable_getNumFrames(ZSTD_seekable* const zs) in ZSTD_seekable_getNumFrames()
243 size_t ZSTD_seekable_getFrameCompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameCompressedSize()
250 size_t ZSTD_seekable_getFrameDecompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameDecompressedSize()
257 static size_t ZSTD_seekable_loadSeekTable(ZSTD_seekable* zs) in ZSTD_seekable_loadSeekTable()
349 size_t ZSTD_seekable_initBuff(ZSTD_seekable* zs, const void* src, size_t srcSize) in ZSTD_seekable_initBuff()
358 size_t ZSTD_seekable_initFile(ZSTD_seekable* zs, FILE* src) in ZSTD_seekable_initFile()
365 size_t ZSTD_seekable_initAdvanced(ZSTD_seekable* zs, ZSTD_seekable_customFile src) in ZSTD_seekable_initAdvanced()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/contrib/seekable_format/
H A Dzstdseek_decompress.c174 ZSTD_seekable* zs = malloc(sizeof(ZSTD_seekable)); in ZSTD_seekable_create() local
190 size_t ZSTD_seekable_free(ZSTD_seekable* zs) in ZSTD_seekable_free()
204 unsigned ZSTD_seekable_offsetToFrameIndex(ZSTD_seekable* const zs, unsigned long long pos) in ZSTD_seekable_offsetToFrameIndex()
225 unsigned ZSTD_seekable_getNumFrames(ZSTD_seekable* const zs) in ZSTD_seekable_getNumFrames()
243 size_t ZSTD_seekable_getFrameCompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameCompressedSize()
250 size_t ZSTD_seekable_getFrameDecompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameDecompressedSize()
257 static size_t ZSTD_seekable_loadSeekTable(ZSTD_seekable* zs) in ZSTD_seekable_loadSeekTable()
349 size_t ZSTD_seekable_initBuff(ZSTD_seekable* zs, const void* src, size_t srcSize) in ZSTD_seekable_initBuff()
358 size_t ZSTD_seekable_initFile(ZSTD_seekable* zs, FILE* src) in ZSTD_seekable_initFile()
365 size_t ZSTD_seekable_initAdvanced(ZSTD_seekable* zs, ZSTD_seekable_customFile src) in ZSTD_seekable_initAdvanced()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/contrib/seekable_format/
H A Dzstdseek_decompress.c174 ZSTD_seekable* zs = malloc(sizeof(ZSTD_seekable)); in ZSTD_seekable_create() local
190 size_t ZSTD_seekable_free(ZSTD_seekable* zs) in ZSTD_seekable_free()
204 unsigned ZSTD_seekable_offsetToFrameIndex(ZSTD_seekable* const zs, unsigned long long pos) in ZSTD_seekable_offsetToFrameIndex()
225 unsigned ZSTD_seekable_getNumFrames(ZSTD_seekable* const zs) in ZSTD_seekable_getNumFrames()
243 size_t ZSTD_seekable_getFrameCompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameCompressedSize()
250 size_t ZSTD_seekable_getFrameDecompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameDecompressedSize()
257 static size_t ZSTD_seekable_loadSeekTable(ZSTD_seekable* zs) in ZSTD_seekable_loadSeekTable()
349 size_t ZSTD_seekable_initBuff(ZSTD_seekable* zs, const void* src, size_t srcSize) in ZSTD_seekable_initBuff()
358 size_t ZSTD_seekable_initFile(ZSTD_seekable* zs, FILE* src) in ZSTD_seekable_initFile()
365 size_t ZSTD_seekable_initAdvanced(ZSTD_seekable* zs, ZSTD_seekable_customFile src) in ZSTD_seekable_initAdvanced()
[all …]
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/contrib/seekable_format/
H A Dzstdseek_decompress.c174 ZSTD_seekable* zs = malloc(sizeof(ZSTD_seekable)); in ZSTD_seekable_create() local
190 size_t ZSTD_seekable_free(ZSTD_seekable* zs) in ZSTD_seekable_free()
204 unsigned ZSTD_seekable_offsetToFrameIndex(ZSTD_seekable* const zs, unsigned long long pos) in ZSTD_seekable_offsetToFrameIndex()
225 unsigned ZSTD_seekable_getNumFrames(ZSTD_seekable* const zs) in ZSTD_seekable_getNumFrames()
243 size_t ZSTD_seekable_getFrameCompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameCompressedSize()
250 size_t ZSTD_seekable_getFrameDecompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameDecompressedSize()
257 static size_t ZSTD_seekable_loadSeekTable(ZSTD_seekable* zs) in ZSTD_seekable_loadSeekTable()
349 size_t ZSTD_seekable_initBuff(ZSTD_seekable* zs, const void* src, size_t srcSize) in ZSTD_seekable_initBuff()
358 size_t ZSTD_seekable_initFile(ZSTD_seekable* zs, FILE* src) in ZSTD_seekable_initFile()
365 size_t ZSTD_seekable_initAdvanced(ZSTD_seekable* zs, ZSTD_seekable_customFile src) in ZSTD_seekable_initAdvanced()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/zstd/contrib/seekable_format/
H A Dzstdseek_decompress.c170 ZSTD_seekable* zs = malloc(sizeof(ZSTD_seekable)); in ZSTD_seekable_create() local
186 size_t ZSTD_seekable_free(ZSTD_seekable* zs) in ZSTD_seekable_free()
200 U32 ZSTD_seekable_offsetToFrameIndex(ZSTD_seekable* const zs, U64 pos) in ZSTD_seekable_offsetToFrameIndex()
220 U32 ZSTD_seekable_getNumFrames(ZSTD_seekable* const zs) in ZSTD_seekable_getNumFrames()
225 U64 ZSTD_seekable_getFrameCompressedOffset(ZSTD_seekable* const zs, U32 frameIndex) in ZSTD_seekable_getFrameCompressedOffset()
231 U64 ZSTD_seekable_getFrameDecompressedOffset(ZSTD_seekable* const zs, U32 frameIndex) in ZSTD_seekable_getFrameDecompressedOffset()
237 size_t ZSTD_seekable_getFrameCompressedSize(ZSTD_seekable* const zs, U32 frameIndex) in ZSTD_seekable_getFrameCompressedSize()
251 static size_t ZSTD_seekable_loadSeekTable(ZSTD_seekable* zs) in ZSTD_seekable_loadSeekTable()
344 size_t ZSTD_seekable_initBuff(ZSTD_seekable* zs, const void* src, size_t srcSize) in ZSTD_seekable_initBuff()
353 size_t ZSTD_seekable_initFile(ZSTD_seekable* zs, FILE* src) in ZSTD_seekable_initFile()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/zstd-seekable-0.1.7/zstd/contrib/seekable_format/
H A Dzstdseek_decompress.c174 ZSTD_seekable* zs = malloc(sizeof(ZSTD_seekable)); in ZSTD_seekable_create() local
190 size_t ZSTD_seekable_free(ZSTD_seekable* zs) in ZSTD_seekable_free()
204 unsigned ZSTD_seekable_offsetToFrameIndex(ZSTD_seekable* const zs, unsigned long long pos) in ZSTD_seekable_offsetToFrameIndex()
225 unsigned ZSTD_seekable_getNumFrames(ZSTD_seekable* const zs) in ZSTD_seekable_getNumFrames()
243 size_t ZSTD_seekable_getFrameCompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameCompressedSize()
250 size_t ZSTD_seekable_getFrameDecompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameDecompressedSize()
257 static size_t ZSTD_seekable_loadSeekTable(ZSTD_seekable* zs) in ZSTD_seekable_loadSeekTable()
349 size_t ZSTD_seekable_initBuff(ZSTD_seekable* zs, const void* src, size_t srcSize) in ZSTD_seekable_initBuff()
358 size_t ZSTD_seekable_initFile(ZSTD_seekable* zs, FILE* src) in ZSTD_seekable_initFile()
365 size_t ZSTD_seekable_initAdvanced(ZSTD_seekable* zs, ZSTD_seekable_customFile src) in ZSTD_seekable_initAdvanced()
[all …]
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/zstd/contrib/seekable_format/
H A Dzstdseek_decompress.c173 ZSTD_seekable* zs = malloc(sizeof(ZSTD_seekable)); in ZSTD_seekable_create() local
189 size_t ZSTD_seekable_free(ZSTD_seekable* zs) in ZSTD_seekable_free()
203 U32 ZSTD_seekable_offsetToFrameIndex(ZSTD_seekable* const zs, unsigned long long pos) in ZSTD_seekable_offsetToFrameIndex()
223 U32 ZSTD_seekable_getNumFrames(ZSTD_seekable* const zs) in ZSTD_seekable_getNumFrames()
228 unsigned long long ZSTD_seekable_getFrameCompressedOffset(ZSTD_seekable* const zs, U32 frameIndex) in ZSTD_seekable_getFrameCompressedOffset()
240 size_t ZSTD_seekable_getFrameCompressedSize(ZSTD_seekable* const zs, U32 frameIndex) in ZSTD_seekable_getFrameCompressedSize()
247 size_t ZSTD_seekable_getFrameDecompressedSize(ZSTD_seekable* const zs, U32 frameIndex) in ZSTD_seekable_getFrameDecompressedSize()
254 static size_t ZSTD_seekable_loadSeekTable(ZSTD_seekable* zs) in ZSTD_seekable_loadSeekTable()
346 size_t ZSTD_seekable_initBuff(ZSTD_seekable* zs, const void* src, size_t srcSize) in ZSTD_seekable_initBuff()
355 size_t ZSTD_seekable_initFile(ZSTD_seekable* zs, FILE* src) in ZSTD_seekable_initFile()
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs-opengl/
H A Dgl-zstencil.c20 static bool gl_init_zsbuffer(struct gs_zstencil_buffer *zs, uint32_t width, in gl_init_zsbuffer()
60 struct gs_zstencil_buffer *zs; in device_zstencil_create() local
76 void gs_zstencil_destroy(gs_zstencil_t *zs) in gs_zstencil_destroy()
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/mpl_toolkits/mplot3d/
H A Dart3d.py165 def __init__(self, xs, ys, zs, *args, **kwargs): argument
172 def set_3d_properties(self, zs=0, zdir='z'): argument
222 def line_2d_to_3d(line, zs=0, zdir='z'): argument
229 def _path_to_3d_segment(path, zs=0, zdir='z'): argument
239 def _paths_to_3d_segments(paths, zs=0, zdir='z'): argument
325 def line_collection_2d_to_3d(col, zs=0, zdir='z'): argument
454 def set_3d_properties(self, zs, zdir): argument
539 def set_3d_properties(self, zs, zdir): argument
896 def juggle_axes(xs, ys, zs, zdir): argument
912 def rotate_axes(xs, ys, zs, zdir): argument
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/zstd-sys-1.4.19+zstd.1.4.8/zstd/contrib/seekable_format/
H A Dzstdseek_decompress.c176 ZSTD_seekable* zs = malloc(sizeof(ZSTD_seekable)); in ZSTD_seekable_create() local
192 size_t ZSTD_seekable_free(ZSTD_seekable* zs) in ZSTD_seekable_free()
206 unsigned ZSTD_seekable_offsetToFrameIndex(ZSTD_seekable* const zs, unsigned long long pos) in ZSTD_seekable_offsetToFrameIndex()
227 unsigned ZSTD_seekable_getNumFrames(ZSTD_seekable* const zs) in ZSTD_seekable_getNumFrames()
245 size_t ZSTD_seekable_getFrameCompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameCompressedSize()
252 size_t ZSTD_seekable_getFrameDecompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameDecompressedSize()
259 static size_t ZSTD_seekable_loadSeekTable(ZSTD_seekable* zs) in ZSTD_seekable_loadSeekTable()
351 size_t ZSTD_seekable_initBuff(ZSTD_seekable* zs, const void* src, size_t srcSize) in ZSTD_seekable_initBuff()
360 size_t ZSTD_seekable_initFile(ZSTD_seekable* zs, FILE* src) in ZSTD_seekable_initFile()
367 size_t ZSTD_seekable_initAdvanced(ZSTD_seekable* zs, ZSTD_seekable_customFile src) in ZSTD_seekable_initAdvanced()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/zstd/contrib/seekable_format/
H A Dzstdseek_decompress.c176 ZSTD_seekable* zs = malloc(sizeof(ZSTD_seekable)); in ZSTD_seekable_create() local
192 size_t ZSTD_seekable_free(ZSTD_seekable* zs) in ZSTD_seekable_free()
206 unsigned ZSTD_seekable_offsetToFrameIndex(ZSTD_seekable* const zs, unsigned long long pos) in ZSTD_seekable_offsetToFrameIndex()
227 unsigned ZSTD_seekable_getNumFrames(ZSTD_seekable* const zs) in ZSTD_seekable_getNumFrames()
245 size_t ZSTD_seekable_getFrameCompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameCompressedSize()
252 size_t ZSTD_seekable_getFrameDecompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameDecompressedSize()
259 static size_t ZSTD_seekable_loadSeekTable(ZSTD_seekable* zs) in ZSTD_seekable_loadSeekTable()
351 size_t ZSTD_seekable_initBuff(ZSTD_seekable* zs, const void* src, size_t srcSize) in ZSTD_seekable_initBuff()
360 size_t ZSTD_seekable_initFile(ZSTD_seekable* zs, FILE* src) in ZSTD_seekable_initFile()
367 size_t ZSTD_seekable_initAdvanced(ZSTD_seekable* zs, ZSTD_seekable_customFile src) in ZSTD_seekable_initAdvanced()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/zstd/contrib/seekable_format/
H A Dzstdseek_decompress.c176 ZSTD_seekable* zs = malloc(sizeof(ZSTD_seekable)); in ZSTD_seekable_create() local
192 size_t ZSTD_seekable_free(ZSTD_seekable* zs) in ZSTD_seekable_free()
206 unsigned ZSTD_seekable_offsetToFrameIndex(ZSTD_seekable* const zs, unsigned long long pos) in ZSTD_seekable_offsetToFrameIndex()
227 unsigned ZSTD_seekable_getNumFrames(ZSTD_seekable* const zs) in ZSTD_seekable_getNumFrames()
245 size_t ZSTD_seekable_getFrameCompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameCompressedSize()
252 size_t ZSTD_seekable_getFrameDecompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameDecompressedSize()
259 static size_t ZSTD_seekable_loadSeekTable(ZSTD_seekable* zs) in ZSTD_seekable_loadSeekTable()
351 size_t ZSTD_seekable_initBuff(ZSTD_seekable* zs, const void* src, size_t srcSize) in ZSTD_seekable_initBuff()
360 size_t ZSTD_seekable_initFile(ZSTD_seekable* zs, FILE* src) in ZSTD_seekable_initFile()
367 size_t ZSTD_seekable_initAdvanced(ZSTD_seekable* zs, ZSTD_seekable_customFile src) in ZSTD_seekable_initAdvanced()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/zstd-sys-1.5.0+zstd.1.4.9/zstd/contrib/seekable_format/
H A Dzstdseek_decompress.c176 ZSTD_seekable* zs = malloc(sizeof(ZSTD_seekable)); in ZSTD_seekable_create() local
192 size_t ZSTD_seekable_free(ZSTD_seekable* zs) in ZSTD_seekable_free()
206 unsigned ZSTD_seekable_offsetToFrameIndex(ZSTD_seekable* const zs, unsigned long long pos) in ZSTD_seekable_offsetToFrameIndex()
227 unsigned ZSTD_seekable_getNumFrames(ZSTD_seekable* const zs) in ZSTD_seekable_getNumFrames()
245 size_t ZSTD_seekable_getFrameCompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameCompressedSize()
252 size_t ZSTD_seekable_getFrameDecompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameDecompressedSize()
259 static size_t ZSTD_seekable_loadSeekTable(ZSTD_seekable* zs) in ZSTD_seekable_loadSeekTable()
351 size_t ZSTD_seekable_initBuff(ZSTD_seekable* zs, const void* src, size_t srcSize) in ZSTD_seekable_initBuff()
360 size_t ZSTD_seekable_initFile(ZSTD_seekable* zs, FILE* src) in ZSTD_seekable_initFile()
367 size_t ZSTD_seekable_initAdvanced(ZSTD_seekable* zs, ZSTD_seekable_customFile src) in ZSTD_seekable_initAdvanced()
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/zstd-sys-1.4.18+zstd.1.4.7/zstd/contrib/seekable_format/
H A Dzstdseek_decompress.c176 ZSTD_seekable* zs = malloc(sizeof(ZSTD_seekable)); in ZSTD_seekable_create() local
192 size_t ZSTD_seekable_free(ZSTD_seekable* zs) in ZSTD_seekable_free()
206 unsigned ZSTD_seekable_offsetToFrameIndex(ZSTD_seekable* const zs, unsigned long long pos) in ZSTD_seekable_offsetToFrameIndex()
227 unsigned ZSTD_seekable_getNumFrames(ZSTD_seekable* const zs) in ZSTD_seekable_getNumFrames()
245 size_t ZSTD_seekable_getFrameCompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameCompressedSize()
252 size_t ZSTD_seekable_getFrameDecompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameDecompressedSize()
259 static size_t ZSTD_seekable_loadSeekTable(ZSTD_seekable* zs) in ZSTD_seekable_loadSeekTable()
351 size_t ZSTD_seekable_initBuff(ZSTD_seekable* zs, const void* src, size_t srcSize) in ZSTD_seekable_initBuff()
360 size_t ZSTD_seekable_initFile(ZSTD_seekable* zs, FILE* src) in ZSTD_seekable_initFile()
367 size_t ZSTD_seekable_initAdvanced(ZSTD_seekable* zs, ZSTD_seekable_customFile src) in ZSTD_seekable_initAdvanced()
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/zstd-sys-1.5.0+zstd.1.4.9/zstd/contrib/seekable_format/
H A Dzstdseek_decompress.c176 ZSTD_seekable* zs = malloc(sizeof(ZSTD_seekable)); in ZSTD_seekable_create() local
192 size_t ZSTD_seekable_free(ZSTD_seekable* zs) in ZSTD_seekable_free()
206 unsigned ZSTD_seekable_offsetToFrameIndex(ZSTD_seekable* const zs, unsigned long long pos) in ZSTD_seekable_offsetToFrameIndex()
227 unsigned ZSTD_seekable_getNumFrames(ZSTD_seekable* const zs) in ZSTD_seekable_getNumFrames()
245 size_t ZSTD_seekable_getFrameCompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameCompressedSize()
252 size_t ZSTD_seekable_getFrameDecompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameDecompressedSize()
259 static size_t ZSTD_seekable_loadSeekTable(ZSTD_seekable* zs) in ZSTD_seekable_loadSeekTable()
351 size_t ZSTD_seekable_initBuff(ZSTD_seekable* zs, const void* src, size_t srcSize) in ZSTD_seekable_initBuff()
360 size_t ZSTD_seekable_initFile(ZSTD_seekable* zs, FILE* src) in ZSTD_seekable_initFile()
367 size_t ZSTD_seekable_initAdvanced(ZSTD_seekable* zs, ZSTD_seekable_customFile src) in ZSTD_seekable_initAdvanced()
[all …]
/dports/archivers/zstd/zstd-1.5.0/contrib/seekable_format/
H A Dzstdseek_decompress.c178 ZSTD_seekable* const zs = (ZSTD_seekable*)malloc(sizeof(ZSTD_seekable)); in ZSTD_seekable_create() local
193 size_t ZSTD_seekable_free(ZSTD_seekable* zs) in ZSTD_seekable_free()
202 ZSTD_seekTable* ZSTD_seekTable_create_fromSeekable(const ZSTD_seekable* zs) in ZSTD_seekTable_create_fromSeekable()
235 unsigned ZSTD_seekable_offsetToFrameIndex(const ZSTD_seekable* zs, unsigned long long pos) in ZSTD_seekable_offsetToFrameIndex()
261 unsigned ZSTD_seekable_getNumFrames(const ZSTD_seekable* zs) in ZSTD_seekable_getNumFrames()
294 size_t ZSTD_seekable_getFrameCompressedSize(const ZSTD_seekable* zs, unsigned frameIndex) in ZSTD_seekable_getFrameCompressedSize()
306 size_t ZSTD_seekable_getFrameDecompressedSize(const ZSTD_seekable* zs, unsigned frameIndex) in ZSTD_seekable_getFrameDecompressedSize()
318 static size_t ZSTD_seekable_loadSeekTable(ZSTD_seekable* zs) in ZSTD_seekable_loadSeekTable()
402 size_t ZSTD_seekable_initBuff(ZSTD_seekable* zs, const void* src, size_t srcSize) in ZSTD_seekable_initBuff()
411 size_t ZSTD_seekable_initFile(ZSTD_seekable* zs, FILE* src) in ZSTD_seekable_initFile()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/zstd/contrib/seekable_format/
H A Dzstdseek_decompress.c178 ZSTD_seekable* const zs = (ZSTD_seekable*)malloc(sizeof(ZSTD_seekable)); in ZSTD_seekable_create() local
193 size_t ZSTD_seekable_free(ZSTD_seekable* zs) in ZSTD_seekable_free()
202 ZSTD_seekTable* ZSTD_seekTable_create_fromSeekable(const ZSTD_seekable* zs) in ZSTD_seekTable_create_fromSeekable()
235 unsigned ZSTD_seekable_offsetToFrameIndex(const ZSTD_seekable* zs, unsigned long long pos) in ZSTD_seekable_offsetToFrameIndex()
261 unsigned ZSTD_seekable_getNumFrames(const ZSTD_seekable* zs) in ZSTD_seekable_getNumFrames()
294 size_t ZSTD_seekable_getFrameCompressedSize(const ZSTD_seekable* zs, unsigned frameIndex) in ZSTD_seekable_getFrameCompressedSize()
306 size_t ZSTD_seekable_getFrameDecompressedSize(const ZSTD_seekable* zs, unsigned frameIndex) in ZSTD_seekable_getFrameDecompressedSize()
318 static size_t ZSTD_seekable_loadSeekTable(ZSTD_seekable* zs) in ZSTD_seekable_loadSeekTable()
402 size_t ZSTD_seekable_initBuff(ZSTD_seekable* zs, const void* src, size_t srcSize) in ZSTD_seekable_initBuff()
411 size_t ZSTD_seekable_initFile(ZSTD_seekable* zs, FILE* src) in ZSTD_seekable_initFile()
[all …]

12345678910>>...90