Home | History | Annotate | Download | only in android

Lines Matching full:next_serv

654     QemudClient*      next_serv; /* next in same service */
927 c->next_serv = NULL;
1116 c->next_serv = s->clients;
1138 pnode = &node->next_serv;
1141 *pnode = node->next_serv;
2331 for (c = sv->clients; c; c = c->next_serv)