Lines Matching refs:defsections
3132 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()
3665 if (allsections || defsections || !strcasecmp(section,"keyspace")) { in genRedisInfoString()