Lines Matching refs:LDAP

47  * Create a new LDAP session handle, but with NSPR I/O, threading, and DNS
51 * this LDAP * handle from more than one thread.
53 * Returns an LDAP session handle (or NULL if an error occurs).
55 LDAP * LDAP_CALL prldap_init( const char *defhost, int defport, int shared );
65 * for all new LDAP * handles).
68 * this LDAP * handle from more than one thread.
70 * Returns an LDAP API error code (LDAP_SUCCESS if all goes well).
72 int LDAP_CALL prldap_install_routines( LDAP *ld, int shared );
78 * Given an LDAP session handle or a session argument such is passed to
85 * Returns an LDAP API error code (LDAP_SUCCESS if all goes well).
87 int LDAP_CALL prldap_set_session_option( LDAP *ld, void *sessionarg,
94 * Given an LDAP session handle or a session argument such is passed to
101 * Returns an LDAP API error code (LDAP_SUCCESS if all goes well).
103 int LDAP_CALL prldap_get_session_option( LDAP *ld, void *sessionarg,
159 * Given an LDAP session handle or a session argument such is passed to
164 * Returns an LDAP API error code (LDAP_SUCCESS if all goes well).
166 int LDAP_CALL prldap_set_session_info( LDAP *ld, void *sessionarg,
173 * Given an LDAP session handle or a session argument such is passed to
178 * Returns an LDAP API error code (LDAP_SUCCESS if all goes well, in
181 int LDAP_CALL prldap_get_session_info( LDAP *ld, void *sessionarg,
204 * Returns an LDAP API error code (LDAP_SUCCESS if all goes well).
218 * Returns an LDAP API error code (LDAP_SUCCESS if all goes well, in
227 * Given an LDAP session handle, retrieve socket specific information.
230 * Returns an LDAP API error code (LDAP_SUCCESS if all goes well, in
233 int LDAP_CALL prldap_get_default_socket_info( LDAP *ld, PRLDAPSocketInfo *soip );
238 * Given an LDAP session handle, set socket specific information.
241 * Returns an LDAP API error code (LDAP_SUCCESS if all goes well, in
244 int LDAP_CALL prldap_set_default_socket_info( LDAP *ld, PRLDAPSocketInfo *soip );