Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Drdb.h114 robj *rdbLoadObject(int type, rio *rdb);
H A Dredis-check-rdb.c282 if ((val = rdbLoadObject(type,&rdb)) == NULL) goto eoferr; in redis_check_rdb()
H A Drdb.c975 robj *rdbLoadObject(int rdbtype, rio *rdb) { in rdbLoadObject() function
1389 if ((val = rdbLoadObject(type,&rdb)) == NULL) goto eoferr; in rdbLoad()
H A Dcluster.c4511 ((obj = rdbLoadObject(type,&payload)) == NULL)) in restoreCommand()