Home
last modified time | relevance | path

Searched refs:getRandomHexChars (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dutil.c612 void getRandomHexChars(char *p, size_t len) { in getRandomHexChars() function
H A Dserver.c1532 getRandomHexChars(server.runid,CONFIG_RUN_ID_SIZE); in initServerConfig()
4109 getRandomHexChars(hashseed,sizeof(hashseed)); in main()
H A Dreplication.c1010 getRandomHexChars(server.replid,CONFIG_RUN_ID_SIZE); in changeReplicationId()
H A Dserver.h1419 void getRandomHexChars(char *p, size_t len);
H A Drdb.c1203 getRandomHexChars(eofmark,RDB_EOF_MARK_SIZE); in rdbSaveRioWithEOFMark()
H A Dcluster.c574 getRandomHexChars(myself->name, CLUSTER_NAMELEN); in clusterReset()
700 getRandomHexChars(node->name, CLUSTER_NAMELEN); in createClusterNode()
H A Dsentinel.c520 getRandomHexChars(sentinel.myid,CONFIG_RUN_ID_SIZE); in sentinelIsRunning()
H A Dmodule.c4689 getRandomHexChars(dst,len); in RM_GetRandomHexChars()