Lines Matching refs:LDAP

61 static int ldap_abandoned( LDAP *ld, int msgid );
62 static int ldap_mark_abandoned( LDAP *ld, int msgid );
63 static int wait4msg( LDAP *ld, int msgid, int all, struct timeval *timeout,
65 static int read1msg( LDAP *ld, int msgid, int all, Sockbuf *sb, LDAPConn *lc,
67 static int build_result_ber( LDAP *ld, BerElement *ber, LDAPRequest *lr );
68 static void merge_error_info( LDAP *ld, LDAPRequest *parentr, LDAPRequest *lr );
70 static int ldap_select1( LDAP *ld, struct timeval *timeout );
108 ldap_result( LDAP *ld, int msgid, int all, struct timeval *timeout,
228 wait4msg( LDAP *ld, int msgid, int all, struct timeval *timeout,
356 read1msg( LDAP *ld, int msgid, int all, Sockbuf *sb,
550 /* LDAP V3 reference. Decode it */
551 Debug(LDAP_DEBUG_TRACE, catgets(slapdcat, 1, -1, "LDAP search reference received. Will follow it later\n"),
838 build_result_ber( LDAP *ld, BerElement *ber, LDAPRequest *lr )
887 merge_error_info( LDAP *ld, LDAPRequest *parentr, LDAPRequest *lr )
946 ldap_select1( LDAP *ld, struct timeval *timeout )
969 ldap_select1( LDAP *ld, struct timeval *timeout )
978 ldap_select1( LDAP *ld, struct timeval *timeout )
995 ldap_select1( LDAP *ld, struct timeval *timeout )
1016 ldap_select1( LDAP *ld, struct timeval *timeout )
1063 ldap_msgdelete( LDAP *ld, int msgid )
1113 ldap_abandoned( LDAP *ld, int msgid )
1130 ldap_mark_abandoned( LDAP *ld, int msgid )
1154 cldap_getmsg( LDAP *ld, struct timeval *timeout, BerElement *ber )
1209 int ldap_parse_result(LDAP *ld, LDAPMessage *res, int *errcodep, char **matcheddnp,
1392 int ldap_parse_sasl_bind_result(LDAP *ld, LDAPMessage *res, struct berval **servercredp, int freeit)
1521 int ldap_parse_extended_result(LDAP *ld, LDAPMessage *res, char **resultoidp,