Searched refs:cbor_append (Results 1 – 1 of 1) sorted by relevance
| /f-stack/tools/libxo/encoder/cbor/ |
| H A D | enc_cbor.c | 212 cbor_append(xop, cbor, &cbor->c_data, CBOR_TRUE, 0, NULL); in cbor_content() 214 cbor_append(xop, cbor, &cbor->c_data, CBOR_FALSE, 0, NULL); in cbor_content() 266 cbor_append(xop, cbor, xbp, CBOR_STRING, strlen(name), name); in cbor_handler() 267 cbor_append(xop, cbor, xbp, CBOR_MAP | CBOR_INDEF, 0, NULL); in cbor_handler() 272 cbor_append(xop, cbor, xbp, CBOR_BREAK, 0, NULL); in cbor_handler() 277 cbor_append(xop, cbor, xbp, CBOR_STRING, strlen(name), name); in cbor_handler() 283 cbor_append(xop, cbor, xbp, CBOR_BREAK, 0, NULL); in cbor_handler() 295 cbor_append(xop, cbor, xbp, CBOR_BREAK, 0, NULL); in cbor_handler() 301 cbor_append(xop, cbor, xbp, CBOR_MAP | CBOR_INDEF, 0, NULL); in cbor_handler() 306 cbor_append(xop, cbor, xbp, CBOR_BREAK, 0, NULL); in cbor_handler() [all …]
|