Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dfcache.c45 struct fcc_cursor { struct
63 #define FCC_CURSOR(C) ((struct fcc_cursor*)(C)) argument
845 *cursor = malloc(sizeof(struct fcc_cursor)); in fcc_get_first()
850 memset(*cursor, 0, sizeof(struct fcc_cursor)); in fcc_get_first()