Searched refs:heim_error_create (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/ |
H A D | json.c | 354 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 D | heimbase.c | 776 *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 D | version-script.map | 61 heim_error_create;
|
H A D | bsearch.c | 816 *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 D | db.c | 77 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 D | error.c | 101 heim_error_create(int error_code, const char *fmt, ...) in heim_error_create() function
|
H A D | heimbase.h | 224 heim_error_t heim_error_create(int, const char *, ...)
|
H A D | test_base.c | 224 e = heim_error_create(10, "foo: %s", "bar"); in test_error()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
H A D | cert.c | 300 *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()
|