Home
last modified time | relevance | path

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

/dports/biology/sra-tools/sra-tools-2.11.0/tools/kget/
H A Dkget.c214 bool check_cache_complete; member
554 static rc_t check_cache_complete( KDirectory *dir, fetch_ctx *ctx ) in check_cache_complete() function
894 if ( rc == 0 ) rc = get_bool( args, OPTION_COMPLETE, &ctx->check_cache_complete ); in get_fetch_ctx()
929 if ( ctx.check_cache_complete ) in KMain()
930 rc = check_cache_complete( dir, &ctx ); in KMain()