Home
last modified time | relevance | path

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

/external/cn-cbor/src/
Dcn-create.c123 cn_cbor *cb_key, cn_cbor *cb_value, in cn_cbor_map_put() argument
127 if(!cb_map || !cb_key || !cb_value || cb_map->type != CN_CBOR_MAP) in cn_cbor_map_put()
133 return _append_kv(cb_map, cb_key, cb_value); in cn_cbor_map_put()
137 int64_t key, cn_cbor* cb_value in cn_cbor_mapput_int()
144 if(!cb_map || !cb_value || cb_map->type != CN_CBOR_MAP) in cn_cbor_mapput_int()
152 return _append_kv(cb_map, cb_key, cb_value); in cn_cbor_mapput_int()
156 const char* key, cn_cbor* cb_value in cn_cbor_mapput_string()
163 if(!cb_map || !cb_value || cb_map->type != CN_CBOR_MAP) in cn_cbor_mapput_string()
171 return _append_kv(cb_map, cb_key, cb_value); in cn_cbor_mapput_string()
186 cn_cbor* cb_value, in cn_cbor_array_append() argument
[all …]
/external/cn-cbor/include/cn-cbor/
Dcn-cbor.h369 cn_cbor *cb_key, cn_cbor *cb_value,
384 int64_t key, cn_cbor* cb_value
403 const char* key, cn_cbor* cb_value
425 cn_cbor* cb_value,