Searched refs:_nx_utility_string_to_uint (Results 1 – 5 of 5) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_utility_test.c | 109 status = _nx_utility_string_to_uint(NX_NULL, sizeof("4294967295") -1, &number); in ntest_0_entry() 120 status = _nx_utility_string_to_uint("4294967295", sizeof("4294967295") -1, NX_NULL); in ntest_0_entry() 131 status = _nx_utility_string_to_uint("4294967295", 0, &number); in ntest_0_entry() 142 status = _nx_utility_string_to_uint("1234", sizeof("1234") -1, &number); in ntest_0_entry() 153 status = _nx_utility_string_to_uint("4294967295", sizeof("4294967295") -1, &number); in ntest_0_entry() 164 status = _nx_utility_string_to_uint("4294967296", sizeof("4294967296") -1, &number); in ntest_0_entry() 175 status = _nx_utility_string_to_uint("4294967300", sizeof("4294967300") -1, &number); in ntest_0_entry() 186 status = _nx_utility_string_to_uint("123+", sizeof("123+") -1, &number); in ntest_0_entry() 197 status = _nx_utility_string_to_uint("123A", sizeof("123A") -1, &number); in ntest_0_entry()
|
| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_utility.c | 150 UINT _nx_utility_string_to_uint(CHAR *input_string, UINT string_length, UINT *number) in _nx_utility_string_to_uint() function
|
| /NetX-Duo-v6.2.1/addons/rtsp/ |
| D | nx_rtsp_server.c | 2942 …status = _nx_utility_string_to_uint((CHAR *)field_value_ptr, field_value_length, &(rtsp_client_req… in _nx_rtsp_server_request_header_parse() 2963 …status = _nx_utility_string_to_uint((CHAR *)field_value_ptr, field_value_length, (UINT *)&(rtsp_cl… in _nx_rtsp_server_request_header_parse() 3084 …status = _nx_utility_string_to_uint((CHAR *)field_value_ptr, field_value_length, (UINT *)&(rtsp_cl… in _nx_rtsp_server_request_header_parse() 3104 …status = _nx_utility_string_to_uint((CHAR *)field_value_ptr, field_value_length, (UINT *)&(rtsp_cl… in _nx_rtsp_server_request_header_parse()
|
| /NetX-Duo-v6.2.1/addons/dhcp/ |
| D | nxd_dhcp_server.c | 2662 return(_nx_utility_string_to_uint(num_string, buffer_index, option)); in _nx_dhcp_parse_next_option()
|
| /NetX-Duo-v6.2.1/common/inc/ |
| D | nx_api.h | 4064 UINT _nx_utility_string_to_uint(CHAR *input_string, UINT string_length, UINT *number);
|