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

Lines Matching defs:cc_context_t

100  * \li \ref cc_context_f "cc_context_t Functions"
185 * Every object returned by the API (cc_context_t, cc_ccache_t, cc_ccache_iterator_t,
196 * get_change_time() on a cc_context_t, one would call cc_initialize() which creates
197 * a new cc_context_t and then call its get_change_time(), like this:
200 * cc_context_t context;
421 * \defgroup cc_context_reference cc_context_t Overview
424 * The cc_context_t type gives the caller access to a ccache collection.
426 * needs to acquire an instance of cc_context_t by calling cc_initialize().
440 typedef cc_context_d *cc_context_t;
688 * Function pointer table for cc_context_t. For more information see
695 * \brief \b cc_context_release(): Release memory associated with a cc_context_t.
697 cc_int32 (*release) (cc_context_t io_context);
725 cc_int32 (*get_change_time) (cc_context_t in_context,
750 cc_int32 (*get_default_ccache_name) (cc_context_t in_context,
768 cc_int32 (*open_ccache) (cc_context_t in_context,
785 cc_int32 (*open_default_ccache) (cc_context_t in_context,
835 cc_int32 (*create_ccache) (cc_context_t in_context,
857 cc_int32 (*create_default_ccache) (cc_context_t in_context,
878 cc_int32 (*create_new_ccache) (cc_context_t in_context,
897 cc_int32 (*new_ccache_iterator) (cc_context_t in_context,
939 cc_int32 (*lock) (cc_context_t in_context,
948 cc_int32 (*unlock) (cc_context_t in_cc_context);
957 cc_int32 (*compare) (cc_context_t in_cc_context,
958 cc_context_t in_compare_to_context,
989 cc_int32 (*wait_for_change) (cc_context_t in_cc_context);
1468 CCACHE_API cc_int32 cc_initialize (cc_context_t *out_context,