Lines Matching refs:oa_base
138 if ((au->au_origcred.oa_base = malloc(au->au_origcred.oa_length)) ==
146 (void) memcpy(au->au_origcred.oa_base, mymem,
261 xdrmem_create(&xdrs, verf->oa_base,
264 if (au->au_shcred.oa_base != NULL) {
265 free(au->au_shcred.oa_base);
266 au->au_shcred.oa_base = NULL;
273 au->au_shcred.oa_base = NULL;
292 if (auth->ah_cred.oa_base == au->au_origcred.oa_base)
299 xdrmem_create(&xdrs, au->au_origcred.oa_base,
329 free(au->au_origcred.oa_base);
330 if (au->au_shcred.oa_base != NULL)
331 free(au->au_shcred.oa_base);
333 if (auth->ah_verf.oa_base != NULL)
334 free(auth->ah_verf.oa_base);