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

/illumos-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 ) {
382 ldap_control_dup( LDAPControl *ctrl ) function

Completed in 56 milliseconds