Searched refs:ldap_control_dup (Results 1 – 1 of 1) sorted by relevance
24 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