Lines Matching defs:client
666 int connect_ack_decode(const struct mqtt_client *client, struct buf_ctx *buf, in connect_ack_decode()
753 static int publish_topic_alias_check(struct mqtt_client *client, in publish_topic_alias_check()
814 static int publish_topic_alias_check(struct mqtt_client *client, in publish_topic_alias_check()
824 int publish_decode(struct mqtt_client *client, uint8_t flags, in publish_decode()
943 int publish_ack_decode(const struct mqtt_client *client, struct buf_ctx *buf, in publish_ack_decode()
959 int publish_receive_decode(const struct mqtt_client *client, struct buf_ctx *buf, in publish_receive_decode()
975 int publish_release_decode(const struct mqtt_client *client, struct buf_ctx *buf, in publish_release_decode()
991 int publish_complete_decode(const struct mqtt_client *client, struct buf_ctx *buf, in publish_complete_decode()
1024 int subscribe_ack_decode(const struct mqtt_client *client, struct buf_ctx *buf, in subscribe_ack_decode()
1068 int unsubscribe_ack_decode(const struct mqtt_client *client, struct buf_ctx *buf, in unsubscribe_ack_decode()
1115 int disconnect_decode(const struct mqtt_client *client, struct buf_ctx *buf, in disconnect_decode()
1177 int auth_decode(const struct mqtt_client *client, struct buf_ctx *buf, in auth_decode()