Home
last modified time | relevance | path

Searched refs:KFILE_IMPL (Results 1 – 25 of 94) sorted by relevance

1234

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/kfs/
H A Dfile-impl.h86 #ifndef KFILE_IMPL
87 #define KFILE_IMPL struct KFile_v1 macro
98 rc_t ( CC * destroy ) ( KFILE_IMPL *self );
100 rc_t ( CC * random_access ) ( const KFILE_IMPL *self );
101 rc_t ( CC * get_size ) ( const KFILE_IMPL *self, uint64_t *size );
102 rc_t ( CC * set_size ) ( KFILE_IMPL *self, uint64_t size );
104 rc_t ( CC * read ) ( const KFILE_IMPL *self, uint64_t pos,
106 rc_t ( CC * write ) ( KFILE_IMPL *self, uint64_t pos,
111 uint32_t ( CC * get_type ) ( const KFILE_IMPL * self );
115 rc_t ( CC * timed_read ) ( const KFILE_IMPL *self, uint64_t pos,
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/kfs/
H A Dfile-impl.h86 #ifndef KFILE_IMPL
87 #define KFILE_IMPL struct KFile_v1 macro
98 rc_t ( CC * destroy ) ( KFILE_IMPL *self );
100 rc_t ( CC * random_access ) ( const KFILE_IMPL *self );
101 rc_t ( CC * get_size ) ( const KFILE_IMPL *self, uint64_t *size );
102 rc_t ( CC * set_size ) ( KFILE_IMPL *self, uint64_t size );
104 rc_t ( CC * read ) ( const KFILE_IMPL *self, uint64_t pos,
106 rc_t ( CC * write ) ( KFILE_IMPL *self, uint64_t pos,
111 uint32_t ( CC * get_type ) ( const KFILE_IMPL * self );
115 rc_t ( CC * timed_read ) ( const KFILE_IMPL *self, uint64_t pos,
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/kapp/
H A Dkapp-test.cpp341 static rc_t CC get_size ( const KFILE_IMPL *self, uint64_t *size ) in get_size()
346 …static rc_t CC read( const KFILE_IMPL *self, uint64_t pos, void *buffer, size_t bsize, size_t *num… in read()
353 static rc_t CC destroy( KFILE_IMPL *self ) in destroy()
360 …static struct KSysFile* CC get_sysfile ( const KFILE_IMPL *self, uint64_t *offset ) { *offset=0; r… in get_sysfile()
361 static rc_t CC random_access ( const KFILE_IMPL *self ) { return 0; } in random_access()
362 static rc_t CC set_size ( KFILE_IMPL *self, uint64_t size ) { return 0; } in set_size()
363 …static rc_t CC write( KFILE_IMPL *self, uint64_t pos, const void *buffer, size_t size, size_t *num… in write()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/kapp/
H A Dkapp-test.cpp341 static rc_t CC get_size ( const KFILE_IMPL *self, uint64_t *size ) in get_size()
346 …static rc_t CC read( const KFILE_IMPL *self, uint64_t pos, void *buffer, size_t bsize, size_t *num… in read()
353 static rc_t CC destroy( KFILE_IMPL *self ) in destroy()
360 …static struct KSysFile* CC get_sysfile ( const KFILE_IMPL *self, uint64_t *offset ) { *offset=0; r… in get_sysfile()
361 static rc_t CC random_access ( const KFILE_IMPL *self ) { return 0; } in random_access()
362 static rc_t CC set_size ( KFILE_IMPL *self, uint64_t size ) { return 0; } in set_size()
363 …static rc_t CC write( KFILE_IMPL *self, uint64_t pos, const void *buffer, size_t size, size_t *num… in write()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/kns/
H A Dhttp-file-priv.h30 #define KFILE_IMPL KHttpFile macro
H A Dstable-http-file-priv.h30 #define KFILE_IMPL KStableHttpFile macro
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/kns/
H A Dhttp-file-priv.h30 #define KFILE_IMPL KHttpFile macro
H A Dstable-http-file-priv.h30 #define KFILE_IMPL KStableHttpFile macro
/dports/biology/sra-tools/sra-tools-2.11.0/tools/fuse/
H A Dtar-file.c34 #define KFILE_IMPL TarFile macro
H A Dtext-file.c35 #define KFILE_IMPL TextFile macro
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/kfs/
H A Dnullfile.c44 #define KFILE_IMPL struct KNullFile macro
H A Dlimitfile.c27 #define KFILE_IMPL struct KLimitFile macro
H A Dextendable-ramfile.c46 #define KFILE_IMPL struct KExtendableRamFile macro
H A Dreadheadfile.c46 #define KFILE_IMPL struct KReadHeadFile macro
H A Dbuffile-read.c27 #define KFILE_IMPL KBufReadFile macro
H A Drrcachedfile.c29 #define KFILE_IMPL struct RRCachedFile macro
H A Dsubfile.c45 #define KFILE_IMPL struct KSubFile macro
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/kfs/
H A Dnullfile.c44 #define KFILE_IMPL struct KNullFile macro
H A Dlimitfile.c27 #define KFILE_IMPL struct KLimitFile macro
H A Dextendable-ramfile.c46 #define KFILE_IMPL struct KExtendableRamFile macro
H A Dreadheadfile.c46 #define KFILE_IMPL struct KReadHeadFile macro
H A Dbuffile-read.c27 #define KFILE_IMPL KBufReadFile macro
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/kfs/unix/
H A Dsyslockfile.c28 #define KFILE_IMPL KExclAccessFile macro
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/kfs/unix/
H A Dsyslockfile.c28 #define KFILE_IMPL KExclAccessFile macro
/dports/biology/sra-tools/sra-tools-2.11.0/tools/copycat/
H A Dccfile.c44 #define KFILE_IMPL struct CCFile macro

1234