Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/
H A Dtest_exec_anatomy.py33 def read_json(filename): function
37 lhs = read_json(expected)
38 rhs = read_json(result)
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Ddb.c86 static int read_json(const char *, heim_object_t *, heim_error_t *);
1076 ret = read_json(heim_string_get_utf8(journal_fname), &journal, error); in db_replay_log()
1260 read_json(const char *dbname, heim_object_t *out, heim_error_t *error) in read_json() function
1398 ret = read_json(dbname, (heim_object_t *)&contents, error); in json_db_open()
1597 ret = read_json(heim_string_get_utf8(jsondb->dbname), in json_db_copy_value()