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

/macosx-10.10.1/libresolv-57/
H A Ddst_internal.h85 #define SAFE_FREE2(a,s) if (a != NULL && s > 0){memset(a,0, s);free(a); a=NULL;} macro
H A Ddst_hmac_link.c361 SAFE_FREE2(tmp, len + 2);
H A Ddst_api.c915 SAFE_FREE2(pk_key->dk_key_name, strlen(pk_key->dk_key_name));

Completed in 102 milliseconds