Lines Matching refs:buf_ctx
128 struct buf_ctx { struct
180 struct buf_ctx *buf);
192 int publish_encode(const struct mqtt_publish_param *param, struct buf_ctx *buf);
205 struct buf_ctx *buf);
218 struct buf_ctx *buf);
231 struct buf_ctx *buf);
244 struct buf_ctx *buf);
255 int disconnect_encode(struct buf_ctx *buf);
268 struct buf_ctx *buf);
281 struct buf_ctx *buf);
292 int ping_request_encode(struct buf_ctx *buf);
303 int fixed_header_decode(struct buf_ctx *buf, uint8_t *type_and_flags,
315 int connect_ack_decode(const struct mqtt_client *client, struct buf_ctx *buf,
328 int publish_decode(uint8_t flags, uint32_t var_length, struct buf_ctx *buf,
339 int publish_ack_decode(struct buf_ctx *buf, struct mqtt_puback_param *param);
349 int publish_receive_decode(struct buf_ctx *buf,
360 int publish_release_decode(struct buf_ctx *buf,
371 int publish_complete_decode(struct buf_ctx *buf,
382 int subscribe_ack_decode(struct buf_ctx *buf,
393 int unsubscribe_ack_decode(struct buf_ctx *buf,