Home | History | Annotate | Download | only in libldap

Lines Matching refs:LDAPConn

391 } LDAPConn;
415 LDAPConn *lr_conn; /* connection used to send request */
485 LDAPConn *ldc_defconn; /* default connection */
487 LDAPConn *ldc_conns; /* list of server connections */
744 LDAPConn *conn, LDAPURLDesc *srvlist, int async );
802 LDAPConn *lc, LDAPreqinfo *bind, int noconn, int m_res );
803 LDAP_F (LDAPConn *) ldap_new_connection( LDAP *ld, LDAPURLDesc **srvlist,
810 LDAP_F (void) ldap_free_connection( LDAP *ld, LDAPConn *lc, int force, int unbind );
811 LDAP_F (void) ldap_dump_connection( LDAP *ld, LDAPConn *lconns, int all );
882 LDAP *ld, LDAPConn *conn,
884 LDAP_F (int) ldap_int_sasl_close LDAP_P(( LDAP *ld, LDAPConn *conn ));
887 LDAP *ld, LDAPConn *conn,
932 LDAPConn *conn, LDAPURLDesc *srv ));
949 LDAP_F(void) ldap_int_gssapi_close LDAP_P(( LDAP *ld, LDAPConn *lc ));