Searched refs:cbor_append (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libxo/encoder/cbor/ |
H A D | enc_cbor.c | 167 cbor_append (xo_handle_t *xop, cbor_private_t *cbor, xo_buffer_t *xbp, in cbor_append() function 198 cbor_append(xop, cbor, &cbor->c_data, CBOR_MAP | CBOR_INDEF, 0, NULL); in cbor_create() 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() 226 cbor_append(xop, cbor, xbp, CBOR_STRING, strlen(value), value); 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() 278 cbor_append(xop, cbor, xbp, CBOR_ARRAY | CBOR_INDEF, 0, NULL); in cbor_handler() [all …]
|