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

Lines Matching defs:functions

140  * All functions of the API return some of the error constants listed FIXME; 
145 * functions never modify any of the values passed in by reference.
203 * time = context->functions->get_change_time (context)
206 * All API functions also have convenience preprocessor macros, which make the API
208 * (context, time) is equivalent to context->functions->get_change_time
214 * result = an_object->functions->some_function (opaque_pointer, args)
223 * The specifications below include the names for both the functions and the
237 * ccache is filled with pointers to functions implementing the old semantics; when a
239 * structure for the ccache is filled with poitners to functions implementing the new
323 * inputs and outputs for all functions; function specifications
341 * These constants are used in the locking functions to describe the
344 * This is because locking functions were introduced after the CCAPI
357 * These constants are used in the advisory locking functions to
425 * Before being able to call any functions in the CCache API, the caller
434 const cc_context_f *functions;
460 const cc_ccache_f *functions;
485 const cc_ccache_iterator_f *functions;
510 * function. API functions which receive credentials structures
514 * For API functions see \ref cc_credentials_f.
631 const cc_credentials_f *functions;
653 const cc_credentials_iterator_f *functions;
678 const cc_string_f *functions;
1480 ((context) -> functions -> release (context))
1483 ((context) -> functions -> get_change_time (context, change_time))
1486 ((context) -> functions -> get_default_ccache_name (context, name))
1489 ((context) -> functions -> open_ccache (context, name, ccache))
1492 ((context) -> functions -> open_default_ccache (context, ccache))
1495 ((context) -> functions -> create_ccache (context, name, version, principal, ccache))
1498 ((context) -> functions -> create_default_ccache (context, version, principal, ccache))
1501 ((context) -> functions -> create_new_ccache (context, version, principal, ccache))
1504 ((context) -> functions -> new_ccache_iterator (context, iterator))
1507 ((context) -> functions -> lock (context, type, block))
1510 ((context) -> functions -> unlock (context))
1513 ((context) -> functions -> compare (context, compare_to, equal))
1516 ((context) -> functions -> wait_for_change (context))
1520 ((ccache) -> functions -> release (ccache))
1523 ((ccache) -> functions -> destroy (ccache))
1526 ((ccache) -> functions -> set_default (ccache))
1529 ((ccache) -> functions -> get_credentials_version (ccache, version))
1532 ((ccache) -> functions -> get_name (ccache, name))
1535 ((ccache) -> functions -> get_principal (ccache, version, principal))
1538 ((ccache) -> functions -> set_principal (ccache, version, principal))
1541 ((ccache) -> functions -> store_credentials (ccache, credentials))
1544 ((ccache) -> functions -> remove_credentials (ccache, credentials))
1547 ((ccache) -> functions -> new_credentials_iterator (ccache, iterator))
1550 ((ccache) -> functions -> lock (ccache, type, block))
1553 ((ccache) -> functions -> unlock (ccache))
1556 ((ccache) -> functions -> get_last_default_time (ccache, last_default_time))
1559 ((ccache) -> functions -> get_change_time (ccache, change_time))
1562 ((source) -> functions -> move (source, destination))
1565 ((ccache) -> functions -> compare (ccache, compare_to, equal))
1568 ((ccache) -> functions -> get_kdc_time_offset (ccache, version, time_offset))
1571 ((ccache) -> functions -> set_kdc_time_offset (ccache, version, time_offset))
1574 ((ccache) -> functions -> clear_kdc_time_offset (ccache, version))
1577 ((ccache) -> functions -> wait_for_change (ccache))
1581 ((string) -> functions -> release (string))
1585 ((credentials) -> functions -> release (credentials))
1588 ((credentials) -> functions -> compare (credentials, compare_to, equal))
1592 ((iterator) -> functions -> release (iterator))
1595 ((iterator) -> functions -> next (iterator, ccache))
1598 ((iterator) -> functions -> clone (iterator, new_iterator))
1602 ((iterator) -> functions -> release (iterator))
1605 ((iterator) -> functions -> next (iterator, credentials))
1608 ((iterator) -> functions -> clone (iterator, new_iterator))