Home
last modified time | relevance | path

Searched refs:cJSON_AddObjectToObject (Results 1 – 25 of 51) sorted by relevance

123

/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/src/
H A Dstats.c65 cJSON *rist_sender_stats = cJSON_AddObjectToObject(stats, "sender-stats"); in rist_sender_peer_statistics()
66 cJSON *peer_obj = cJSON_AddObjectToObject(rist_sender_stats, "peer"); in rist_sender_peer_statistics()
71 cJSON *json_stats = cJSON_AddObjectToObject(peer_obj, "stats"); in rist_sender_peer_statistics()
133 cJSON *stats_obj = cJSON_AddObjectToObject(stats, "receiver-stats"); in rist_receiver_flow_statistics()
134 cJSON *flow_obj = cJSON_AddObjectToObject(stats_obj, "flowinstant"); in rist_receiver_flow_statistics()
137 cJSON *json_stats = cJSON_AddObjectToObject(flow_obj, "stats"); in rist_receiver_flow_statistics()
156 cJSON *peer_stats = cJSON_AddObjectToObject(peer_obj, "stats"); in rist_receiver_flow_statistics()
/dports/devel/libcjson/cJSON-1.7.15/tests/
H A Dcjson_add.c360 cJSON_AddObjectToObject(root, "object"); in cJSON_add_object_should_add_object()
371 TEST_ASSERT_NULL(cJSON_AddObjectToObject(NULL, "object")); in cjson_add_object_should_fail_with_null_pointers()
372 TEST_ASSERT_NULL(cJSON_AddObjectToObject(root, NULL)); in cjson_add_object_should_fail_with_null_pointers()
383 TEST_ASSERT_NULL(cJSON_AddObjectToObject(root, "object")); in cjson_add_object_should_fail_on_allocation_failure()
/dports/net/mosquitto/mosquitto-2.0.13/plugins/dynamic-security/
H A Dgroups.c746 || (j_data = cJSON_AddObjectToObject(tree, "data")) == NULL in dynsec_groups__process_list()
824 || (j_data = cJSON_AddObjectToObject(tree, "data")) == NULL in dynsec_groups__process_get()
1070 || (j_data = cJSON_AddObjectToObject(tree, "data")) == NULL in dynsec_groups__process_get_anonymous_group()
1071 || (j_group = cJSON_AddObjectToObject(j_data, "group")) == NULL in dynsec_groups__process_get_anonymous_group()
H A Droles.c545 || (j_data = cJSON_AddObjectToObject(tree, "data")) == NULL in dynsec_roles__process_list()
799 || (j_data = cJSON_AddObjectToObject(tree, "data")) == NULL in dynsec_roles__process_get()
/dports/graphics/art/ART-1.9.3/rtengine/
H A DcJSON.h257 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name);
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/esl/src/include/
H A Desl_cJSON.h257 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_cJSON.h257 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name);
/dports/lang/v/v-0.1.29/thirdparty/cJSON/
H A DcJSON.h265 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name);
/dports/games/nlarn/nlarn-NLarn-0.7.6/inc/external/
H A DcJSON.h257 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name);
/dports/security/aws-c-auth/aws-c-auth-0.6.5/include/aws/auth/external/
H A DcJSON.h274 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name);
/dports/www/civetweb/civetweb-1.15/examples/rest/cJSON/
H A DcJSON.h257 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name);
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/external/cJSON/
H A DcJSON.h257 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name);
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/external/cJSON/
H A DcJSON.h257 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name);
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/external/cJSON/
H A DcJSON.h257 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name);
/dports/graphics/mapcache/mapcache-1.10.0/include/
H A DcJSON.h257 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name);
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A DcJSON.h257 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name);
/dports/graphics/filmulator/filmulator-gui-0.11.1/filmulator-gui/database/
H A DcJSON.h257 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name);
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/contrib/contrib_cJSON/cjson/
H A DcJSON.h271 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name);
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-core/include/aws/core/external/cjson/
H A DcJSON.h283 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name);
/dports/devel/aws-crt-cpp/aws-crt-cpp-0.17.2/include/aws/crt/external/
H A DcJSON.h289 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name);
/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A DcJSON.h271 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name);
/dports/graphics/libavif/libavif-0.9.3/tests/
H A DcJSON.h271 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name);
/dports/devel/libcjson/cJSON-1.7.15/
H A DcJSON.h271 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libavif/src/tests/
H A DcJSON.h271 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name);
/dports/benchmarks/iperf3/iperf-3.10.1/src/
H A Dcjson.h276 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name);

123