Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Djson.c354 ctx->error = heim_error_create(EINVAL, "Strict JSON string encoding " in parse_string()
360 ctx->error = heim_error_create(EINVAL, "Expected a JSON string but " in parse_string()
432 ctx->error = heim_error_create(EINVAL, "ran out of string"); in parse_string()
481 ctx->error = heim_error_create(EINVAL, "Invalid JSON encoding"); in parse_pair()
624 ctx->error = heim_error_create(EINVAL, "JSON object too deep"); in parse_value()
632 ctx->error = heim_error_create(EINVAL, "JSON object too deep"); in parse_value()
659 ctx->error = heim_error_create(EINVAL, "unknown char %c at %lu line %lu", in parse_value()
796 *error = heim_error_create(1, "Impossible to JSON-encode " in heim_json_copy_serialize()
H A Dheimbase.c776 *error = heim_error_create(EINVAL, in heim_path_vget2()
785 *error = heim_error_create(EINVAL, in heim_path_vget2()
936 *error = heim_error_create(EINVAL, in heim_path_vcreate()
948 *error = heim_error_create(EINVAL, "Interior node is a DB"); in heim_path_vcreate()
973 *error = heim_error_create(ret, "Node in path not a " in heim_path_vcreate()
1005 *error = heim_error_create(ret, "Could not set " in heim_path_vcreate()
H A Dversion-script.map61 heim_error_create;
H A Dbsearch.c816 *error = heim_error_create(EINVAL, in stdb_open()
824 *error = heim_error_create(ENOTSUP, in stdb_open()
878 *error = heim_error_create(ret, "%s", strerror(ret)); in stdb_copy_value()
H A Ddb.c77 heim_error_get_code((*(ep) = heim_error_create args)) : (ec))
375 *error = heim_error_create(ENOENT, in heim_db_create()
399 *error = heim_error_create(ENOENT, in heim_db_create()
471 *error = heim_error_create(ENOENT, in heim_db_clone()
1214 *error = heim_error_create(ret, N_("Could not open JSON file %s: %s", ""), in open_file()
1234 *error = heim_error_create(ret, N_("Could not open JSON file %s: %s", ""), in open_file()
H A Derror.c101 heim_error_create(int error_code, const char *fmt, ...) in heim_error_create() function
H A Dheimbase.h224 heim_error_t heim_error_create(int, const char *, ...)
H A Dtest_base.c224 e = heim_error_create(10, "foo: %s", "bar"); in test_error()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcert.c300 *error = heim_error_create(ret, "Failed to decode certificate"); in hx509_cert_init_data()
306 *error = heim_error_create(HX509_EXTRA_DATA_AFTER_STRUCTURE, in hx509_cert_init_data()