ccache_threshold   57 source4/auth/credentials/credentials.c 	cred->ccache_threshold = CRED_UNINITIALISED;
ccache_threshold   69 source4/auth/credentials/credentials.h 	enum credentials_obtained ccache_threshold;
ccache_threshold  268 source4/auth/credentials/credentials_krb5.c 	if (cred->ccache_obtained >= cred->ccache_threshold && 
ccache_threshold  338 source4/auth/credentials/credentials_krb5.c 	if (obtained > cred->ccache_threshold) {
ccache_threshold  339 source4/auth/credentials/credentials_krb5.c 		cred->ccache_threshold  = obtained;