Searched refs:fctx (Results 1 – 2 of 2) sorted by relevance
198 (krb5_context context, struct find_authdata_context *fctx, in grow_find_authdata() argument202 if (fctx->length == fctx->space) { in grow_find_authdata()204 if (fctx->space >= 256) { in grow_find_authdata()208 new = realloc(fctx->out, in grow_find_authdata()209 sizeof (krb5_authdata *)*(2*fctx->space+1)); in grow_find_authdata()212 fctx->out = new; in grow_find_authdata()213 fctx->space *=2; in grow_find_authdata()215 fctx->out[fctx->length+1] = NULL; in grow_find_authdata()217 &fctx->out[fctx->length]); in grow_find_authdata()219 fctx->length++; in grow_find_authdata()[all …]
481 struct smbfs_fctx *fctx; in smbfs_rele_fid() local502 if ((fctx = np->n_dirseq) != NULL) { in smbfs_rele_fid()505 error = smbfs_smb_findclose(fctx, scred); in smbfs_rele_fid()