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

Lines Matching refs:cc_ccache_t

103  * \li \ref cc_ccache_f "cc_ccache_t Functions"
185 * Every object returned by the API (cc_context_t, cc_ccache_t, cc_ccache_iterator_t,
230 * For example, consider the case when the signature or the semantics of a cc_ccache_t
445 * \defgroup cc_ccache_reference cc_ccache_t Overview
448 * The cc_ccache_t type represents a reference to a ccache.
450 * via a cc_ccache_t. A cc_ccache_t can be acquired via
466 typedef cc_ccache_d *cc_ccache_t;
770 cc_ccache_t *out_ccache);
786 cc_ccache_t *out_ccache);
839 cc_ccache_t *out_ccache);
860 cc_ccache_t *out_ccache);
881 cc_ccache_t *out_ccache);
993 * Function pointer table for cc_ccache_t. For more information see
1000 * \brief \b cc_ccache_release(): Release memory associated with a cc_ccache_t object.
1003 cc_int32 (*release) (cc_ccache_t io_ccache);
1015 cc_int32 (*destroy) (cc_ccache_t io_ccache);
1022 cc_int32 (*set_default) (cc_ccache_t io_ccache);
1039 cc_int32 (*get_credentials_version) (cc_ccache_t in_ccache,
1049 cc_int32 (*get_name) (cc_ccache_t in_ccache,
1067 cc_int32 (*get_principal) (cc_ccache_t in_ccache,
1084 cc_int32 (*set_principal) (cc_ccache_t io_ccache,
1106 cc_int32 (*store_credentials) (cc_ccache_t io_ccache,
1129 cc_int32 (*remove_credentials) (cc_ccache_t io_ccache,
1146 cc_int32 (*new_credentials_iterator) (cc_ccache_t in_ccache,
1168 cc_int32 (*move) (cc_ccache_t io_source_ccache,
1169 cc_ccache_t io_destination_ccache);
1203 cc_int32 (*lock) (cc_ccache_t io_ccache,
1212 cc_int32 (*unlock) (cc_ccache_t io_ccache);
1225 cc_int32 (*get_last_default_time) (cc_ccache_t in_ccache,
1254 cc_int32 (*get_change_time) (cc_ccache_t in_ccache,
1264 cc_int32 (*compare) (cc_ccache_t in_ccache,
1265 cc_ccache_t in_compare_to_ccache,
1283 cc_int32 (*get_kdc_time_offset) (cc_ccache_t in_ccache,
1301 cc_int32 (*set_kdc_time_offset) (cc_ccache_t io_ccache,
1317 cc_int32 (*clear_kdc_time_offset) (cc_ccache_t io_ccache,
1347 cc_int32 (*wait_for_change) (cc_ccache_t in_ccache);
1409 cc_ccache_t *out_ccache);