Searched refs:defvalue (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | config.c | 1793 …gBytesOption(struct rewriteConfigState *state, char *option, long long value, long long defvalue) { 1795 int force = value != defvalue; 1804 …rewriteConfigYesNoOption(struct rewriteConfigState *state, char *option, int value, int defvalue) { 1805 int force = value != defvalue; 1813 …teConfigStringOption(struct rewriteConfigState *state, char *option, char *value, char *defvalue) { 1825 if (defvalue && strcmp(value,defvalue) == 0) force = 0; 1835 …ericalOption(struct rewriteConfigState *state, char *option, long long value, long long defvalue) { 1836 int force = value != defvalue; 1843 …rewriteConfigOctalOption(struct rewriteConfigState *state, char *option, int value, int defvalue) { 1844 int force = value != defvalue;
|