Home
last modified time | relevance | path

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

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/kdb/
H A Dindex.h154 KDB_EXTERN rc_t CC KIndexVersion ( const KIndex *self, uint32_t *version );
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/kdb/
H A Dindex.h154 KDB_EXTERN rc_t CC KIndexVersion ( const KIndex *self, uint32_t *version );
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/kdb/
H A Dindex.c548 LIB_EXPORT rc_t CC KIndexVersion ( const KIndex *self, uint32_t *version ) in KIndexVersion() function
H A Dwindex.c1262 LIB_EXPORT rc_t CC KIndexVersion ( const KIndex *self, uint32_t *version ) in KIndexVersion() function
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/kdb/
H A Dindex.c548 LIB_EXPORT rc_t CC KIndexVersion ( const KIndex *self, uint32_t *version ) in KIndexVersion() function
H A Dwindex.c1262 LIB_EXPORT rc_t CC KIndexVersion ( const KIndex *self, uint32_t *version ) in KIndexVersion() function
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/vdb/
H A Dtable-cmn.c535 rc = KIndexVersion ( * idx, & version ); in VTableVOpenIndexRead()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/vdb/
H A Dtable-cmn.c535 rc = KIndexVersion ( * idx, & version ); in VTableVOpenIndexRead()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/py_vdb/
H A Dvdb.py806 rc = self.__mgr.KIndexVersion( self.__ptr, byref( vers ) )
1928 self.KIndexVersion = self.__func__( "KIndexVersion", [ c_void_p, c_void_p ] )
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/sraxf/test_syn_qual/
H A Dvdb.py790 rc = self.__mgr.KIndexVersion( self.__ptr, byref( vers ) )
1906 self.KIndexVersion = self.__func__( "KIndexVersion", [ c_void_p, c_void_p ] )
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/py_vdb/
H A Dvdb.py806 rc = self.__mgr.KIndexVersion( self.__ptr, byref( vers ) )
1928 self.KIndexVersion = self.__func__( "KIndexVersion", [ c_void_p, c_void_p ] )
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/sraxf/test_syn_qual/
H A Dvdb.py790 rc = self.__mgr.KIndexVersion( self.__ptr, byref( vers ) )
1906 self.KIndexVersion = self.__func__( "KIndexVersion", [ c_void_p, c_void_p ] )
/dports/biology/sra-tools/sra-tools-2.11.0/tools/vdb-dump/
H A Dvdb-dump.c1698 rc = KIndexVersion ( kidx, &idx_version ); in vdm_enum_index()