Lines Matching refs:LDAP

44 static int check_response_queue( LDAP *ld, int msgid, int all,
46 static int ldap_abandoned( LDAP *ld, int msgid );
47 static int ldap_mark_abandoned( LDAP *ld, int msgid );
48 static int wait4msg( LDAP *ld, int msgid, int all, int unlock_permitted,
50 static int read1msg( LDAP *ld, int msgid, int all, Sockbuf *sb, LDAPConn *lc,
52 static void check_for_refs( LDAP *ld, LDAPRequest *lr, BerElement *ber,
54 static int build_result_ber( LDAP *ld, BerElement **berp, LDAPRequest *lr );
55 static void merge_error_info( LDAP *ld, LDAPRequest *parentr, LDAPRequest *lr );
57 static int cldap_select1( LDAP *ld, struct timeval *timeout );
59 static void link_pend( LDAP *ld, LDAPPend *lp );
61 static void unlink_pend( LDAP *ld, LDAPPend *lp );
62 static int unlink_msg( LDAP *ld, int msgid, int all );
82 LDAP *ld, in ldap_result()
108 nsldapi_result_nolock( LDAP *ld, int msgid, int all, int unlock_permitted, in nsldapi_result_nolock()
160 check_response_queue( LDAP *ld, int msgid, int all, int do_abandon_check, in check_response_queue()
269 wait4msg( LDAP *ld, int msgid, int all, int unlock_permitted,
491 read1msg( LDAP *ld, int msgid, int all, Sockbuf *sb, LDAPConn *lc,
895 check_for_refs( LDAP *ld, LDAPRequest *lr, BerElement *ber,
982 build_result_ber( LDAP *ld, BerElement **berp, LDAPRequest *lr )
1013 merge_error_info( LDAP *ld, LDAPRequest *parentr, LDAPRequest *lr )
1053 cldap_select1( LDAP *ld, struct timeval *timeout )
1105 cldap_select1( LDAP *ld, struct timeval *timeout )
1116 cldap_select1( LDAP *ld, struct timeval *timeout )
1166 ldap_msgdelete( LDAP *ld, int msgid )
1211 ldap_abandoned( LDAP *ld, int msgid )
1235 ldap_mark_abandoned( LDAP *ld, int msgid )
1267 cldap_getmsg( LDAP *ld, struct timeval *timeout, BerElement **ber )
1295 nsldapi_post_result( LDAP *ld, int msgid, LDAPMessage *result )
1368 link_pend( LDAP *ld, LDAPPend *lp )
1380 unlink_pend( LDAP *ld, LDAPPend *lp )
1394 unlink_msg( LDAP *ld, int msgid, int all )