Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dc2d_property_unit_test.c52 USHORT value_length; member
154 … topic_length += properties[i].name_length + properties[i].value_length + 2; /* '=' and '&' */ in construct_c2d_packet()
195 …assert_int_equal(nx_packet_data_append(packet_ptr, properties[i].value, properties[i].value_length, in construct_c2d_packet()
263 property_random.value_length = fixed_property_length; in multiple_properties_test()
287 property_random.value_length = j; in multiple_properties_test()
348 assert_int_equal(properties[l].value_length, result_size); in multiple_properties_test()
Dc2d_unit_test.c61 ULONG value_length; member
188 … topic_length += properties[i].name_length + properties[i].value_length + 2; /* '=' and '&' */ in construct_c2d_packet()
229 …assert_int_equal(nx_packet_data_append(packet_ptr, properties[i].value, properties[i].value_length, in construct_c2d_packet()
270 property.value_length = 10; in property_payload_test()
278 length = &property.value_length; in property_payload_test()
289 property.value_length = 10; in property_payload_test()
313 memset(result_buffer, property.value_length, 0); in property_payload_test()
318 assert_int_equal(property.value_length, result_size); in property_payload_test()
Diot_provisioning_client_unit_test.c63 ULONG value_length; member
406 … topic_length += properties[i].name_length + properties[i].value_length + 2; /* '=' and '&' */ in construct_provisioning_service_response()
447 …nt_equal(__real__nx_packet_data_append(packet_ptr, properties[i].value, properties[i].value_length, in construct_provisioning_service_response()
483 response_properties[1].value_length = snprintf(response_properties[1].value, in generate_response()
484 … response_properties[1].value_length, "%u", g_req_id); in generate_response()
485 response_properties[0].value_length = snprintf(response_properties[0].value, in generate_response()
486 … response_properties[0].value_length, "%u", retry_after); in generate_response()
/NetX-Duo-v6.2.1/utility/iperf/
Dnx_iperf.c2262 UINT value_length = 0; in nx_iperf_check_token_value() local
2275 status = _nx_utility_string_length_check(value_ptr, &value_length, NX_MAX_STRING_LENGTH); in nx_iperf_check_token_value()
2290 if ((value_length == sizeof(TCP_Rx) - 1 ) && in nx_iperf_check_token_value()
2291 (memcmp(value_ptr, TCP_Rx, value_length) == 0)) in nx_iperf_check_token_value()
2295 else if ((value_length == sizeof(TCP_Tx) - 1 ) && in nx_iperf_check_token_value()
2296 (memcmp(value_ptr, TCP_Tx, value_length) == 0)) in nx_iperf_check_token_value()
2300 else if ((value_length == sizeof(UDP_Rx) - 1 ) && in nx_iperf_check_token_value()
2301 (memcmp(value_ptr, UDP_Rx, value_length) == 0)) in nx_iperf_check_token_value()
2305 else if ((value_length == sizeof(UDP_Tx) - 1 ) && in nx_iperf_check_token_value()
2306 (memcmp(value_ptr, UDP_Tx, value_length) == 0)) in nx_iperf_check_token_value()
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_client.h312 … CHAR *field_value, UINT value_length, UINT wait_option);
519 … CHAR *field_value, UINT value_length, UINT wait_option);
521 … CHAR *field_value, UINT value_length, UINT wait_option);
Dnx_web_http_client.c7692 CHAR *field_value, UINT value_length, UINT wait_option) in _nxe_web_http_client_request_header_add() argument
7704 field_value, value_length, wait_option); in _nxe_web_http_client_request_header_add()
7759 CHAR *field_value, UINT value_length, UINT wait_option) in _nx_web_http_client_request_header_add() argument
7793 …status = nx_packet_data_append(packet_ptr, field_value, value_length, client_ptr -> nx_web_http_cl… in _nx_web_http_client_request_header_add()