Home
last modified time | relevance | path

Searched refs:defsections (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dserver.c3132 int allsections = 0, defsections = 0; in genRedisInfoString() local
3137 defsections = strcasecmp(section,"default") == 0; in genRedisInfoString()
3143 if (allsections || defsections || !strcasecmp(section,"server")) { in genRedisInfoString()
3211 if (allsections || defsections || !strcasecmp(section,"clients")) { in genRedisInfoString()
3227 if (allsections || defsections || !strcasecmp(section,"memory")) { in genRedisInfoString()
3344 if (allsections || defsections || !strcasecmp(section,"persistence")) { in genRedisInfoString()
3434 if (allsections || defsections || !strcasecmp(section,"stats")) { in genRedisInfoString()
3493 if (allsections || defsections || !strcasecmp(section,"replication")) { in genRedisInfoString()
3621 if (allsections || defsections || !strcasecmp(section,"cpu")) { in genRedisInfoString()
3656 if (allsections || defsections || !strcasecmp(section,"cluster")) { in genRedisInfoString()
[all …]
H A Dsentinel.c3307 if (defsections || allsections || !strcasecmp(section,section_name)) { \
3323 int defsections = 0, allsections = 0; in sentinelInfoCommand() local
3327 defsections = !strcasecmp(section,"default"); in sentinelInfoCommand()
3329 defsections = 1; in sentinelInfoCommand()
3340 if (defsections || allsections || !strcasecmp(section,"sentinel")) { in sentinelInfoCommand()