Searched refs:dupval (Results 1 - 3 of 3) sorted by path

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap.h1043 int dupval,
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dcontrols.c482 int dupval,
505 if ( dupval ) {
478 ldap_control_create( LDAP_CONST char *requestOID, int iscritical, struct berval *value, int dupval, LDAPControl **ctrlp ) argument
/macosx-10.10/libresolv-57/
H A Ddns.c185 char *dupval; local
217 dupval = strdup(val);
218 if (dupval == NULL) return -1;
232 free(dupval);
237 pdns->search_list[pdns->search_count] = dupval;

Completed in 240 milliseconds