Home
last modified time | relevance | path

Searched refs:cJSON_Parse (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/devel/libcjson/cJSON-1.7.15/tests/
H A Dold_utils_tests.c69 root = cJSON_Parse(json); in json_pointer_tests()
178 cJSON *object_to_be_merged = cJSON_Parse(merges[i][0]); in merge_tests()
179 cJSON *patch = cJSON_Parse(merges[i][1]); in merge_tests()
200 cJSON *from = cJSON_Parse(merges[i][0]); in generate_merge_tests()
201 cJSON *to = cJSON_Parse(merges[i][2]); in generate_merge_tests()
H A Dcompare_tests.c33 a_json = cJSON_Parse(a); in compare_from_string()
35 b_json = cJSON_Parse(b); in compare_from_string()
126 raw1 = cJSON_Parse("\"[true, false]\""); in cjson_compare_should_compare_raw()
128 raw2 = cJSON_Parse("\"[true, false]\""); in cjson_compare_should_compare_raw()
H A Dparse_examples.c36 parsed = cJSON_Parse(content); in parse_file()
142 tree = cJSON_Parse(test6); in file_test6_should_not_be_parsed()
187 tree = cJSON_Parse(test12); in test12_should_not_be_parsed()
H A Dmisc_tests.c72 item = cJSON_Parse("{\"one\":1, \"Two\":2, \"tHree\":3}"); in cjson_get_object_item_should_get_object_items()
104 item = cJSON_Parse("{\"one\":1, \"Two\":2, \"tHree\":3}"); in cjson_get_object_item_case_sensitive_should_get_object_items()
133 array = cJSON_Parse("[1]"); in cjson_get_object_item_should_not_crash_with_array()
144 array = cJSON_Parse("[1]"); in cjson_get_object_item_case_sensitive_should_not_crash_with_array()
219 TEST_ASSERT_NULL_MESSAGE(cJSON_Parse(deep_json), "To deep JSONs should not be parsed."); in cjson_should_not_parse_to_deeply_nested_jsons()
358 TEST_ASSERT_NULL(cJSON_Parse(NULL)); in cjson_functions_should_not_crash_with_null_pointers()
593 cJSON *root = cJSON_Parse("{}"); in cjson_delete_item_from_array_should_not_broken_list_structure()
596 cJSON *item1 = cJSON_Parse("{\"a\":\"123\"}"); in cjson_delete_item_from_array_should_not_broken_list_structure()
597 cJSON *item2 = cJSON_Parse("{\"b\":\"456\"}"); in cjson_delete_item_from_array_should_not_broken_list_structure()
620 cJSON *root = cJSON_Parse("{}"); in cjson_set_valuestring_to_object_should_not_leak_memory()
/dports/lang/v/v-0.1.29/vlib/json/
H A Djson_primitives.v120 fn C.cJSON_Parse() &C.cJSON
184 return C.cJSON_Parse(s.str)
/dports/games/flightgear/flightgear-2020.3.11/src/Network/http/
H A DRunUriHandler.cxx47 cJSON * json = cJSON_Parse( request.Content.c_str() ); in handleRequest()
H A DJsonUriHandler.cxx73 cJSON * json = cJSON_Parse( request.Content.c_str() ); in handleRequest()
/dports/games/opentyrian/opentyrian-opentyrian-77a8715634e3/src/
H A DcJSON.h65 cJSON *cJSON_Parse(const char *value);
/dports/devel/libcjson/cJSON-1.7.15/fuzzing/
H A Dafl.c116 item = cJSON_Parse(json + 2); in main()
/dports/security/gpgme-qt5/gpgme-1.15.1/tests/json/
H A Dt-json.c352 hay = cJSON_Parse (response, &erroff); in check_response()
360 needle = cJSON_Parse (expected, &erroff); in check_response()
/dports/security/gpgme-cpp/gpgme-1.15.1/tests/json/
H A Dt-json.c352 hay = cJSON_Parse (response, &erroff); in check_response()
360 needle = cJSON_Parse (expected, &erroff); in check_response()
/dports/security/gpgme/gpgme-1.15.1/tests/json/
H A Dt-json.c352 hay = cJSON_Parse (response, &erroff); in check_response()
360 needle = cJSON_Parse (expected, &erroff); in check_response()
/dports/security/py-gpgme/gpgme-1.15.1/tests/json/
H A Dt-json.c352 hay = cJSON_Parse (response, &erroff); in check_response()
360 needle = cJSON_Parse (expected, &erroff); in check_response()
/dports/graphics/mapcache/mapcache-1.10.0/lib/
H A Ddimension_es.c150 json_fmt = cJSON_Parse(response_format); in _mapcache_dimension_elasticsearch_do_query()
157 json_resp = cJSON_Parse(resp); in _mapcache_dimension_elasticsearch_do_query()
/dports/audio/luppp/openAV-Luppp-release-1.2.1/src/
H A Ddiskreader.cxx65 cJSON* preferencesJson = cJSON_Parse( sampleString ); in loadPreferences()
292 cJSON* audioJson = cJSON_Parse( sampleString.data() ); in loadSample()
403 sessionJson = cJSON_Parse( sessionString ); in readSession()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/plusgpl/
H A DcJSON.h66 extern cJSON *cJSON_Parse(const char *value);
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/plusgpl/
H A DcJSON.h66 extern cJSON *cJSON_Parse(const char *value);
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/plusgpl/
H A DcJSON.h66 extern cJSON *cJSON_Parse(const char *value);
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/plusgpl/
H A DcJSON.h66 extern cJSON *cJSON_Parse(const char *value);
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/keybinder/
H A DcJSON.h85 extern cJSON* cJSON_Parse(const char* value);
/dports/databases/libcouchbase/libcouchbase-2.10.7/contrib/cJSON/
H A DcJSON.h96 extern cJSON *cJSON_Parse(const char *value);
/dports/databases/libcouchbase/libcouchbase-2.10.7/example/analytics-deferred/
H A DcJSON.h96 extern cJSON *cJSON_Parse(const char *value);
/dports/databases/libcouchbase/libcouchbase-2.10.7/example/analytics/
H A DcJSON.h96 extern cJSON *cJSON_Parse(const char *value); in CreateToolhelp32Snapshot()
/dports/databases/libcouchbase/libcouchbase-2.10.7/example/analytics-ingest/
H A DcJSON.h96 extern cJSON *cJSON_Parse(const char *value);
/dports/databases/libcouchbase/libcouchbase-2.10.7/example/tracing/
H A DcJSON.h96 extern cJSON *cJSON_Parse(const char *value);

12345678