Home
last modified time | relevance | path

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

/external/cn-cbor/src/
Dcn-create.c95 cn_cbor *cb_key, cn_cbor *cb_value, in cn_cbor_map_put() argument
99 if(!cb_map || !cb_key || !cb_value || cb_map->type != CN_CBOR_MAP) in cn_cbor_map_put()
105 return _append_kv(cb_map, cb_key, cb_value); in cn_cbor_map_put()
109 int64_t key, cn_cbor* cb_value in cn_cbor_mapput_int()
116 if(!cb_map || !cb_value || cb_map->type != CN_CBOR_MAP) in cn_cbor_mapput_int()
124 return _append_kv(cb_map, cb_key, cb_value); in cn_cbor_mapput_int()
128 const char* key, cn_cbor* cb_value in cn_cbor_mapput_string()
135 if(!cb_map || !cb_value || cb_map->type != CN_CBOR_MAP) in cn_cbor_mapput_string()
143 return _append_kv(cb_map, cb_key, cb_value); in cn_cbor_mapput_string()
158 cn_cbor* cb_value, in cn_cbor_array_append() argument
[all …]
/external/cn-cbor/include/cn-cbor/
Dcn-cbor.h338 cn_cbor *cb_key, cn_cbor *cb_value,
353 int64_t key, cn_cbor* cb_value
372 const char* key, cn_cbor* cb_value
394 cn_cbor* cb_value,