mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-12 15:39:00 +08:00
3eb4eb8074
PUBLISHED_FROM=331821dcd1f7dc8a94581cd8a9b51aa00a89fddc
237 B
237 B
title | decl_name | symbol_kind | signature |
---|---|---|---|
mbuf_resize() | mbuf_resize | func | void mbuf_resize(struct mbuf *, size_t new_size); |
Resizes an Mbuf.
If new_size
is smaller than buffer's len
, the
resize is not performed.