Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Ddb.c379 int selectDb(client *c, int id) { in selectDb() function
517 if (selectDb(c,id) == C_ERR) { in selectCommand()
936 selectDb(c,dbid) == C_ERR) in moveCommand()
942 selectDb(c,srcid); /* Back to the source DB */ in moveCommand()
H A Dmodule.c1500 int retval = selectDb(ctx->client,newid); in RM_SelectDb()
3868 selectDb(ctx->client,bc->dbid); in RM_GetThreadSafeContext()
3989 selectDb(ctx.client, dbid); in moduleNotifyKeyspaceEvent()
4052 selectDb(ctx.client, 0); in moduleCallClusterReceivers()
4325 selectDb(ctx.client, timer->dbid); in moduleTimerHandler()
H A Daof.c655 selectDb(c,0); in createFakeClient()
H A Dreplication.c1091 if (dbid != -1) selectDb(server.master,dbid); in replicationCreateMasterClient()
H A Dnetworking.c107 selectDb(c,0); in createClient()
H A Dserver.h1847 int selectDb(client *c, int id);
H A Dscripting.c1349 selectDb(server.lua_client,c->db->id); in evalGenericCommand()
H A Dserver.c3917 selectDb(server.cached_master,rsi.repl_stream_db); in loadDataFromDisk()