Home
last modified time | relevance | path

Searched refs:json_arr_encode (Results 1 – 2 of 2) sorted by relevance

/Zephyr-4.3.0/include/zephyr/data/
Djson.h812 int json_arr_encode(const struct json_obj_descr *descr, const void *val,
/Zephyr-4.3.0/lib/utils/
Djson.c1778 int json_arr_encode(const struct json_obj_descr *descr, const void *val, in json_arr_encode() function
1822 return json_arr_encode(descr, val, append_bytes_to_buf, &appender); in json_arr_encode_buf()
1856 ret = json_arr_encode(descr, val, measure_bytes, &total); in json_calc_encoded_arr_len()