Searched refs:replScriptCacheDictType (Results 1 – 3 of 3) sorted by relevance
2333 server.repl_scriptcache_dict = dictCreate(&replScriptCacheDictType,NULL); in replicationScriptCacheInit()
1390 extern dictType replScriptCacheDictType;
726 dictType replScriptCacheDictType = { variable