Searched refs:json_array_remove (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/jansson/test/suites/api/ |
| HD | test_array.c | 223 if(!json_array_remove(array, 0)) in test_remove() 230 if(!json_array_remove(array, 1)) in test_remove() 233 if(json_array_remove(array, 0)) in test_remove() 246 if(json_array_remove(array, 2)) in test_remove() 268 json_array_remove(array, 5); in test_remove()
|
| HD | test_equal.c | 103 json_array_remove(array2, 2); in test_equal_array()
|
| HD | test_dump.c | 111 json_array_remove(json_array_get(json_array_get(json, 0), 0), 0); in circular_references()
|
| /NextBSD/contrib/jansson/src/ |
| HD | jansson.def | 29 json_array_remove
|
| HD | jansson.h | 183 int json_array_remove(json_t *array, size_t index);
|
| HD | value.c | 527 int json_array_remove(json_t *json, size_t index) in json_array_remove() function
|
| /NextBSD/contrib/jansson/ |
| HD | CHANGES | 151 - Fix an off-by-one error in `json_array_remove()`.
|
| /NextBSD/contrib/jansson/doc/ |
| HD | apiref.rst | 524 .. function:: int json_array_remove(json_t *array, size_t index)
|