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

/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dfcache.c59 #define FCC_CURSOR(C) ((struct fcc_cursor*)(C)) macro
731 ret = init_fcc (context, id, &FCC_CURSOR(*cursor)->sp,
732 &FCC_CURSOR(*cursor)->fd, NULL);
738 ret = krb5_ret_principal (FCC_CURSOR(*cursor)->sp, &principal);
745 fcc_unlock(context, FCC_CURSOR(*cursor)->fd);
760 if (FCC_CURSOR(*cursor) == NULL)
763 if((ret = fcc_lock(context, id, FCC_CURSOR(*cursor)->fd, FALSE)) != 0)
766 ret = krb5_ret_creds(FCC_CURSOR(*cursor)->sp, creds);
770 fcc_unlock(context, FCC_CURSOR(*cursor)->fd);
783 if (FCC_CURSOR(*curso
[all...]

Completed in 59 milliseconds