Home
last modified time | relevance | path

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

/redis-3.2.3/deps/hiredis/
H A Dhiredis.c44 static redisReply *createReplyObject(int type);
61 static redisReply *createReplyObject(int type) { in createReplyObject() function
101 r = createReplyObject(task->type); in createStringObject()
132 r = createReplyObject(REDIS_REPLY_ARRAY); in createArrayObject()
157 r = createReplyObject(REDIS_REPLY_INTEGER); in createIntegerObject()
174 r = createReplyObject(REDIS_REPLY_NIL); in createNilObject()