Lines Matching defs:next
403 void *next;
885 for (lc = ldapCon; lc != 0; lc = lc->next) {
1062 for (tmp = ldapCon; tmp->next != 0;
1063 tmp = tmp->next);
1064 tmp->next = lc;
1094 for (lc = list; lc != 0; lc = lc->next) {
1210 for (tmp = ldapReferralCon; tmp->next != 0;
1211 tmp = tmp->next) {}
1212 tmp->next = lc;
1256 for (lc = ldapCon; lc != 0; lc = lc->next) {