Home | History | Annotate | Download | only in cachedb

Lines Matching defs:ctxs

58 	redisContext** ctxs;
110 if((*moddata)->ctxs) {
113 if((*moddata)->ctxs[i])
114 redisFree((*moddata)->ctxs[i]);
116 free((*moddata)->ctxs);
311 moddata->ctxs = calloc(env->cfg->num_threads, sizeof(redisContext*));
312 if(!moddata->ctxs) {
318 /* There is a replica configured, allocate ctxs */
346 moddata->ctxs[i] = ctx;
375 moddata->ctxs[env->alloc->thread_num] != NULL) {
449 :d->ctxs;