Lines Matching defs:url_list
110 char **url_list;
170 url_list = (char **) calloc(1, conf->naming_url_sz * sizeof (char *));
171 if (url_list == NULL) {
185 url_list[i] = strdup(conf->naming_url[j]);
186 if (url_list[i] == NULL) {
187 URL_LIST_FREE(url_list, url_list_sz);
203 const char *url = url_list[i];
258 AM_LOG_INFO(w->instance_id, "%s fail-back to %s", thisfunc, url_list[0]);
261 AM_LOG_INFO(w->instance_id, "%s continue with %s", thisfunc, url_list[current_index]);
269 AM_LOG_INFO(w->instance_id, "%s still staying with %s", thisfunc, url_list[current_index]);
292 "%s none of the values are valid, defaulting to %s", thisfunc, url_list[0]);
298 AM_LOG_INFO(w->instance_id, "%s fail-back to %s", thisfunc, url_list[0]);
303 AM_LOG_INFO(w->instance_id, "%s fail-over to %s", thisfunc, url_list[i]);
313 URL_LIST_FREE(url_list, url_list_sz);