Lines Matching defs:next
66 struct fo_service *next;
85 struct fo_server *next;
105 struct server_common *next;
130 struct resolve_service_request *next;
250 while (server->next && server->next->srv_data == meta->srv_data) {
251 tmp = server->next;
530 common->next = NULL;
562 server->next = NULL;
895 DLIST_FOR_EACH(server, service->last_tried_server->next) {
1189 * If there are no more servers to try, the next request would
1206 * anymore. Rather schedule the notify for next tev iteration
1410 /* Since no new server is returned, state->meta->next is NULL.
1425 if (state->meta->next == NULL) {
1427 "BUG: state->meta->next is NULL\n");
1432 state->out = state->meta->next;