Home
last modified time | relevance | path

Searched refs:k5_check_error (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/krb5/src/util/support/
H A Dipc_stream.c41 #define k5_check_error(x) (x) macro
61 if (!io_stream) { err = k5_check_error (EINVAL); } in krb5int_ipc_stream_reallocate()
96 err = k5_check_error (ENOMEM); in krb5int_ipc_stream_reallocate()
100 return k5_check_error (err); in krb5int_ipc_stream_reallocate()
110 if (!out_stream) { err = k5_check_error (EINVAL); } in krb5int_ipc_stream_new()
117 err = k5_check_error (ENOMEM); in krb5int_ipc_stream_new()
128 return k5_check_error (err); in krb5int_ipc_stream_new()
173 if (!io_stream) { err = k5_check_error (EINVAL); } in krb5int_ipc_stream_read()
174 if (!io_data ) { err = k5_check_error (EINVAL); } in krb5int_ipc_stream_read()
178 err = k5_check_error (EINVAL); in krb5int_ipc_stream_read()
[all …]