Home
last modified time | relevance | path

Searched refs:json_array_insert_new (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/jansson/src/
HDjansson.def28 json_array_insert_new
HDjansson.h182 int json_array_insert_new(json_t *array, size_t index, json_t *value);
202 return json_array_insert_new(array, ind, json_incref(value)); in json_array_insert()
HDvalue.c487 int json_array_insert_new(json_t *json, size_t index, json_t *value) in json_array_insert_new() function
/NextBSD/contrib/jansson/test/suites/api/
HDtest_array.c176 if(json_array_insert_new(array, 2, json_integer(123))) in test_insert()
/NextBSD/contrib/jansson/doc/
HDapiref.rst518 .. function:: int json_array_insert_new(json_t *array, size_t index, json_t *value)