Lines Matching refs:LDAP

43  * Create a new LDAP session handle, but with NSPR I/O, threading, and DNS
47 * this LDAP * handle from more than one thread.
49 * prldap_init() returns an LDAP session handle (or NULL if an error occurs).
51 LDAP * LDAP_CALL
54 LDAP *ld;
75 * for all new LDAP * handles).
78 * this LDAP * handle from more than one thread.
80 * prldap_install_routines() returns an LDAP API error code (LDAP_SUCCESS
84 prldap_install_routines( LDAP *ld, int shared )
100 * Given an LDAP session handle or a session argument such is passed to
107 * Returns an LDAP API error code (LDAP_SUCCESS if all goes well).
110 prldap_set_session_option( LDAP *ld, void *sessionarg, int option, ... )
142 * Given an LDAP session handle or a session argument such is passed to
149 * Returns an LDAP API error code (LDAP_SUCCESS if all goes well).
151 int LDAP_CALL prldap_get_session_option( LDAP *ld, void *sessionarg,
184 * Given an LDAP session handle, set some application-specific data.
186 * Returns an LDAP API error code (LDAP_SUCCESS if all goes well).
189 prldap_set_session_info( LDAP *ld, void *sessionarg, PRLDAPSessionInfo *seip )
219 * Given an LDAP session handle, retrieve some application-specific data.
221 * Returns an LDAP API error code (LDAP_SUCCESS if all goes well, in
225 prldap_get_session_info( LDAP *ld, void *sessionarg, PRLDAPSessionInfo *seip )
258 * Returns an LDAP API error code (LDAP_SUCCESS if all goes well).
287 * Returns an LDAP API error code (LDAP_SUCCESS if all goes well, in
310 * Given an LDAP session handle, retrieve socket specific information.
313 * Returns an LDAP API error code (LDAP_SUCCESS if all goes well, in
317 prldap_get_default_socket_info( LDAP *ld, PRLDAPSocketInfo *soip )
348 * Given an LDAP session handle, set socket specific information.
351 * Returns an LDAP API error code (LDAP_SUCCESS if all goes well, in
355 prldap_set_default_socket_info( LDAP *ld, PRLDAPSocketInfo *soip )