Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/ccapi/server/
H A Dccs_lock.c57 in_type != cc_lock_write && in ccs_lock_new()
205 *out_is_write_lock = (in_lock->type == cc_lock_write || in ccs_lock_is_write_lock()
H A Dccs_lock_state.c258 if (lock_type == cc_lock_write || lock_type == cc_lock_upgrade) { in ccs_lock_state_check_pending_lock()
277 if (in_pending_lock_type == cc_lock_write) { in ccs_lock_state_check_pending_lock()
301 if (!client_has_lock || (client_lock_type != cc_lock_write && in ccs_lock_state_check_pending_lock()
/freebsd/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi_constants.c54 check_int(cc_lock_write, 1); in check_constants()
/freebsd/crypto/krb5/src/lib/krb5/ccache/ccapi/
H A Dstdcc.c957 err = cc_ccache_lock(ccapi_data->NamedCache, cc_lock_write, cc_lock_block); in krb5_stdccv3_lock()
986 err = cc_context_lock(gCntrlBlock, cc_lock_write, cc_lock_block); in krb5_stdccv3_context_lock()
/freebsd/crypto/krb5/src/include/
H A DCredentialsCache.h335 cc_lock_write = 1, enumerator
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_api_macos.c667 err = cc_ccache_lock(data->cache, cc_lock_write, cc_lock_block); in api_macos_lock()