Lines Matching refs:LDAP

46 static int check_response_queue( LDAP *ld, int msgid, int all,
48 static int ldap_abandoned( LDAP *ld, int msgid );
49 static int ldap_mark_abandoned( LDAP *ld, int msgid );
50 static int wait4msg( LDAP *ld, int msgid, int all, int unlock_permitted,
52 static int read1msg( LDAP *ld, int msgid, int all, Sockbuf *sb, LDAPConn *lc,
54 static void check_for_refs( LDAP *ld, LDAPRequest *lr, BerElement *ber,
56 static int build_result_ber( LDAP *ld, BerElement **berp, LDAPRequest *lr );
57 static void merge_error_info( LDAP *ld, LDAPRequest *parentr, LDAPRequest *lr );
59 static int cldap_select1( LDAP *ld, struct timeval *timeout );
61 static void link_pend( LDAP *ld, LDAPPend *lp );
63 static void unlink_pend( LDAP *ld, LDAPPend *lp );
64 static int unlink_msg( LDAP *ld, int msgid, int all );
84 LDAP *ld,
110 nsldapi_result_nolock( LDAP *ld, int msgid, int all, int unlock_permitted,
162 check_response_queue( LDAP *ld, int msgid, int all, int do_abandon_check,
271 wait4msg( LDAP *ld, int msgid, int all, int unlock_permitted,
493 read1msg( LDAP *ld, int msgid, int all, Sockbuf *sb, LDAPConn *lc,
897 check_for_refs( LDAP *ld, LDAPRequest *lr, BerElement *ber,
941 /* set LDAP errno, message, and matched string appropriately */
982 /* returns an LDAP error code and also sets it in LDAP * */
984 build_result_ber( LDAP *ld, BerElement **berp, LDAPRequest *lr )
1015 merge_error_info( LDAP *ld, LDAPRequest *parentr, LDAPRequest *lr )
1055 cldap_select1( LDAP *ld, struct timeval *timeout )
1107 cldap_select1( LDAP *ld, struct timeval *timeout )
1118 cldap_select1( LDAP *ld, struct timeval *timeout )
1168 ldap_msgdelete( LDAP *ld, int msgid )
1213 ldap_abandoned( LDAP *ld, int msgid )
1237 ldap_mark_abandoned( LDAP *ld, int msgid )
1269 cldap_getmsg( LDAP *ld, struct timeval *timeout, BerElement **ber )
1297 nsldapi_post_result( LDAP *ld, int msgid, LDAPMessage *result )
1370 link_pend( LDAP *ld, LDAPPend *lp )
1382 unlink_pend( LDAP *ld, LDAPPend *lp )
1396 unlink_msg( LDAP *ld, int msgid, int all )