Home
last modified time | relevance | path

Searched refs:RefSeqAsyncLoadInfo (Results 1 – 4 of 4) sorted by relevance

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/axf/
H A Drefseq.h33 typedef struct RefSeqAsyncLoadInfo RefSeqAsyncLoadInfo; typedef
40 RefSeqAsyncLoadInfo *volatile async;
H A Drefseq.c48 struct RefSeqAsyncLoadInfo { struct
62 static void RefSeqAsyncLoadInfo_Release(RefSeqAsyncLoadInfo *const self) in RefSeqAsyncLoadInfo_Release() argument
79 static rc_t RefSeqAsyncLoadInfoFree(RefSeqAsyncLoadInfo *const self) in RefSeqAsyncLoadInfoFree()
221 static bool rowIsLoaded(RefSeqAsyncLoadInfo const *async, int64_t row) in rowIsLoaded()
227 static int64_t positionToRow(RefSeqAsyncLoadInfo const *async, unsigned const position) in positionToRow()
233 static unsigned rowToPosition(RefSeqAsyncLoadInfo const *async, int64_t const row) in rowToPosition()
245 RefSeqAsyncLoadInfo *async = self->async; in readNormalIncomplete()
306 RefSeqAsyncLoadInfo *const async = self->async; in runLoadThread()
522 static RefSeqAsyncLoadInfo *RefSeqAsyncLoadInfoMake( VCursor const *curs in RefSeqAsyncLoadInfoMake()
527 RefSeqAsyncLoadInfo *result = calloc(1, sizeof(*result)); in RefSeqAsyncLoadInfoMake()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/axf/
H A Drefseq.h33 typedef struct RefSeqAsyncLoadInfo RefSeqAsyncLoadInfo; typedef
40 RefSeqAsyncLoadInfo *volatile async;
H A Drefseq.c48 struct RefSeqAsyncLoadInfo { struct
62 static void RefSeqAsyncLoadInfo_Release(RefSeqAsyncLoadInfo *const self) in RefSeqAsyncLoadInfo_Release() argument
79 static rc_t RefSeqAsyncLoadInfoFree(RefSeqAsyncLoadInfo *const self) in RefSeqAsyncLoadInfoFree()
221 static bool rowIsLoaded(RefSeqAsyncLoadInfo const *async, int64_t row) in rowIsLoaded()
227 static int64_t positionToRow(RefSeqAsyncLoadInfo const *async, unsigned const position) in positionToRow()
233 static unsigned rowToPosition(RefSeqAsyncLoadInfo const *async, int64_t const row) in rowToPosition()
245 RefSeqAsyncLoadInfo *async = self->async; in readNormalIncomplete()
306 RefSeqAsyncLoadInfo *const async = self->async; in runLoadThread()
522 static RefSeqAsyncLoadInfo *RefSeqAsyncLoadInfoMake( VCursor const *curs in RefSeqAsyncLoadInfoMake()
527 RefSeqAsyncLoadInfo *result = calloc(1, sizeof(*result)); in RefSeqAsyncLoadInfoMake()