/NetX-Duo-v6.3.0/addons/web/ |
D | nx_web_http_client.c | 675 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 …]
|
D | nx_web_http_server.c | 2826 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.3.0/addons/pppoe/ |
D | nx_pppoe_server.c | 233 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()
|
D | nx_pppoe_client.c | 535 …(_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.3.0/addons/http/ |
D | nxd_http_server.c | 2663 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 …]
|
D | nxd_http_client.c | 1032 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.3.0/utility/iperf/ |
D | nx_iperf.c | 274 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.3.0/common/inc/ |
D | nx_api.h | 255 #ifndef NX_MAX_STRING_LENGTH 256 #define NX_MAX_STRING_LENGTH 1024 macro
|
/NetX-Duo-v6.3.0/addons/snmp/ |
D | nxd_snmp.c | 1851 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() 10170 …y_string_length_check((CHAR *)requested_object, &requested_object_length, NX_MAX_STRING_LENGTH)) || in _nx_snmp_object_compare() 10171 …x_utility_string_length_check((CHAR *)actual_object, &actual_object_length, NX_MAX_STRING_LENGTH))) in _nx_snmp_object_compare() 10494 if (_nx_utility_string_length_check((CHAR *)source_object_name, NX_NULL, NX_MAX_STRING_LENGTH)) in _nx_snmp_object_copy()
|
/NetX-Duo-v6.3.0/addons/sntp/ |
D | nxd_sntp_client.c | 4112 …x_sntp_client_get_local_time_extended(client_ptr, seconds, fraction, buffer, NX_MAX_STRING_LENGTH); in _nx_sntp_client_get_local_time()
|
/NetX-Duo-v6.3.0/addons/rtsp/ |
D | nx_rtsp_server.c | 1358 …er_response_description_table[i].nx_rtsp_response_description, &temp_length, NX_MAX_STRING_LENGTH); in _nx_rtsp_server_error_response_send()
|