Lines Matching refs:LDAP
652 char *nsldapi_get_binddn( LDAP *ld );
657 void nsldapi_add_result_to_cache( LDAP *ld, LDAPMessage *result );
668 int nsldapi_parse_result( LDAP *ld, int msgtype, BerElement *rber,
676 void nsldapi_mutex_alloc_all( LDAP *ld );
677 void nsldapi_mutex_free_all( LDAP *ld );
678 int nsldapi_open_ldap_defconn( LDAP *ld );
684 int nsldapi_connect_to_host( LDAP *ld, Sockbuf *sb, const char *host,
686 void nsldapi_close_connection( LDAP *ld, Sockbuf *sb );
688 int nsldapi_iostatus_poll( LDAP *ld, struct timeval *timeout );
689 void nsldapi_iostatus_free( LDAP *ld );
690 int nsldapi_iostatus_interest_write( LDAP *ld, Sockbuf *sb );
691 int nsldapi_iostatus_interest_read( LDAP *ld, Sockbuf *sb );
692 int nsldapi_iostatus_interest_clear( LDAP *ld, Sockbuf *sb );
693 int nsldapi_iostatus_is_read_ready( LDAP *ld, Sockbuf *sb );
694 int nsldapi_iostatus_is_write_ready( LDAP *ld, Sockbuf *sb );
695 int nsldapi_install_lber_extiofns( LDAP *ld, Sockbuf *sb );
696 int nsldapi_install_compat_io_fns( LDAP *ld, struct ldap_io_fns *iofns );
701 int nsldapi_parse_reference( LDAP *ld, BerElement *rber, char ***referralsp,
707 int ldap_msgdelete( LDAP *ld, int msgid );
708 int nsldapi_result_nolock( LDAP *ld, int msgid, int all, int unlock_permitted,
710 int nsldapi_wait_result( LDAP *ld, int msgid, int all, struct timeval *timeout,
712 int nsldapi_post_result( LDAP *ld, int msgid, LDAPMessage *result );
717 int nsldapi_send_initial_request( LDAP *ld, int msgid, unsigned long msgtype,
719 int nsldapi_alloc_ber_with_options( LDAP *ld, BerElement **berp );
720 void nsldapi_set_ber_options( LDAP *ld, BerElement *ber );
721 int nsldapi_ber_flush( LDAP *ld, Sockbuf *sb, BerElement *ber, int freeit,
723 int nsldapi_send_server_request( LDAP *ld, BerElement *ber, int msgid,
726 LDAPConn *nsldapi_new_connection( LDAP *ld, LDAPServer **srvlistp, int use_ldsb,
728 LDAPRequest *nsldapi_find_request_by_msgid( LDAP *ld, int msgid );
729 void nsldapi_free_request( LDAP *ld, LDAPRequest *lr, int free_conn );
730 void nsldapi_free_connection( LDAP *ld, LDAPConn *lc,
733 void nsldapi_dump_connection( LDAP *ld, LDAPConn *lconns, int all );
734 void nsldapi_dump_requests_and_responses( LDAP *ld );
735 int nsldapi_chase_v2_referrals( LDAP *ld, LDAPRequest *lr, char **errstrp,
737 int nsldapi_chase_v3_refs( LDAP *ld, LDAPRequest *lr, char **refs,
739 int nsldapi_append_referral( LDAP *ld, char **referralsp, char *s );
740 void nsldapi_connection_lost_nolock( LDAP *ld, Sockbuf *sb );
745 int nsldapi_build_search_req( LDAP *ld, const char *base, int scope,
754 int ldap_ld_free( LDAP *ld, LDAPControl **serverctrls,
756 int nsldapi_send_unbind( LDAP *ld, Sockbuf *sb, LDAPControl **serverctrls,
790 int nsldapi_put_controls( LDAP *ld, LDAPControl **ctrls, int closeseq,
793 int nsldapi_dup_controls( LDAP *ld, LDAPControl ***ldctrls,
814 int prldap_x_install_dns_skipdb(LDAP *ld, const char *skip);
825 prldap_install_io_functions( LDAP *ld, int shared );
827 prldap_install_dns_functions( LDAP *ld );
829 prldap_install_thread_functions( LDAP *ld, int shared );
845 void ldap_set_string_translators( LDAP *ld,
847 int ldap_translate_from_t61( LDAP *ld, char **bufp,
849 int ldap_translate_to_t61( LDAP *ld, char **bufp,
851 void ldap_enable_translation( LDAP *ld, LDAPMessage *entry,
866 int ldap_memcache_createkey( LDAP *ld, const char *base, int scope,
870 int ldap_memcache_result( LDAP *ld, int msgid, unsigned long key );
871 int ldap_memcache_new( LDAP *ld, int msgid, unsigned long key,
873 int ldap_memcache_append( LDAP *ld, int msgid, int bLast, LDAPMessage *result );
874 int ldap_memcache_abandon( LDAP *ld, int msgid );