Lines Matching defs:input
56 const void *const input, uint32_t result_len) in value_encode_len()
86 static uint32_t get_result_len(const void *const input, uint32_t max_result_len) in get_result_len()
127 const void *const input, uint32_t max_result_len) in value_encode()
135 bool intx32_put(cbor_state_t *state, int32_t input) in intx32_put()
155 bool intx32_encode(cbor_state_t *state, const int32_t *input) in intx32_encode()
161 static bool uint32_encode(cbor_state_t *state, const uint32_t *input, in uint32_encode()
171 bool uintx32_encode(cbor_state_t *state, const uint32_t *input) in uintx32_encode()
180 bool uintx32_put(cbor_state_t *state, uint32_t input) in uintx32_put()
190 const cbor_string_type_t *input, cbor_major_type_t major_type) in strx_start_encode()
205 static bool primx_encode(cbor_state_t *state, uint32_t input) in primx_encode()
260 const cbor_string_type_t *input, cbor_major_type_t major_type) in strx_encode()
276 bool bstrx_encode(cbor_state_t *state, const cbor_string_type_t *input) in bstrx_encode()
282 bool tstrx_encode(cbor_state_t *state, const cbor_string_type_t *input) in tstrx_encode()
378 bool nilx_put(cbor_state_t *state, const void *input) in nilx_put()
385 bool boolx_encode(cbor_state_t *state, const bool *input) in boolx_encode()
394 bool boolx_put(cbor_state_t *state, bool input) in boolx_put()
403 bool double_encode(cbor_state_t *state, double *input) in double_encode()
414 bool double_put(cbor_state_t *state, double input) in double_put()
420 bool any_encode(cbor_state_t *state, void *input) in any_encode()
442 const void *input, in multi_encode()
461 const void *input) in present_encode()