Lines Matching defs:result

130 		void *const result, size_t result_len)  in value_extract()
169 bool zcbor_int_decode(zcbor_state_t *state, void *result, size_t result_size)
207 bool zcbor_int32_decode(zcbor_state_t *state, int32_t *result)
214 bool zcbor_int64_decode(zcbor_state_t *state, int64_t *result)
221 bool zcbor_uint_decode(zcbor_state_t *state, void *result, size_t result_size)
234 bool zcbor_uint32_decode(zcbor_state_t *state, uint32_t *result)
241 bool zcbor_int32_expect_union(zcbor_state_t *state, int32_t result)
251 bool zcbor_int64_expect_union(zcbor_state_t *state, int64_t result)
261 bool zcbor_uint32_expect_union(zcbor_state_t *state, uint32_t result)
271 bool zcbor_uint64_expect_union(zcbor_state_t *state, uint64_t result)
319 bool zcbor_uint64_decode(zcbor_state_t *state, uint64_t *result)
327 bool zcbor_size_decode(zcbor_state_t *state, size_t *result)
389 struct zcbor_string *result, zcbor_major_type_t exp_major_type)
402 struct zcbor_string *result, zcbor_major_type_t exp_major_type)
423 bool zcbor_bstr_start_decode(zcbor_state_t *state, struct zcbor_string *result)
459 struct zcbor_string_fragment *result)
467 struct zcbor_string_fragment *result,
484 struct zcbor_string_fragment *result)
499 struct zcbor_string_fragment *result)
515 struct zcbor_string_fragment *result)
534 static bool str_decode(zcbor_state_t *state, struct zcbor_string *result,
546 static bool str_decode_fragment(zcbor_state_t *state, struct zcbor_string_fragment *result,
558 static bool str_expect(zcbor_state_t *state, struct zcbor_string *result,
573 bool zcbor_bstr_decode(zcbor_state_t *state, struct zcbor_string *result)
580 bool zcbor_bstr_decode_fragment(zcbor_state_t *state, struct zcbor_string_fragment *result)
594 bool zcbor_tstr_decode(zcbor_state_t *state, struct zcbor_string *result)
601 bool zcbor_tstr_decode_fragment(zcbor_state_t *state, struct zcbor_string_fragment *result)
1058 bool zcbor_simple_decode(zcbor_state_t *state, uint8_t *result)
1116 bool zcbor_bool_decode(zcbor_state_t *state, bool *result)
1157 bool zcbor_float16_bytes_decode(zcbor_state_t *state, uint16_t *result)
1192 bool zcbor_float16_decode(zcbor_state_t *state, float *result)
1228 bool zcbor_float32_decode(zcbor_state_t *state, float *result)
1263 bool zcbor_float16_32_decode(zcbor_state_t *state, float *result)
1296 bool zcbor_float64_decode(zcbor_state_t *state, double *result)
1331 bool zcbor_float32_64_decode(zcbor_state_t *state, double *result)
1366 bool zcbor_float_decode(zcbor_state_t *state, double *result)
1405 bool zcbor_any_skip(zcbor_state_t *state, void *result)
1486 bool zcbor_tag_decode(zcbor_state_t *state, uint32_t *result)
1526 void *result,
1554 void *result)