Searched refs:ldap_control_copy_contents (Results 1 – 2 of 2) sorted by relevance
20 static int ldap_control_copy_contents(LDAPControl *, LDAPControl *);54 if (ldap_control_copy_contents(newctrl, ctrl) != LDAP_SUCCESS) { in ldap_control_dup()63 static int ldap_control_copy_contents(LDAPControl *ctrl_dst, in ldap_control_copy_contents() function
25 static int ldap_control_copy_contents( LDAPControl *ctrl_dst,391 if ( ldap_control_copy_contents( rctrl, ctrl ) != LDAP_SUCCESS ) { in ldap_control_dup()405 ldap_control_copy_contents( LDAPControl *ctrl_dst, LDAPControl *ctrl_src ) in ldap_control_copy_contents() function