Searched refs:component_name_length_ptr (Results 1 – 6 of 6) sorted by relevance
165 … USHORT *component_name_length_ptr, in nx_azure_iot_hub_client_properties_component_property_next_get_internal() argument187 component_name = az_span_create((UCHAR *)*component_name_pptr, (INT)*component_name_length_ptr); in nx_azure_iot_hub_client_properties_component_property_next_get_internal()210 *component_name_length_ptr = (USHORT)az_span_size(component_name); in nx_azure_iot_hub_client_properties_component_property_next_get_internal()252 … USHORT *component_name_length_ptr) in nx_azure_iot_hub_client_properties_component_property_next_get() argument260 (component_name_length_ptr == NX_NULL)) in nx_azure_iot_hub_client_properties_component_property_next_get()268 … component_name_pptr, component_name_length_ptr, in nx_azure_iot_hub_client_properties_component_property_next_get()
258 … USHORT *component_name_length_ptr);
712 … const UCHAR **component_name_pptr, USHORT *component_name_length_ptr,
3244 … const UCHAR **component_name_pptr, USHORT *component_name_length_ptr, in nx_azure_iot_hub_client_command_message_receive() argument3300 if ((component_name_pptr) && (component_name_length_ptr)) in nx_azure_iot_hub_client_command_message_receive()3303 *component_name_length_ptr = (USHORT)az_span_size(request.component_name); in nx_azure_iot_hub_client_command_message_receive()
282 … USHORT *component_name_length_ptr);335 | component_name_length_ptr [out] | Length of the component name. |
1210 USHORT *component_name_length_ptr,1228 | component_name_length_ptr [out] | Return length of `*component_name_pptr` on success. |