Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot.c98 UINT nx_azure_iot_log(UCHAR *type_ptr, UINT type_len, UCHAR *msg_ptr, UINT msg_len, ...) in nx_azure_iot_log() argument
108 if (msg_len >= 2 && (msg_ptr[msg_len - 2] == '%') && in nx_azure_iot_log()
109 ((msg_ptr[msg_len - 1] == 'd') || (msg_ptr[msg_len - 1] == 's'))) in nx_azure_iot_log()
111 span = az_span_create((UCHAR *)msg_ptr, (INT)(msg_len - 2)); in nx_azure_iot_log()
117 if (msg_ptr[msg_len - 1] == 'd') in nx_azure_iot_log()
128 if (msg_ptr[msg_len - 1] == 's') in nx_azure_iot_log()
130 msg_ptr = va_arg(ap, UCHAR*); in nx_azure_iot_log()
132 span = az_span_create((UCHAR *)msg_ptr, (INT)msg_len); in nx_azure_iot_log()
140 span = az_span_create((UCHAR *)msg_ptr, (INT)msg_len); in nx_azure_iot_log()
Dnx_azure_iot.h73 UINT nx_azure_iot_log(UCHAR *type_ptr, UINT type_len, UCHAR *msg_ptr, UINT msg_len, ...);