Home | History | Annotate | Download | only in libldap

Lines Matching refs:lm_next

163 		 * - we keep the chains intact and use lm_next
170 while ( lm->lm_next ) {
171 lm->lm_chain_tail->lm_chain = lm->lm_next;
172 lm->lm_chain_tail = lm->lm_next->lm_chain_tail;
173 lm->lm_next = lm->lm_next->lm_next;
180 nextlm = lm->lm_next;
234 lastlm = &lm->lm_next;
241 lm->lm_chain->lm_next = lm->lm_next;
246 *lastlm = lm->lm_next;
248 lm->lm_next = NULL;
431 while ( lm->lm_next ) {
432 lm->lm_chain_tail->lm_chain = lm->lm_next;
433 lm->lm_chain_tail = lm->lm_next->lm_chain_tail;
434 lm->lm_next = lm->lm_next->lm_next;
440 for ( lp = &ld->ld_responses; lm; lp = &lm->lm_next, lm = *lp ) {
444 *lp = lm->lm_next;
1118 newmsg->lm_next = ld->ld_responses;
1184 for ( l = ld->ld_responses; l != NULL; l = l->lm_next ) {
1198 newmsg->lm_next = ld->ld_responses;
1213 ld->ld_responses = l->lm_next;
1215 prev->lm_next = l->lm_next;
1398 for ( lm = ld->ld_responses; lm != NULL; lm = lm->lm_next ) {
1410 ld->ld_responses = lm->lm_next;
1412 prev->lm_next = lm->lm_next;