Home
last modified time | relevance | path

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

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/sraxf/
H A Dprefix-tree-to-name.c74 rc = KIndexProjectText ( idx, row_id, NULL, NULL, dst -> base, dst -> elem_count, NULL ); in prefix_tree_to_name()
81 … rc = KIndexProjectText ( idx, row_id, NULL, NULL, dst -> base, dst -> elem_count, NULL ); in prefix_tree_to_name()
88 … rc = KIndexProjectText ( idx, row_id, NULL, NULL, dst -> base, dst -> elem_count, NULL ); in prefix_tree_to_name()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/sraxf/
H A Dprefix-tree-to-name.c74 rc = KIndexProjectText ( idx, row_id, NULL, NULL, dst -> base, dst -> elem_count, NULL ); in prefix_tree_to_name()
81 … rc = KIndexProjectText ( idx, row_id, NULL, NULL, dst -> base, dst -> elem_count, NULL ); in prefix_tree_to_name()
88 … rc = KIndexProjectText ( idx, row_id, NULL, NULL, dst -> base, dst -> elem_count, NULL ); in prefix_tree_to_name()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/vdb/
H A Dindex_project.c116 …rc = KIndexProjectText(self->ndx, row_id, &start_id, &id_count, temp_buff.base, temp_buff.elem_cou… in index_project_impl()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/util/
H A Dkdb-index.c54 rc = KIndexProjectText ( idx, id, & start_id, & span, key, sizeof key, & ksize ); in run_idx()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/vdb/
H A Dindex_project.c116 …rc = KIndexProjectText(self->ndx, row_id, &start_id, &id_count, temp_buff.base, temp_buff.elem_cou… in index_project_impl()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/kdb/
H A Dindex.h256 KDB_EXTERN rc_t CC KIndexProjectText ( const KIndex *self,
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/kdb/
H A Dindex.h256 KDB_EXTERN rc_t CC KIndexProjectText ( const KIndex *self,
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/kdb/
H A Dptrieval-v1.c199 … rc = KIndexProjectText ( pb -> outer, id, & start_id, & id_count, key, bsize, & key_size ); in KPTrieIndexCCVisit_v1()
H A Dptrieval-v2.c326 … rc = KIndexProjectText ( pb -> outer, id + i, & start_id, & id_count, key, bsize, & key_size ); in KPTrieIndexCCVisit_v2()
H A Dindex.c786 LIB_EXPORT rc_t CC KIndexProjectText ( const KIndex *self, in KIndexProjectText() function
H A Dwindex.c1590 LIB_EXPORT rc_t CC KIndexProjectText ( const KIndex *self, in KIndexProjectText() function
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/kdb/
H A Dptrieval-v1.c199 … rc = KIndexProjectText ( pb -> outer, id, & start_id, & id_count, key, bsize, & key_size ); in KPTrieIndexCCVisit_v1()
H A Dptrieval-v2.c326 … rc = KIndexProjectText ( pb -> outer, id + i, & start_id, & id_count, key, bsize, & key_size ); in KPTrieIndexCCVisit_v2()
H A Dindex.c786 LIB_EXPORT rc_t CC KIndexProjectText ( const KIndex *self, in KIndexProjectText() function
H A Dwindex.c1590 LIB_EXPORT rc_t CC KIndexProjectText ( const KIndex *self, in KIndexProjectText() function
/dports/biology/sra-tools/sra-tools-2.11.0/tools/sra-stat/
H A Dassembly-statistics.c208 rc = KIndexProjectText ( idx, start, & start, & count, in CalculateNL()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/py_vdb/
H A Dvdb.py834 …rc = self.__mgr.KIndexProjectText( self.__ptr, c_longlong( row_id ), byref( start_id ), byref( id_…
1932 …self.KIndexProjectText = self.__func__( "KIndexProjectText", [ c_void_p, c_longlong, c_void_p, c_v…
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/sraxf/test_syn_qual/
H A Dvdb.py818 …rc = self.__mgr.KIndexProjectText( self.__ptr, c_longlong( row_id ), byref( start_id ), byref( id_…
1910 …self.KIndexProjectText = self.__func__( "KIndexProjectText", [ c_void_p, c_longlong, c_void_p, c_v…
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/py_vdb/
H A Dvdb.py834 …rc = self.__mgr.KIndexProjectText( self.__ptr, c_longlong( row_id ), byref( start_id ), byref( id_…
1932 …self.KIndexProjectText = self.__func__( "KIndexProjectText", [ c_void_p, c_longlong, c_void_p, c_v…
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/sraxf/test_syn_qual/
H A Dvdb.py818 …rc = self.__mgr.KIndexProjectText( self.__ptr, c_longlong( row_id ), byref( start_id ), byref( id_…
1910 …self.KIndexProjectText = self.__func__( "KIndexProjectText", [ c_void_p, c_longlong, c_void_p, c_v…
/dports/biology/sra-tools/sra-tools-2.11.0/tools/vdb-dump/
H A Dvdb-dump.c1836 … rc2 = KIndexProjectText ( kindex, start, &start, &count, key, sizeof key, &key_size ); in vdm_range_tab_index()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/sra-pileup/
H A Dsam-dump.c3055 …while ( ( rc = KIndexProjectText(iname, rowid + count, &rowid, &count, refname, sizeof( refname ),… in ForEachAlignedRegion()