Searched refs:fcc_unlock (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | fcache.c | 181 fcc_unlock(krb5_context context, int fd) in fcc_unlock() function 462 fcc_unlock(context, fd); in fcc_initialize() 524 fcc_unlock(context, fd); in fcc_store_cred() 682 fcc_unlock(context, fd); in init_fcc() 703 fcc_unlock(context, fd); in fcc_get_principal() 745 fcc_unlock(context, FCC_CURSOR(*cursor)->fd); in fcc_get_first() 770 fcc_unlock(context, FCC_CURSOR(*cursor)->fd); in fcc_get_next() 1008 fcc_unlock(context, fd2); in fcc_move() 1012 fcc_unlock(context, fd1); in fcc_move() 1030 fcc_unlock(context, fd); in fcc_move() [all …]
|