Home
last modified time | relevance | path

Searched refs:json_array_append_new (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/jansson/test/suites/api/
HDtest_equal.c94 json_array_append_new(array1, json_integer(1)); in test_equal_array()
95 json_array_append_new(array2, json_integer(1)); in test_equal_array()
96 json_array_append_new(array1, json_string("foo")); in test_equal_array()
97 json_array_append_new(array2, json_string("foo")); in test_equal_array()
98 json_array_append_new(array1, json_integer(2)); in test_equal_array()
99 json_array_append_new(array2, json_integer(2)); in test_equal_array()
107 json_array_append_new(array2, json_integer(3)); in test_equal_array()
HDtest_dump.c62 json_array_append_new(json, json_integer(5)); in encode_twice()
103 json_array_append_new(json, json_array()); in circular_references()
104 json_array_append_new(json_array_get(json, 0), json_array()); in circular_references()
HDtest_array.c102 if(json_array_append_new(array, json_integer(321))) in test_misc()
109 if(!json_array_append_new(array, NULL)) in test_misc()
373 if(json_array_append_new(array1, json_true())) in test_circular()
/NextBSD/contrib/jansson/src/
HDjansson.def27 json_array_append_new
HDjansson.h181 int json_array_append_new(json_t *array, json_t *value);
196 return json_array_append_new(array, json_incref(value)); in json_array_append()
HDvalue.c462 int json_array_append_new(json_t *json, json_t *value) in json_array_append_new() function
634 json_array_append_new(result, json_deep_copy(json_array_get(array, i))); in json_array_deep_copy()
HDpack_unpack.c280 if(json_array_append_new(array, value)) { in pack_array()
/NextBSD/usr.bin/xpc-tests/json-client/
HDxpc-json-client.c103 json_array_append_new(arr, to_json(value)); in to_json()
/NextBSD/bin/launchctl/
HDlaunchctl.c376 json_array_append_new(arr, to_json(launch_data_array_get_index(ld, i))); in to_json()
/NextBSD/contrib/jansson/doc/
HDapiref.rst216 function :func:`json_array_append_new()` instead of
220 json_array_append_new(array, json_integer(42));
223 reference to the integer value, as :func:`json_array_append_new()`
506 .. function:: int json_array_append_new(json_t *array, json_t *value)