Home
last modified time | relevance | path

Searched defs:src (Results 1 – 10 of 10) sorted by relevance

/redis-3.2.3/src/
H A Dlzf_d.c48 # define lzf_movsb(dst, src, len) \ argument
H A Dbitops.c589 unsigned char **src; /* Array of source strings pointers. */ in bitopCommand() local
1075 unsigned char *src = NULL; in bitfieldCommand() local
H A Dintset.c183 void *src, *dst; in intsetMoveTail() local
H A Ddb.c783 redisDb *src, *dst; in moveCommand() local
H A Dnetworking.c601 void copyClientOutputBuffer(client *dst, client *src) { in copyClientOutputBuffer()
H A Dscripting.c71 sds *src; /* Lua script source code split by line. */ member
H A Dt_zset.c1941 zsetopsrc *src; in zunionInterGenericCommand() local
H A Dsentinel.c536 sentinelAddr *dupSentinelAddr(sentinelAddr *src) { in dupSentinelAddr()
/redis-3.2.3/deps/lua/src/
H A Dlstrlib.c553 const char *src; in gmatch_aux() local
646 const char *src = luaL_checklstring(L, 1, &srcl); in str_gsub() local
/redis-3.2.3/deps/hiredis/
H A Dasync.c69 static void *callbackValDup(void *privdata, const void *src) { in callbackValDup()