Searched refs:CLIENT_TYPE_MASTER (Results 1 – 3 of 3) sorted by relevance
2045 if (c->flags & CLIENT_MASTER) return CLIENT_TYPE_MASTER; in getClientType()2057 else if (!strcasecmp(name,"master")) return CLIENT_TYPE_MASTER; in getClientTypeByName()2066 case CLIENT_TYPE_MASTER: return "master"; in getClientTypeName()2084 if (class == CLIENT_TYPE_MASTER) class = CLIENT_TYPE_NORMAL; in checkClientOutputBufferLimits()
720 if (class == -1 || class == CLIENT_TYPE_MASTER) { in loadServerConfigFromString()1026 if (class == -1 || class == CLIENT_TYPE_MASTER) {
281 #define CLIENT_TYPE_MASTER 3 /* Master. */ macro