Lines Matching refs:decrRefCount
530 decrRefCount(propargv[0]); in moduleHandlePropagationAfterCommandCallback()
844 case REDISMODULE_AM_STRING: decrRefCount(ptr); break; in autoMemoryCollect()
941 decrRefCount(str); in RM_FreeString()
1353 for (j = 0; j < argc; j++) decrRefCount(argv[j]); in RM_Replicate()
1551 decrRefCount(key->key); in RM_CloseKey()
1741 decrRefCount(o); in RM_StringTruncate()
1789 decrRefCount(ele); in RM_ListPop()
2321 if (flags & REDISMODULE_HASH_CFIELDS) decrRefCount(field); in RM_HashSet()
2329 if (flags & REDISMODULE_HASH_CFIELDS) decrRefCount(field); in RM_HashSet()
2348 decrRefCount(field); in RM_HashSet()
2428 decrRefCount(*valueptr); in RM_HashGet()
2439 if (flags & REDISMODULE_HASH_CFIELDS) decrRefCount(field); in RM_HashGet()
2729 decrRefCount(argv[j]); in moduleCreateArgvFromUserFormat()
3090 decrRefCount(o); in RM_ModuleTypeSetValue()
3451 decrRefCount(argv[j]); in RM_EmitAOF()
4992 decrRefCount(fctx->argv[pos]); in RM_CommandFilterArgReplace()
5006 decrRefCount(fctx->argv[pos]); in RM_CommandFilterArgDelete()