Home
last modified time | relevance | path

Searched refs:json_object_from_file (Results 1 – 25 of 57) sorted by relevance

123

/dports/devel/json-c/json-c-0.15/tests/
H A Dtest_util_file.expected5 OK: json_object_from_file(./not_present.json) correctly returned NULL: json_object_from_file: error…
39 OK: json_object_from_file(valid.json)={ "foo": 123, "obj2": { "obj3": { "obj4": { "foo": 999 } } } }
H A Dtest_util_file.c238 json_object *jso = json_object_from_file(filename); in test_read_nonexistant()
288 json_object *jso = json_object_from_file(filename); in test_read_fd_equal()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/jsonc/tests/
H A Dtest_util_file.expected2 OK: json_object_from_file(./not_present.json) correctly returned NULL: json_object_from_file: error…
H A Dtest_util_file.c170 json_object *jso = json_object_from_file(filename); in test_read_nonexistant()
/dports/net/mpich/mpich-3.4.3/modules/json-c/tests/
H A Dtest_util_file.expected5 OK: json_object_from_file(./not_present.json) correctly returned NULL: json_object_from_file: error…
H A Dtest_util_file.c230 json_object *jso = json_object_from_file(filename); in test_read_nonexistant()
/dports/science/silo/silo-4.10.2-bsd/tests/
H A Djson.c160 file_obj = json_object_from_file("onehex.json"); in main()
195 fil_obj = json_object_from_file("onehex.json"); in main()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/json/
H A Djson_util.h20 extern struct json_object* json_object_from_file(char *filename);
H A Djson_util.c54 struct json_object* json_object_from_file(char *filename) in json_object_from_file() function
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/geojson/libjson/
H A Djson_util.h24 extern struct json_object* json_object_from_file(const char *filename);
H A Dsymbol_renames.h95 #define json_object_from_file gdal_json_object_from_file macro
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/geojson/libjson/
H A Djson_util.h24 extern struct json_object* json_object_from_file(const char *filename);
H A Dsymbol_renames.h94 #define json_object_from_file gdal_json_object_from_file macro
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/geojson/libjson/
H A Djson_util.h24 extern struct json_object* json_object_from_file(const char *filename);
H A Dsymbol_renames.h94 #define json_object_from_file gdal_json_object_from_file macro
/dports/chinese/fcitx/fcitx-4.2.9.7/src/im/keyboard/
H A Disocodes.c42 obj = json_object_from_file(iso639); in FcitxXkbReadIsoCodes()
59 obj = json_object_from_file(iso3166); in FcitxXkbReadIsoCodes()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/jsonc/
H A Djson_util.h43 extern struct json_object* json_object_from_file(const char *filename);
H A Djson_util.c108 struct json_object* json_object_from_file(const char *filename) in json_object_from_file() function
/dports/net/mpich/mpich-3.4.3/modules/json-c/
H A Djson_util.h43 JSON_EXPORT struct json_object* json_object_from_file(const char *filename);
H A Djson_util.c132 struct json_object* json_object_from_file(const char *filename) in json_object_from_file() function
/dports/devel/json-c/json-c-0.15/
H A Djson_util.h42 JSON_EXPORT struct json_object *json_object_from_file(const char *filename);
H A Djson-c.sym73 json_object_from_file;
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/json-c/
H A Djson_util.h42 JSON_EXPORT struct json_object *json_object_from_file(const char *filename);
/dports/devel/libubox/libubox-c83a84af/examples/
H A Djson_script-example.c30 obj = json_object_from_file(filename); in handle_file()
/dports/textproc/fcitx5/fcitx5-5.0.11/src/im/keyboard/
H A Disocodes.cpp24 obj.reset(json_object_from_file(filename.data())); in parse()

123