Home
last modified time | relevance | path

Searched defs:possible_return_values (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi_ccache.c48 cc_int32 possible_return_values[2] = { in check_once_cc_ccache_release() local
122 cc_int32 possible_return_values[2] = { in check_once_cc_ccache_destroy() local
228 cc_int32 possible_return_values[3] = { in check_once_cc_ccache_set_default() local
323 cc_int32 possible_return_values[4] = { in check_once_cc_ccache_get_credentials_version() local
426 cc_int32 possible_return_values[4] = { in check_once_cc_ccache_get_name() local
475 cc_int32 possible_return_values[6] = { in check_once_cc_ccache_get_principal() local
629 cc_int32 possible_return_values[6] = { in check_once_cc_ccache_set_principal() local
760 cc_int32 possible_return_values[6] = { in check_once_cc_ccache_store_credentials() local
912 cc_int32 possible_return_values[6] = { in check_once_cc_ccache_remove_credentials() local
1042 cc_int32 possible_return_values[5] = { in check_once_cc_ccache_new_credentials_iterator() local
[all …]
H A Dtest_ccapi_context.c33 cc_int32 possible_return_values[4] = { in check_once_cc_initialize() local
96 cc_int32 possible_return_values[2] = { in check_once_cc_context_release() local
242 cc_int32 possible_return_values[3] = { in check_once_cc_context_get_change_time() local
318 cc_int32 possible_return_values[4] = { in check_once_cc_context_get_default_ccache_name() local
410 cc_int32 possible_return_values[6] = { in check_once_cc_context_open_ccache() local
503 cc_int32 possible_return_values[5] = { in check_once_cc_context_open_default_ccache() local
605 cc_int32 possible_return_values[6] = { in check_once_cc_context_create_ccache() local
701 cc_int32 possible_return_values[6] = { in check_once_cc_context_create_default_ccache() local
794 cc_int32 possible_return_values[6] = { in check_once_cc_context_create_new_ccache() local
900 cc_int32 possible_return_values[4] = { in check_once_cc_context_new_ccache_iterator() local
[all …]
H A Dtest_ccapi_v2.c163 cc_result possible_return_values[2] = { in check_once_cc_shutdown() local
293 cc_result possible_return_values[3] = { in check_once_cc_get_change_time() local
367 cc_result possible_return_values[5] = { in check_once_cc_open() local
462 cc_result possible_return_values[6] = { in check_once_cc_create() local
537 cc_result possible_return_values[2] = { in check_once_cc_close() local
600 cc_result possible_return_values[2] = { in check_once_cc_destroy() local
681 cc_result possible_return_values[3] = { in check_once_cc_get_cred_version() local
772 cc_result possible_return_values[4] = { in check_once_cc_get_name() local
867 cc_result possible_return_values[4] = { in check_once_cc_get_principal() local
951 cc_result possible_return_values[5] = { in check_once_cc_set_principal() local
[all …]
H A Dtest_ccapi_iterators.c89 cc_int32 possible_return_values[6] = { in check_once_cc_ccache_iterator_next() local
214 cc_int32 possible_return_values[5] = { in check_once_cc_credentials_iterator_next() local
H A Dtest_ccapi_check.h35 #define check_err(err, expected_err, possible_return_values) \ argument