Home
last modified time | relevance | path

Searched refs:CN_CBOR_MAP (Results 1 – 5 of 5) sorted by relevance

/external/cn-cbor/src/
Dcn-create.c24 ret->type = CN_CBOR_MAP; in cn_cbor_map_create()
127 if(!cb_map || !cb_key || !cb_value || cb_map->type != CN_CBOR_MAP) in cn_cbor_map_put()
144 if(!cb_map || !cb_value || cb_map->type != CN_CBOR_MAP) in cn_cbor_mapput_int()
163 if(!cb_map || !cb_value || cb_map->type != CN_CBOR_MAP) in cn_cbor_mapput_string()
Dcn-cbor.c81 CN_CBOR_ARRAY, CN_CBOR_MAP,
126 case CN_CBOR_MAP: in decode_item()
Dcn-encoder.c236 case CN_CBOR_MAP: in _encoder_visitor()
240 CHECK(_write_positive(ws, CN_CBOR_MAP, cb->length/2)); in _encoder_visitor()
/external/cn-cbor/include/cn-cbor/
Dcn-cbor.h49 CN_CBOR_MAP, enumerator
/external/cn-cbor/test/
Dtest.c58 case CN_CBOR_MAP: finchar = '}'; OUT("{\n"); goto sequence; in dump()