Lines Matching defs:servers
99 * This function get the servers from the lists and returns
108 char **servers = NULL;
113 ret_code = __s_api_getServers(&servers, error);
115 if (servers != NULL) {
116 __s_api_free2dArray(servers);
121 if (servers == NULL || servers[0] == NULL) {
122 __s_api_free2dArray(servers);
130 ret->server = strdup(servers[0]);
132 __s_api_free2dArray(servers);
139 __s_api_free2dArray(servers);
698 int totalbad = 0; /* Number of servers contacted unsuccessfully */
886 * the servers if:
1930 * and creds. Mark the problem servers as down
1931 * so that the problem servers are not contacted