Home
last modified time | relevance | path

Searched refs:json_object_update_existing (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/jansson/src/
HDjansson.def40 json_object_update_existing
HDjansson.h140 int json_object_update_existing(json_t *object, json_t *other);
HDvalue.c180 int json_object_update_existing(json_t *object, json_t *other) in json_object_update_existing() function
/NextBSD/contrib/jansson/test/suites/api/
HDtest_object.c149 if(json_object_update_existing(object, other)) in test_conditional_updates()
/NextBSD/contrib/jansson/
HDCHANGES262 - Add `json_object_update_existing()` and
/NextBSD/contrib/jansson/doc/
HDapiref.rst643 .. function:: int json_object_update_existing(json_t *object, json_t *other)