Lines Matching refs:ad_private
50 #define AUTH_PRIVATE(auth) (struct ad_private *) auth->ah_private
80 struct ad_private { struct
130 struct ad_private *ad; in libc_hidden_def()
137 ad = ALLOC (struct ad_private); in libc_hidden_def()
145 memset (ad, 0, sizeof (struct ad_private)); in libc_hidden_def()
209 FREE (ad, sizeof (struct ad_private)); in libc_hidden_def()
242 struct ad_private *ad = AUTH_PRIVATE (auth); in authdes_marshal()
346 struct ad_private *ad = AUTH_PRIVATE (auth); in authdes_validate()
403 struct ad_private *ad = AUTH_PRIVATE (auth); in authdes_refresh()
434 struct ad_private *ad = AUTH_PRIVATE (auth); in authdes_destroy()
438 FREE (ad, sizeof (struct ad_private)); in authdes_destroy()