Searched refs:json_mixed_arr_encode (Results 1 – 2 of 2) sorted by relevance
| /Zephyr-4.2.1/lib/utils/ |
| D | json.c | 1868 int json_mixed_arr_encode(const struct json_mixed_arr_descr *descr, 2036 return json_mixed_arr_encode(elem->mixed_array.sub_descr, in encode_mixed_value() 2151 int json_mixed_arr_encode(const struct json_mixed_arr_descr *descr, in json_mixed_arr_encode() function 2210 return json_mixed_arr_encode(descr, descr_len, val, append_bytes_to_buf, &appender); in json_mixed_arr_encode_buf() 2219 ret = json_mixed_arr_encode(descr, descr_len, val, measure_bytes, &total); in json_calc_mixed_arr_len()
|
| /Zephyr-4.2.1/include/zephyr/data/ |
| D | json.h | 1003 int json_mixed_arr_encode(const struct json_mixed_arr_descr *descr,
|