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

/osnet-11/usr/src/lib/libldap4/common/
H A Dnotif.c56 int ldap_remove_notif(LDAP *ld, LDAPMessage *notif, int freeit) argument
62 if ( L_n == notif)
81 int ldap_add_notif(LDAP *ld, LDAPMessage *notif) argument
88 notif->lm_next = NULLMSG;
90 ld->ld_notifs = notif;
92 L_q->lm_next = notif;
98 int ldap_insert_notif(LDAP *ld, LDAPMessage *notif) argument
101 notif->lm_next = ld->ld_notifs;
102 ld->ld_notifs = notif;

Completed in 14 milliseconds