Searched refs:topic_offset (Results 1 – 5 of 5) sorted by relevance
| /NetX-Duo-v6.2.1/addons/azure_iot/ |
| D | nx_azure_iot_hub_client.c | 62 ULONG topic_offset, 66 ULONG topic_offset, 69 NX_PACKET *packet_ptr, ULONG topic_offset, 1505 ULONG topic_offset; in nx_azure_iot_hub_client_adjust_payload() local 1510 status = _nxd_mqtt_process_publish_packet(packet_ptr, &topic_offset, in nx_azure_iot_hub_client_adjust_payload() 1575 ULONG topic_offset; in nx_azure_iot_hub_client_cloud_message_property_get() local 1592 &topic_offset, &topic_size); in nx_azure_iot_hub_client_cloud_message_property_get() 1598 topic_name = packet_ptr -> nx_packet_data_start + topic_offset; in nx_azure_iot_hub_client_cloud_message_property_get() 2099 ULONG topic_offset; in nx_azure_iot_hub_client_reported_properties_send() local 2171 … &topic_offset, &length) == NX_AZURE_IOT_SUCCESS) in nx_azure_iot_hub_client_reported_properties_send() [all …]
|
| D | nx_azure_iot_hub_client.h | 112 NX_PACKET *packet_ptr, ULONG topic_offset, USHORT topic_length);
|
| D | nx_azure_iot_provisioning_client.c | 63 ULONG topic_offset; in nx_azure_iot_provisioning_client_process_message() local 72 status = _nxd_mqtt_process_publish_packet(packet_ptr, &topic_offset, &topic_length, in nx_azure_iot_provisioning_client_process_message() 86 …received_topic = az_span_create(packet_ptr -> nx_packet_prepend_ptr + topic_offset, (INT)topic_len… in nx_azure_iot_provisioning_client_process_message()
|
| /NetX-Duo-v6.2.1/test/regression/azure_iot/ |
| D | c2d_unit_test.c | 335 NX_PACKET *packet_ptr, ULONG topic_offset, USHORT topic_length);
|
| /NetX-Duo-v6.2.1/addons/mqtt/ |
| D | nxd_mqtt_client.c | 5431 ULONG topic_offset; in _nxd_mqtt_client_message_get() local 5440 …status = _nxd_mqtt_process_publish_packet(packet_ptr, &topic_offset, &topic_length, &message_offse… in _nxd_mqtt_client_message_get() 5464 nx_packet_data_extract_offset(packet_ptr, topic_offset, topic_buffer, in _nxd_mqtt_client_message_get()
|