Searched refs:value_encode (Results 1 – 2 of 2) sorted by relevance
| /zcbor-latest/src/ |
| D | zcbor_encode.c | 88 static bool value_encode(zcbor_state_t *state, zcbor_major_type_t major_type, in value_encode() function 132 if (!value_encode(state, major_type, input, int_size)) { 142 if (!value_encode(state, ZCBOR_MAJOR_TYPE_PINT, input_uint, uint_size)) { 219 if (!value_encode(state, major_type, &input->len, sizeof(input->len))) { 236 if (!value_encode(state, ZCBOR_MAJOR_TYPE_BSTR, &max_len, sizeof(max_len))) { 339 if (!value_encode(state, major_type, &max_num, sizeof(max_num))) { 395 if (!(value_encode(state, major_type, &list_count, sizeof(list_count)))) { 452 if (!value_encode(state, ZCBOR_MAJOR_TYPE_SIMPLE, input, sizeof(*input))) { 557 if (!value_encode(state, ZCBOR_MAJOR_TYPE_TAG, &tag, sizeof(tag))) {
|
| /zcbor-latest/ |
| D | RELEASE_NOTES.md | 129 * zcbor_encode: Simplify value_encode() by using the new zcbor_header_len
|