Searched refs:json_array_resize (Results 1 – 1 of 1) sorted by relevance
181 static JSON_Status json_array_resize(JSON_Array *array, size_t new_capacity);736 if (json_array_resize(array, new_capacity) != JSONSuccess) { in json_array_add()746 static JSON_Status json_array_resize(JSON_Array *array, size_t new_capacity) { in json_array_resize() function1063 json_array_resize(output_array, json_array_get_count(output_array)) != JSONSuccess) { in parse_array_value()