Home
last modified time | relevance | path

Searched refs:cbor_mbuf_writer (Results 1 – 2 of 2) sorted by relevance

/tinycbor-2.7.6/src/
Dcbor_mbuf_writer.c26 cbor_mbuf_writer(struct cbor_encoder_writer *arg, const char *data, int len) in cbor_mbuf_writer() function
29 struct cbor_mbuf_writer *cb = (struct cbor_mbuf_writer *) arg; in cbor_mbuf_writer()
41 cbor_mbuf_writer_init(struct cbor_mbuf_writer *cb, struct os_mbuf *m) in cbor_mbuf_writer_init()
45 cb->enc.write = &cbor_mbuf_writer; in cbor_mbuf_writer_init()
/tinycbor-2.7.6/include/tinycbor/
Dcbor_mbuf_writer.h32 struct cbor_mbuf_writer { struct
37 void cbor_mbuf_writer_init(struct cbor_mbuf_writer *cb, struct os_mbuf *m); argument