Searched defs:cb_map (Results 1 – 2 of 2) sorted by relevance
76 static bool _append_kv(cn_cbor *cb_map, cn_cbor *key, cn_cbor *val) in _append_kv()94 bool cn_cbor_map_put(cn_cbor* cb_map, in cn_cbor_map_put()108 bool cn_cbor_mapput_int(cn_cbor* cb_map, in cn_cbor_mapput_int()127 bool cn_cbor_mapput_string(cn_cbor* cb_map, in cn_cbor_mapput_string()
327 cn_cbor *cb_map = cn_cbor_map_create(CONTEXT_NULL_COMMA &err); in CTEST() local