Searched refs:lm_next (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dnotif.c26 return current->lm_next;
36 for (L_n=ld->ld_notifs; L_n!=NULLMSG; L_n=L_n->lm_next)
38 if ( L_n->lm_next != NULLMSG )
40 L_q = L_n->lm_next;
60 for ( L_n=ld->ld_notifs; L_n!=NULLMSG; L_n=L_n->lm_next)
65 ld->ld_notifs = L_n->lm_next;
67 L_q->lm_next = L_n->lm_next;
69 L_n->lm_next = NULLMSG;
85 for ( L_n=ld->ld_notifs; L_n!=NULLMSG; L_n=L_n->lm_next)
[all...]
H A Dcache.c156 next = m->lm_next;
165 next = m->lm_next;
229 next = m->lm_next;
235 prev->lm_next = next;
249 next = m->lm_next;
255 prev->lm_next = next;
300 new->lm_next = ld->ld_cache->lc_requests;
341 for ( m = ld->ld_cache->lc_requests; m != NULL; m = m->lm_next ) {
385 ld->ld_cache->lc_requests = req->lm_next;
387 prev->lm_next
[all...]
H A Dresult.c132 nextlm = lm->lm_next;
139 ld->ld_responses = lm->lm_next;
141 lastlm->lm_next = nextlm;
201 ld->ld_responses = lm->lm_next;
205 lastlm->lm_next = lm->lm_chain;
207 lastlm->lm_next = lm->lm_next;
215 lm->lm_next = NULLMSG;
792 for ( l = ld->ld_responses; l != NULLMSG; l = l->lm_next ) {
806 new->lm_next
[all...]
H A Dunbind.c101 next = lm->lm_next;
H A Dcldap.c289 ld->ld_responses = ld->ld_responses->lm_next;
H A Drequest.c572 for ( ; lm != NULLMSG; lm = lm->lm_next ) {
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dresult.c175 nextlm = lm->lm_next;
181 ld->ld_responses = lm->lm_next;
183 lastlm->lm_next = nextlm;
235 ld->ld_responses = lm->lm_next;
237 lastlm->lm_next = lm->lm_next;
242 ld->ld_responses->lm_next = lm->lm_next;
244 lastlm->lm_next = lm->lm_chain;
245 lastlm->lm_next
[all...]
H A Dunbind.c115 next = lm->lm_next;
H A Dldap-int.h161 struct ldapmsg *lm_next; /* next response */ member in struct:ldapmsg
H A Dmemcache.c1119 for (r = &(ld->ld_responses); *r; r = &((*r)->lm_next))
1254 (*ppCurNew)->lm_next = NULL;
H A Drequest.c715 for ( ; lm != NULLMSG; lm = lm->lm_next ) {
/osnet-11/usr/src/lib/libdll/common/
H A Ddllnext.c195 for (map = _DYNAMIC.ld_un.ld_1->ld_loaded; map; map = map->lm_next)
/osnet-11/usr/src/lib/libshare_plugins/legacy/
H A Dlibshare_legacy.c72 struct legacy_mount *lm_next; member in struct:legacy_mount
162 hdl->legacy_mounts = lm->lm_next;
909 prevmount->lm_next = mount;
917 mount = mount->lm_next) {
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-private.h121 struct ldapmsg *lm_next; /* next response */ member in struct:ldapmsg

Completed in 42 milliseconds