Searched refs:k5_check_error (Results 1 – 1 of 1) sorted by relevance
41 #define k5_check_error(x) (x) macro61 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 …]