Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dunbind.c155 if ( ld->ld_clientcontrols != NULL ) in ldap_ld_free()
156 ldap_controls_free( ld->ld_clientcontrols ); in ldap_ld_free()
H A Dgetoption.c165 ld->ld_servercontrols : ld->ld_clientcontrols ); in ldap_get_option()
H A Dsetoption.c175 rc = nsldapi_dup_controls(ld, &ld->ld_clientcontrols, in ldap_set_option()
H A Dldap-int.h369 LDAPControl **ld_clientcontrols; member