Home
last modified time | relevance | path

Searched refs:to_write_cur (Results 1 – 1 of 1) sorted by relevance

/dports/devel/aws-c-mqtt/aws-c-mqtt-0.7.8/source/
H A Dclient.c2768 struct aws_byte_cursor to_write_cur = aws_byte_cursor_advance(&payload_cur, to_write); in s_publish_send() local
2769 … AWS_ASSERT(to_write_cur.ptr); /* to_write is guaranteed to be inside the bounds of payload_cur */ in s_publish_send()
2770 if (!aws_byte_buf_write_from_whole_cursor(&message->message_data, to_write_cur)) { in s_publish_send()