Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dblocked.c299 if (dstkey) incrRefCount(dstkey); in handleClientsBlockedOnKeys()
365 incrRefCount(rl->key); in handleClientsBlockedOnKeys()
505 if (target != NULL) incrRefCount(target); in blockForKeys()
521 incrRefCount(keys[j]); in blockForKeys()
531 incrRefCount(keys[j]); in blockForKeys()
598 incrRefCount(key); in signalKeyAsReady()
604 incrRefCount(key); in signalKeyAsReady()
H A Dpubsub.c66 incrRefCount(channel); in pubsubSubscribeChannel()
72 incrRefCount(channel); in pubsubSubscribeChannel()
95 incrRefCount(channel); /* channel may be just a pointer to the same object in pubsubUnsubscribeChannel()
134 incrRefCount(pattern); in pubsubSubscribePattern()
155 incrRefCount(pattern); /* Protect the object. May be the same we remove */ in pubsubUnsubscribePattern()
H A Dmulti.c69 incrRefCount(mc->argv[j]); in queueMultiCommand()
252 incrRefCount(key); in watchForKey()
259 incrRefCount(key); in watchForKey()
H A Dsort.c71 incrRefCount(subst); in lookupKeyByPattern()
123 incrRefCount(o); in lookupKeyByPattern()
221 incrRefCount(sortval); in sortCommand()
H A Ddb.c222 incrRefCount(val); in setKey()
886 incrRefCount(o); in renameGenericCommand()
966 incrRefCount(o); in moveCommand()
1118 incrRefCount(argv[0]); in propagateExpire()
1119 incrRefCount(argv[1]); in propagateExpire()
H A Dobject.c145 incrRefCount(shared.integers[value]); in createStringObjectFromLongLongWithOptions()
349 void incrRefCount(robj *o) { in incrRefCount() function
467 incrRefCount(shared.integers[value]); in tryObjectEncoding()
511 incrRefCount(o); in getDecodedObject()
H A Dgeo.c419 incrRefCount(argv[1]); in geoaddCommand()
443 incrRefCount(val); in geoaddCommand()
H A Dt_string.c442 incrRefCount(c->argv[2]); in appendCommand()
H A Dnetworking.c1914 incrRefCount(c->name); in clientCommand()
1968 incrRefCount(a); in rewriteClientCommandVector()
2014 incrRefCount(newval); in rewriteClientCommandArgument()
H A Dt_list.c583 incrRefCount(touchedkey); in rpoplpushCommand()
H A Dmodule.c980 incrRefCount(str); in RM_RetainString()
1536 incrRefCount(keyname); in RM_OpenKey()
2693 incrRefCount(obj); in moduleCreateArgvFromUserFormat()
2714 incrRefCount(v[i]); in moduleCreateArgvFromUserFormat()
H A Dt_stream.c1559 incrRefCount(groupname); in xreadCommand()
1560 incrRefCount(consumername); in xreadCommand()
H A Dserver.h1531 void incrRefCount(robj *o);
H A Dscripting.c1230 incrRefCount(body); in luaCreateFunction()
H A Dserver.c2355 incrRefCount(argv[j]); in alsoPropagate()
H A Dcluster.c5292 incrRefCount(kv[j]); in migrateCommand()