Home
last modified time | relevance | path

Searched refs:NX_MAX_STRING_LENGTH (Results 1 – 10 of 10) sorted by relevance

/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_client.c675 if (_nx_utility_string_length_check(resource, &temp_resource_length, NX_MAX_STRING_LENGTH) || in _nx_web_http_client_get_start()
676 _nx_utility_string_length_check(host, &temp_host_length, NX_MAX_STRING_LENGTH)) in _nx_web_http_client_get_start()
1031 if (_nx_utility_string_length_check(resource, &temp_resource_length, NX_MAX_STRING_LENGTH) || in _nx_web_http_client_get_secure_start()
1032 _nx_utility_string_length_check(host, &temp_host_length, NX_MAX_STRING_LENGTH)) in _nx_web_http_client_get_secure_start()
2861 if (_nx_utility_string_length_check(resource, &temp_resource_length, NX_MAX_STRING_LENGTH) || in _nx_web_http_client_put_start()
2862 _nx_utility_string_length_check(host, &temp_host_length, NX_MAX_STRING_LENGTH)) in _nx_web_http_client_put_start()
3252 if (_nx_utility_string_length_check(resource, &temp_resource_length, NX_MAX_STRING_LENGTH) || in _nx_web_http_client_put_secure_start()
3253 _nx_utility_string_length_check(host, &temp_host_length, NX_MAX_STRING_LENGTH)) in _nx_web_http_client_put_secure_start()
3643 if (_nx_utility_string_length_check(resource, &temp_resource_length, NX_MAX_STRING_LENGTH) || in _nx_web_http_client_post_start()
3644 _nx_utility_string_length_check(host, &temp_host_length, NX_MAX_STRING_LENGTH)) in _nx_web_http_client_post_start()
[all …]
Dnx_web_http_server.c2826 if (_nx_utility_string_length_check(status_code, &status_code_length, NX_MAX_STRING_LENGTH) || in _nx_web_http_server_callback_response_send()
2827 …tion && _nx_utility_string_length_check(information, &information_length, NX_MAX_STRING_LENGTH)) || in _nx_web_http_server_callback_response_send()
2828 …& _nx_utility_string_length_check(additional_info, &additional_info_length, NX_MAX_STRING_LENGTH))) in _nx_web_http_server_callback_response_send()
2982 …if (_nx_utility_string_length_check(status_code, &temp_status_code_length, NX_MAX_STRING_LENGTH) || in _nx_web_http_server_callback_response_send_extended()
2983 …&& _nx_utility_string_length_check(information, &temp_information_length, NX_MAX_STRING_LENGTH)) || in _nx_web_http_server_callback_response_send_extended()
2984 …_utility_string_length_check(additional_info, &temp_additional_info_length, NX_MAX_STRING_LENGTH))) in _nx_web_http_server_callback_response_send_extended()
3781 … _nx_utility_string_length_check(realm_ptr, &temp_realm_length, NX_MAX_STRING_LENGTH)) in _nx_web_http_server_get_process()
4314 … _nx_utility_string_length_check(realm_ptr, &temp_realm_length, NX_MAX_STRING_LENGTH)) in _nx_web_http_server_put_process()
4773 … _nx_utility_string_length_check(realm_ptr, &temp_realm_length, NX_MAX_STRING_LENGTH)) in _nx_web_http_server_delete_process()
5313 if (_nx_utility_string_length_check(realm_ptr, &realm_length, NX_MAX_STRING_LENGTH)) in _nx_web_http_server_basic_authenticate()
[all …]
/NetX-Duo-v6.2.1/addons/pppoe/
Dnx_pppoe_server.c233 NX_MAX_STRING_LENGTH)) in _nx_pppoe_server_create()
2572 …h_check((char*)client_session_ptr -> nx_pppoe_service_name, (UINT *)&length, NX_MAX_STRING_LENGTH); in _nx_pppoe_server_discovery_packet_process()
2928 …if (_nx_utility_string_length_check((char *)(service_name_ptr), &tag_length, NX_MAX_STRING_LENGTH)) in _nx_pppoe_server_discovery_send()
2943 …th_check((char *)(client_session_ptr -> nx_pppoe_service_name), &tag_length, NX_MAX_STRING_LENGTH)) in _nx_pppoe_server_discovery_send()
2974 …pppoe_server_ptr -> nx_pppoe_service_name[service_name_index]), &tag_length, NX_MAX_STRING_LENGTH)) in _nx_pppoe_server_discovery_send()
3022 …th_check((char *)(client_session_ptr -> nx_pppoe_service_name), &tag_length, NX_MAX_STRING_LENGTH)) in _nx_pppoe_server_discovery_send()
3066 …h_check((char *)(client_session_ptr -> nx_pppoe_generic_error), &tag_length, NX_MAX_STRING_LENGTH)) in _nx_pppoe_server_discovery_send()
3360 …tility_string_length_check((char *)(service_name_ptr), &service_name_length, NX_MAX_STRING_LENGTH)) in _nx_pppoe_server_tag_process()
Dnx_pppoe_client.c535 …(_nx_utility_string_length_check((CHAR *)service_name, &service_name_length, NX_MAX_STRING_LENGTH)) in _nx_pppoe_client_service_name_set()
802 if (_nx_utility_string_length_check((CHAR *)host_uniq, &host_uniq_length, NX_MAX_STRING_LENGTH)) in _nx_pppoe_client_host_uniq_set()
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.c2663 if (_nx_utility_string_length_check(header, &header_length, NX_MAX_STRING_LENGTH) || in _nx_http_server_callback_response_send()
2664 …tion && _nx_utility_string_length_check(information, &information_length, NX_MAX_STRING_LENGTH)) || in _nx_http_server_callback_response_send()
2665 …& _nx_utility_string_length_check(additional_info, &additional_info_length, NX_MAX_STRING_LENGTH))) in _nx_http_server_callback_response_send()
2814 if (_nx_utility_string_length_check(header, &temp_header_length, NX_MAX_STRING_LENGTH) || in _nx_http_server_callback_response_send_extended()
2815 …&& _nx_utility_string_length_check(information, &temp_information_length, NX_MAX_STRING_LENGTH)) || in _nx_http_server_callback_response_send_extended()
2816 …_utility_string_length_check(additional_info, &temp_additional_info_length, NX_MAX_STRING_LENGTH))) in _nx_http_server_callback_response_send_extended()
3562 … _nx_utility_string_length_check(realm_ptr, &temp_realm_length, NX_MAX_STRING_LENGTH)) in _nx_http_server_get_process()
4008 … _nx_utility_string_length_check(realm_ptr, &temp_realm_length, NX_MAX_STRING_LENGTH)) in _nx_http_server_put_process()
4394 … _nx_utility_string_length_check(realm_ptr, &temp_realm_length, NX_MAX_STRING_LENGTH)) in _nx_http_server_delete_process()
5542 if (_nx_utility_string_length_check(name, &name_length, NX_MAX_STRING_LENGTH)) in _nx_http_server_type_get()
[all …]
Dnxd_http_client.c1032 if (_nx_utility_string_length_check(resource, &resource_length, NX_MAX_STRING_LENGTH)) in _nxd_http_client_get_start()
2279 if (_nx_utility_string_length_check(resource, &resource_length, NX_MAX_STRING_LENGTH)) in _nxd_http_client_put_start()
/NetX-Duo-v6.2.1/utility/iperf/
Dnx_iperf.c274 status = _nx_utility_string_length_check(token, &token_length, NX_MAX_STRING_LENGTH); in nx_iperf_check_token_value()
283 status = _nx_utility_string_length_check(value_ptr, &value_length, NX_MAX_STRING_LENGTH); in nx_iperf_check_token_value()
747 _nx_utility_string_length_check(msg, &length, NX_MAX_STRING_LENGTH); in nx_iperf_print_test_inprogress()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h252 #ifndef NX_MAX_STRING_LENGTH
253 #define NX_MAX_STRING_LENGTH 1024 macro
/NetX-Duo-v6.2.1/addons/snmp/
Dnxd_snmp.c1851 if (_nx_utility_string_length_check((CHAR *)password, &password_length, NX_MAX_STRING_LENGTH)) in _nx_snmp_agent_md5_key_create()
2450 if (_nx_utility_string_length_check((CHAR *)password, &password_length, NX_MAX_STRING_LENGTH)) in _nx_snmp_agent_sha_key_create()
10171 …y_string_length_check((CHAR *)requested_object, &requested_object_length, NX_MAX_STRING_LENGTH)) || in _nx_snmp_object_compare()
10172 …x_utility_string_length_check((CHAR *)actual_object, &actual_object_length, NX_MAX_STRING_LENGTH))) in _nx_snmp_object_compare()
10495 if (_nx_utility_string_length_check((CHAR *)source_object_name, NX_NULL, NX_MAX_STRING_LENGTH)) in _nx_snmp_object_copy()
/NetX-Duo-v6.2.1/addons/sntp/
Dnxd_sntp_client.c4097 …x_sntp_client_get_local_time_extended(client_ptr, seconds, fraction, buffer, NX_MAX_STRING_LENGTH); in _nx_sntp_client_get_local_time()