Lines Matching refs:credentials
544 } credentials; member
1450 #define cc_ccache_store_credentials(ccache, credentials) \ argument
1451 ((ccache) -> functions -> store_credentials (ccache, credentials))
1453 #define cc_ccache_remove_credentials(ccache, credentials) \ argument
1454 ((ccache) -> functions -> remove_credentials (ccache, credentials))
1494 #define cc_credentials_release(credentials) \ argument
1495 ((credentials) -> functions -> release (credentials))
1497 #define cc_credentials_compare(credentials, compare_to, equal) \ argument
1498 ((credentials) -> functions -> compare (credentials, compare_to, equal))
1514 #define cc_credentials_iterator_next(iterator, credentials) \ argument
1515 ((iterator) -> functions -> next (iterator, credentials))