Searched refs:json_array_get_count (Results 1 – 2 of 2) sorted by relevance
1063 json_array_resize(output_array, json_array_get_count(output_array)) != JSONSuccess) { in parse_array_value()1160 count = json_array_get_count(array); in json_serialize_to_buffer_r()1519 if (array == NULL || index >= json_array_get_count(array)) { in json_array_get_value()1549 size_t json_array_get_count(const JSON_Array *array) { in json_array_get_count() function1728 for (i = 0; i < json_array_get_count(temp_array); i++) { in json_value_deep_copy()1925 if (array == NULL || ix >= json_array_get_count(array)) { in json_array_remove()1929 to_move_bytes = (json_array_get_count(array) - 1 - ix) * sizeof(JSON_Value*); in json_array_remove()1936 …if (array == NULL || value == NULL || value->parent != NULL || ix >= json_array_get_count(array)) { in json_array_replace_value()2010 for (i = 0; i < json_array_get_count(array); i++) { in json_array_clear()2329 count = json_array_get_count(schema_array); in json_validate()[all …]
210 size_t json_array_get_count (const JSON_Array *array);