Home
last modified time | relevance | path

Searched refs:fcc_cursor (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/heimdal/lib/krb5/
H A Dfcache.c43 struct fcc_cursor { struct
59 #define FCC_CURSOR(C) ((struct fcc_cursor*)(C)) argument
724 *cursor = malloc(sizeof(struct fcc_cursor)); in fcc_get_first()
729 memset(*cursor, 0, sizeof(struct fcc_cursor)); in fcc_get_first()