Lines Matching refs:FREE
62 #define FREE(ptr, size) mem_free((char *)(ptr), (int) size) macro
230 FREE(auth, sizeof (AUTH)); in authdes_pk_seccreate()
233 FREE(ad->ad_fullname, ad->ad_fullnamelen + 1); in authdes_pk_seccreate()
235 FREE(ad->ad_servername, ad->ad_servernamelen + 1); in authdes_pk_seccreate()
237 FREE(ad->ad_timehost, strlen(ad->ad_timehost) + 1); in authdes_pk_seccreate()
239 FREE(ad->ad_netid, strlen(ad->ad_netid) + 1); in authdes_pk_seccreate()
241 FREE(ad->ad_uaddr, strlen(ad->ad_uaddr) + 1); in authdes_pk_seccreate()
242 FREE(ad, sizeof (struct ad_private)); in authdes_pk_seccreate()
463 FREE(ad->ad_fullname, ad->ad_fullnamelen + 1); in authdes_destroy()
464 FREE(ad->ad_servername, ad->ad_servernamelen + 1); in authdes_destroy()
466 FREE(ad->ad_timehost, strlen(ad->ad_timehost) + 1); in authdes_destroy()
468 FREE(ad->ad_netid, strlen(ad->ad_netid) + 1); in authdes_destroy()
470 FREE(ad->ad_uaddr, strlen(ad->ad_uaddr) + 1); in authdes_destroy()
471 FREE(ad, sizeof (struct ad_private)); in authdes_destroy()
472 FREE(auth, sizeof(AUTH)); in authdes_destroy()