Home
last modified time | relevance | path

Searched refs:ldap_control_dup (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcontrol.c24 static LDAPControl *ldap_control_dup( LDAPControl *ctrl );
319 ctrlp[i] = ldap_control_dup( ctrl_src[i] );
321 ctrlp[i] = ldap_control_dup( ctrl );
365 ldap_control_dup( newctrls[ count ] )) == NULL ) { in nsldapi_dup_controls()
382 ldap_control_dup( LDAPControl *ctrl ) in ldap_control_dup() function
/onnv-gate/usr/src/lib/libldap4/common/
H A Dcontrols.c47 LDAPControl * ldap_control_dup(LDAPControl *ctrl) in ldap_control_dup() function
110 newctrls[i] = ldap_control_dup(ctrls[i]); in ldap_controls_dup()
/onnv-gate/usr/src/lib/libldap4/include/
H A Dldap-int.h319 LDAPControl * ldap_control_dup(LDAPControl *ctrl);
326 LDAPControl * ldap_control_dup();