Home
last modified time | relevance | path

Searched refs:ld_clientcontrols (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dunbind.c157 if ( ld->ld_clientcontrols != NULL ) in ldap_ld_free()
158 ldap_controls_free( ld->ld_clientcontrols ); in ldap_ld_free()
H A Dgetoption.c167 ld->ld_servercontrols : ld->ld_clientcontrols ); in ldap_get_option()
H A Dsetoption.c177 rc = nsldapi_dup_controls(ld, &ld->ld_clientcontrols, in ldap_set_option()
H A Dldap-int.h371 LDAPControl **ld_clientcontrols; member