Searched refs:ld_notifs (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dnotif.c18 return ld->ld_notifs;
36 for (L_n=ld->ld_notifs; L_n!=NULLMSG; L_n=L_n->lm_next)
51 ld->ld_notifs = NULLMSG;
60 for ( L_n=ld->ld_notifs; L_n!=NULLMSG; L_n=L_n->lm_next)
65 ld->ld_notifs = L_n->lm_next;
85 for ( L_n=ld->ld_notifs; L_n!=NULLMSG; L_n=L_n->lm_next)
90 ld->ld_notifs = notif;
101 notif->lm_next = ld->ld_notifs;
102 ld->ld_notifs = notif;
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-private.h343 LDAPMessage *ld_notifs[MAX_THREAD_ID]; member in struct:ldap
347 #define ld_notifs ld_notifs[ldap_thr_index()] macro

Completed in 17 milliseconds