Lines Matching refs:functions

397     const cc_context_f *functions;  member
423 const cc_ccache_f *functions; member
448 const cc_ccache_iterator_f *functions; member
553 const cc_credentials_f *functions; member
575 const cc_credentials_iterator_f *functions; member
600 const cc_string_f *functions; member
1390 ((context) -> functions -> release (context))
1393 ((context) -> functions -> get_change_time (context, change_time))
1396 ((context) -> functions -> get_default_ccache_name (context, name))
1399 ((context) -> functions -> open_ccache (context, name, ccache))
1402 ((context) -> functions -> open_default_ccache (context, ccache))
1405 ((context) -> functions -> create_ccache (context, name, version, principal, ccache))
1408 ((context) -> functions -> create_default_ccache (context, version, principal, ccache))
1411 ((context) -> functions -> create_new_ccache (context, version, principal, ccache))
1414 ((context) -> functions -> new_ccache_iterator (context, iterator))
1417 ((context) -> functions -> lock (context, type, block))
1420 ((context) -> functions -> unlock (context))
1423 ((context) -> functions -> compare (context, compare_to, equal))
1426 ((context) -> functions -> wait_for_change (context))
1430 ((ccache) -> functions -> release (ccache))
1433 ((ccache) -> functions -> destroy (ccache))
1436 ((ccache) -> functions -> set_default (ccache))
1439 ((ccache) -> functions -> get_credentials_version (ccache, version))
1442 ((ccache) -> functions -> get_name (ccache, name))
1445 ((ccache) -> functions -> get_principal (ccache, version, principal))
1448 ((ccache) -> functions -> set_principal (ccache, version, principal))
1451 ((ccache) -> functions -> store_credentials (ccache, credentials))
1454 ((ccache) -> functions -> remove_credentials (ccache, credentials))
1457 ((ccache) -> functions -> new_credentials_iterator (ccache, iterator))
1460 ((ccache) -> functions -> lock (ccache, type, block))
1463 ((ccache) -> functions -> unlock (ccache))
1466 ((ccache) -> functions -> get_last_default_time (ccache, last_default_time))
1469 ((ccache) -> functions -> get_change_time (ccache, change_time))
1472 ((source) -> functions -> move (source, destination))
1475 ((ccache) -> functions -> compare (ccache, compare_to, equal))
1478 ((ccache) -> functions -> get_kdc_time_offset (ccache, version, time_offset))
1481 ((ccache) -> functions -> set_kdc_time_offset (ccache, version, time_offset))
1484 ((ccache) -> functions -> clear_kdc_time_offset (ccache, version))
1487 ((ccache) -> functions -> wait_for_change (ccache))
1491 ((string) -> functions -> release (string))
1495 ((credentials) -> functions -> release (credentials))
1498 ((credentials) -> functions -> compare (credentials, compare_to, equal))
1502 ((iterator) -> functions -> release (iterator))
1505 ((iterator) -> functions -> next (iterator, ccache))
1508 ((iterator) -> functions -> clone (iterator, new_iterator))
1512 ((iterator) -> functions -> release (iterator))
1515 ((iterator) -> functions -> next (iterator, credentials))
1518 ((iterator) -> functions -> clone (iterator, new_iterator))