Home
last modified time | relevance | path

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

/src/contrib/unbound/cachedb/
H A Dredis.c429 redisContext* ctx, **ctx_selector; in redis_command() local
441 ctx_selector = !write && d->replica_ctxs in redis_command()
444 ctx = ctx_selector[env->alloc->thread_num]; in redis_command()
481 ctx_selector[env->alloc->thread_num] = ctx; in redis_command()
493 ctx_selector[env->alloc->thread_num] = NULL; in redis_command()