ESP-IDF
update_property_len_value()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
update_property_len_value()
update_property_len_value() function
Syntax
Show:
Summary
Declaration
from
mqtt5_msg.c:65
static
int
update_property_len_value
(
mqtt_connection_t
*
connection
,
size_t
property_len
,
int
property_offset
)
;
Arguments
Argument
connection
property_len
property_offset
Related Functions
Found 32 other functions taking a
mqtt_connection
argument:
Function
fail_message()
append_property()
fail_message()
set_message_header_size()
fini_message()
append_string()
init_message()
fini_message()
append_message_id()
append_message_id()
mqtt_msg_buffer_destroy()
mqtt_msg_buffer_init()
mqtt_msg_connect()
mqtt_msg_publish()
mqtt_msg_puback()
mqtt_msg_pubrec()
mqtt_msg_pubrel()
mqtt_msg_pubcomp()
mqtt_msg_subscribe()
mqtt_msg_unsubscribe()
mqtt_msg_pingreq()
mqtt_msg_disconnect()
mqtt5_msg_connect()
mqtt5_msg_publish()
mqtt5_msg_subscribe()
mqtt5_msg_unsubscribe()
mqtt5_msg_disconnect()
mqtt5_msg_pubcomp()
mqtt5_msg_pubrel()
mqtt5_msg_pubrec()
mqtt5_msg_puback()
mqtt_msg_pingresp()
Examples
References
from
examples
Code
Location
Referrer
static
int
update_property_len_value
(
mqtt_connection_t
*
connection
,
size_t
property_len
,
int
property_offset
)
mqtt5_msg.c:65
APPEND_CHECK
(
update_property_len_value
(
connection
,
connection
->
outbound_message
.
length
-
properties_offset
-
1
,
properties_offset
)
,
fail_message
(
connection
)
)
;
mqtt5_msg.c:511
mqtt5_msg_connect()
APPEND_CHECK
(
update_property_len_value
(
connection
,
connection
->
outbound_message
.
length
-
properties_offset
-
1
,
properties_offset
)
,
fail_message
(
connection
)
)
;
mqtt5_msg.c:548
mqtt5_msg_connect()
APPEND_CHECK
(
update_property_len_value
(
connection
,
connection
->
outbound_message
.
length
-
properties_offset
-
1
,
properties_offset
)
,
fail_message
(
connection
)
)
;
mqtt5_msg.c:792
mqtt5_msg_publish()
APPEND_CHECK
(
update_property_len_value
(
connection
,
connection
->
outbound_message
.
length
-
properties_offset
-
1
,
properties_offset
)
,
fail_message
(
connection
)
)
;
mqtt5_msg.c:880
mqtt5_msg_subscribe()
APPEND_CHECK
(
update_property_len_value
(
connection
,
connection
->
outbound_message
.
length
-
properties_offset
-
1
,
properties_offset
)
,
fail_message
(
connection
)
)
;
mqtt5_msg.c:947
mqtt5_msg_disconnect()
APPEND_CHECK
(
update_property_len_value
(
connection
,
connection
->
outbound_message
.
length
-
properties_offset
-
1
,
properties_offset
)
,
fail_message
(
connection
)
)
;
mqtt5_msg.c:975
mqtt5_msg_unsubscribe()
APPEND_CHECK
(
update_property_len_value
(
connection
,
connection
->
outbound_message
.
length
-
properties_offset
-
1
,
properties_offset
)
,
fail_message
(
connection
)
)
;
mqtt5_msg.c:1006
mqtt5_msg_puback()
APPEND_CHECK
(
update_property_len_value
(
connection
,
connection
->
outbound_message
.
length
-
properties_offset
-
1
,
properties_offset
)
,
fail_message
(
connection
)
)
;
mqtt5_msg.c:1019
mqtt5_msg_pubrec()
APPEND_CHECK
(
update_property_len_value
(
connection
,
connection
->
outbound_message
.
length
-
properties_offset
-
1
,
properties_offset
)
,
fail_message
(
connection
)
)
;
mqtt5_msg.c:1032
mqtt5_msg_pubrel()
APPEND_CHECK
(
update_property_len_value
(
connection
,
connection
->
outbound_message
.
length
-
properties_offset
-
1
,
properties_offset
)
,
fail_message
(
connection
)
)
;
mqtt5_msg.c:1045
mqtt5_msg_pubcomp()
Call Tree
from
examples
update_property_len_value()
is called by 9 functions and calls 1 function:
mqtt5_msg_connect()
mqtt5_msg_publish()
mqtt5_msg_subscribe()
mqtt5_msg_disconnect()
mqtt5_msg_unsubscribe()
mqtt5_msg_puback()
mqtt5_msg_pubrec()
mqtt5_msg_pubrel()
mqtt5_msg_pubcomp()
All items filtered out
update_property_len_value()
generate_variable_len()
All items filtered out
Data Use
from
examples
update_property_len_value()
reads 4 variables and writes 1 variable:
mqtt_message::length
mqtt_connection::outbound_message
mqtt_connection::buffer
mqtt_connection::buffer_length
All items filtered out
update_property_len_value()
mqtt_message::length
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out