Home
last modified time | relevance | path

Searched refs:ld_servercontrols (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dunbind.c155 if ( ld->ld_servercontrols != NULL ) in ldap_ld_free()
156 ldap_controls_free( ld->ld_servercontrols ); in ldap_ld_free()
H A Dgetoption.c167 ld->ld_servercontrols : ld->ld_clientcontrols ); in ldap_get_option()
H A Dsetoption.c172 rc = nsldapi_dup_controls(ld, &ld->ld_servercontrols, in ldap_set_option()
H A Dcontrol.c46 ctrls = ld->ld_servercontrols; in nsldapi_put_controls()
H A Dldap-int.h370 LDAPControl **ld_servercontrols; member