remove_ccache     572 source3/winbindd/winbindd_cred_cache.c 				ntret = remove_ccache(username);
remove_ccache     709 source3/winbindd/winbindd_pam.c 	if (!NT_STATUS_IS_OK(remove_ccache(state->request.data.auth.user))) {
remove_ccache    2328 source3/winbindd/winbindd_pam.c 	result = remove_ccache(state->request.data.logoff.user);
remove_ccache     255 source3/winbindd/winbindd_proto.h NTSTATUS remove_ccache(const char *username);