Searched defs:cb_map (Results 1 – 3 of 3) sorted by relevance
104 static bool _append_kv(cn_cbor *cb_map, cn_cbor *key, cn_cbor *val) in _append_kv()122 bool cn_cbor_map_put(cn_cbor* cb_map, in cn_cbor_map_put()136 bool cn_cbor_mapput_int(cn_cbor* cb_map, in cn_cbor_mapput_int()155 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
56 const unsigned char *cb_map(uint64_t N, byte_range bytes) { in cb_map() function