Searched refs:CLIENT_TYPE_SLAVE (Results 1 – 2 of 2) sorted by relevance
2047 return CLIENT_TYPE_SLAVE; in getClientType()2054 else if (!strcasecmp(name,"slave")) return CLIENT_TYPE_SLAVE; in getClientTypeByName()2055 else if (!strcasecmp(name,"replica")) return CLIENT_TYPE_SLAVE; in getClientTypeByName()2064 case CLIENT_TYPE_SLAVE: return "slave"; in getClientTypeName()
279 #define CLIENT_TYPE_SLAVE 1 /* Slaves. */ macro