Searched refs:allsections (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | server.c | 3132 int allsections = 0, defsections = 0; in genRedisInfoString() local 3136 allsections = strcasecmp(section,"all") == 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() 3621 if (allsections || defsections || !strcasecmp(section,"cpu")) { in genRedisInfoString() 3636 if (allsections || !strcasecmp(section,"commandstats")) { in genRedisInfoString() 3656 if (allsections || defsections || !strcasecmp(section,"cluster")) { in genRedisInfoString() [all …]
|
| H A D | sentinel.c | 3307 if (defsections || allsections || !strcasecmp(section,section_name)) { \ 3323 int defsections = 0, allsections = 0; in sentinelInfoCommand() local 3326 allsections = !strcasecmp(section,"all"); in sentinelInfoCommand() 3340 if (defsections || allsections || !strcasecmp(section,"sentinel")) { in sentinelInfoCommand()
|