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