mongoose/docs/c-api/util.h/mg_mbuf_append_base64.md
Marko Mikulicic 5045dfab74 Mongoose TCP tunnel
PUBLISHED_FROM=f03b963aaec02574e47c28ee8033551440b94f2d
2016-11-09 15:05:46 +00:00

267 B

title decl_name symbol_kind signature
mg_mbuf_append_base64() mg_mbuf_append_base64 func void mg_mbuf_append_base64(struct mbuf *mbuf, const void *data, size_t len);

Encode len bytes starting at data as base64 and append them to an mbuf.