Lines Matching refs:SCACHE
61 #define SCACHE(X) ((krb5_scache *)(X)->data.data) macro
485 return SCACHE(id)->name; in scc_get_name()
563 krb5_scache *s = SCACHE(id); in scc_initialize()
626 scc_free(SCACHE(id)); in scc_close()
634 krb5_scache *s = SCACHE(id); in scc_destroy()
714 krb5_scache *s = SCACHE(id); in scc_store_cred()
821 krb5_scache *s = SCACHE(id); in scc_get_principal()
877 krb5_scache *s = SCACHE(id); in scc_get_first()
985 krb5_scache *s = SCACHE(id); in scc_get_next()
1037 krb5_scache *s = SCACHE(id); in scc_end_get()
1056 krb5_scache *s = SCACHE(id); in scc_remove_cred()
1296 krb5_scache *sfrom = SCACHE(from); in scc_move()
1297 krb5_scache *sto = SCACHE(to); in scc_move()
1387 krb5_scache *s = SCACHE(id); in scc_set_default()