Home
last modified time | relevance | path

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

/dports/biology/sra-tools/sra-tools-2.11.0/tools/sra-sort/
H A Drow-set.h144 uint32_t **opt_ord, size_t *num_items );
193 #define RowSetIteratorGetSourceIds( self, ctx, opt_ord, num_items ) \ argument
194 POLY_DISPATCH_PTR ( get_src_ids, self, ROWSET_ITER_IMPL, ctx, opt_ord, num_items )
H A Dsimple-row-set.c150 …rGetSourceIds ( SimpleRowSetIterator *self, const ctx_t *ctx, uint32_t **opt_ord, size_t *num_item… in SimpleRowSetIteratorGetSourceIds() argument
156 if ( opt_ord != NULL ) in SimpleRowSetIteratorGetSourceIds()
157 * opt_ord = NULL; in SimpleRowSetIteratorGetSourceIds()
H A Dsorting-row-set.c276 …GetSourceIds ( SortingRowSetIterator *self, const ctx_t *ctx, uint32_t **opt_ord, size_t *num_item… in SortingRowSetIteratorGetSourceIds() argument
280 if ( opt_ord != NULL ) in SortingRowSetIteratorGetSourceIds()
281 * opt_ord = self -> new_ord; in SortingRowSetIteratorGetSourceIds()
H A Dmapping-row-set.c323 …GetSourceIds ( MappingRowSetIterator *self, const ctx_t *ctx, uint32_t **opt_ord, size_t *num_item… in MappingRowSetIteratorGetSourceIds() argument
329 if ( opt_ord != NULL ) in MappingRowSetIteratorGetSourceIds()
330 * opt_ord = NULL; in MappingRowSetIteratorGetSourceIds()
H A Dmap-file.h144 int64_t start_id, int64_t *ids, uint32_t *opt_ord, size_t max_count );
H A Dmap-file.c921 int64_t start_id, int64_t *ids, uint32_t *opt_ord, size_t max_count ) in MapFileSelectOldToNewSingle() argument
988 if ( opt_ord != NULL ) in MapFileSelectOldToNewSingle()
989 opt_ord [ unpacked - start_id ] = ( uint32_t ) i; in MapFileSelectOldToNewSingle()