• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/MITKerberosShim-66/include/

Lines Matching refs:cc_ccache_t

90  * \li \ref cc_ccache_f "cc_ccache_t Functions"
172 * Every object returned by the API (cc_context_t, cc_ccache_t, cc_ccache_iterator_t,
217 * For example, consider the case when the signature or the semantics of a cc_ccache_t
432 * \defgroup cc_ccache_reference cc_ccache_t Overview
435 * The cc_ccache_t type represents a reference to a ccache.
437 * via a cc_ccache_t. A cc_ccache_t can be acquired via
453 typedef cc_ccache_d *cc_ccache_t;
757 cc_ccache_t *out_ccache);
773 cc_ccache_t *out_ccache);
826 cc_ccache_t *out_ccache);
847 cc_ccache_t *out_ccache);
868 cc_ccache_t *out_ccache);
980 * Function pointer table for cc_ccache_t. For more information see
987 * \brief \b cc_ccache_release(): Release memory associated with a cc_ccache_t object.
990 cc_int32 (*release) (cc_ccache_t io_ccache);
1002 cc_int32 (*destroy) (cc_ccache_t io_ccache);
1009 cc_int32 (*set_default) (cc_ccache_t io_ccache);
1026 cc_int32 (*get_credentials_version) (cc_ccache_t in_ccache,
1036 cc_int32 (*get_name) (cc_ccache_t in_ccache,
1054 cc_int32 (*get_principal) (cc_ccache_t in_ccache,
1071 cc_int32 (*set_principal) (cc_ccache_t io_ccache,
1093 cc_int32 (*store_credentials) (cc_ccache_t io_ccache,
1116 cc_int32 (*remove_credentials) (cc_ccache_t io_ccache,
1133 cc_int32 (*new_credentials_iterator) (cc_ccache_t in_ccache,
1155 cc_int32 (*move) (cc_ccache_t io_source_ccache,
1156 cc_ccache_t io_destination_ccache);
1190 cc_int32 (*lock) (cc_ccache_t io_ccache,
1199 cc_int32 (*unlock) (cc_ccache_t io_ccache);
1212 cc_int32 (*get_last_default_time) (cc_ccache_t in_ccache,
1241 cc_int32 (*get_change_time) (cc_ccache_t in_ccache,
1251 cc_int32 (*compare) (cc_ccache_t in_ccache,
1252 cc_ccache_t in_compare_to_ccache,
1270 cc_int32 (*get_kdc_time_offset) (cc_ccache_t in_ccache,
1288 cc_int32 (*set_kdc_time_offset) (cc_ccache_t io_ccache,
1304 cc_int32 (*clear_kdc_time_offset) (cc_ccache_t io_ccache,
1334 cc_int32 (*wait_for_change) (cc_ccache_t in_ccache);
1396 cc_ccache_t *out_ccache);