Lines Matching refs:FCC_CURSOR
59 #define FCC_CURSOR(C) ((struct fcc_cursor*)(C)) macro
731 ret = init_fcc (context, id, &FCC_CURSOR(*cursor)->sp, in fcc_get_first()
732 &FCC_CURSOR(*cursor)->fd, NULL); in fcc_get_first()
738 ret = krb5_ret_principal (FCC_CURSOR(*cursor)->sp, &principal); in fcc_get_first()
745 fcc_unlock(context, FCC_CURSOR(*cursor)->fd); in fcc_get_first()
760 if (FCC_CURSOR(*cursor) == NULL) in fcc_get_next()
763 if((ret = fcc_lock(context, id, FCC_CURSOR(*cursor)->fd, FALSE)) != 0) in fcc_get_next()
766 ret = krb5_ret_creds(FCC_CURSOR(*cursor)->sp, creds); in fcc_get_next()
770 fcc_unlock(context, FCC_CURSOR(*cursor)->fd); in fcc_get_next()
783 if (FCC_CURSOR(*cursor) == NULL) in fcc_end_get()
786 krb5_storage_free(FCC_CURSOR(*cursor)->sp); in fcc_end_get()
787 close (FCC_CURSOR(*cursor)->fd); in fcc_end_get()