Searched refs:cbor_mbuf_writer (Results 1 – 2 of 2) sorted by relevance
26 cbor_mbuf_writer(struct cbor_encoder_writer *arg, const char *data, int len) in cbor_mbuf_writer() function29 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()
32 struct cbor_mbuf_writer { struct37 void cbor_mbuf_writer_init(struct cbor_mbuf_writer *cb, struct os_mbuf *m); argument