Searched refs:io_destination_ccache (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/MITKerberosShim-62.1/include/
H A Dmit-CredentialsCache.h1138 * \param io_destination_ccache a ccache object replace with the contents of \a io_source_ccache.
1145 * in \a io_destination_ccache will be replaced with credentials from \a io_source_ccache.
1146 * The only part of \a io_destination_ccache which remains constant is the name. Any other
1147 * callers referring to \a io_destination_ccache will suddenly see new data in it.
1156 cc_ccache_t io_destination_ccache);
/macosx-10.9.5/MITKerberosShim-62.1/Kerberos/
H A DCredentialsCache.h1151 * \param io_destination_ccache a ccache object replace with the contents of \a io_source_ccache.
1158 * in \a io_destination_ccache will be replaced with credentials from \a io_source_ccache.
1159 * The only part of \a io_destination_ccache which remains constant is the name. Any other
1160 * callers referring to \a io_destination_ccache will suddenly see new data in it.
1169 cc_ccache_t io_destination_ccache);
/macosx-10.9.5/MITKerberosShim-62.1/
H A Dccache.c696 ccache_move(cc_ccache_t io_source_ccache, cc_ccache_t io_destination_ccache) argument
699 struct cc_ccache *d = (struct cc_ccache *)io_destination_ccache;

Completed in 97 milliseconds