Searched defs:L_n (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dnotif.c31 LDAPMessage *L_n=NULLMSG; local
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;
41 ldap_msgfree(L_n);
42 L_n = L_q;
46 ldap_msgfree(L_n);
58 LDAPMessage *L_n=NULLMSG, *L_q=NULLMSG; local
83 LDAPMessage *L_n=NULLMSG, *L_q=NULLMSG; local
[all...]

Completed in 20 milliseconds