Home
last modified time | relevance | path

Searched refs:rewriteConfigState (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dconfig.c1593 void rewriteConfigSentinelOption(struct rewriteConfigState *state);
1614 struct rewriteConfigState { struct
1655 struct rewriteConfigState *rewriteConfigReadOldFile(char *path) {
1661 struct rewriteConfigState *state = zmalloc(sizeof(*state));
1875 void rewriteConfigSaveOption(struct rewriteConfigState *state) {
1892 void rewriteConfigDirOption(struct rewriteConfigState *state) {
1962 void rewriteConfigBindOption(struct rewriteConfigState *state) {
1985 sds rewriteConfigGetContentFromState(struct rewriteConfigState *state) {
2004 void rewriteConfigReleaseState(struct rewriteConfigState *state) {
2019 void rewriteConfigRemoveOrphaned(struct rewriteConfigState *state) {
[all …]
H A Dserver.h1812 struct rewriteConfigState; /* Forward declaration to export API. */
1813 void rewriteConfigRewriteLine(struct rewriteConfigState *state, const char *option, sds line, int f…
H A Dsentinel.c1757 void rewriteConfigSentinelOption(struct rewriteConfigState *state) { in rewriteConfigSentinelOption()