Searched refs:temp_name_length (Results 1 – 3 of 3) sorted by relevance
| /NetX-Duo-v6.2.1/addons/http/ |
| D | nxd_http_server.c | 3480 UINT temp_name_length = 0; in _nx_http_server_get_process() local 3559 if (_nx_utility_string_length_check(name_ptr, &temp_name_length, NX_HTTP_MAX_NAME) || in _nx_http_server_get_process() 3571 (name_length != temp_name_length) || in _nx_http_server_get_process() 3590 …x_http_server_digest_authenticate(server_ptr, packet_ptr, name_ptr, temp_name_length, password_ptr… in _nx_http_server_get_process() 3933 UINT temp_name_length = 0; in _nx_http_server_put_process() local 4005 if (_nx_utility_string_length_check(name_ptr, &temp_name_length, NX_HTTP_MAX_NAME) || in _nx_http_server_put_process() 4017 (name_length != temp_name_length) || in _nx_http_server_put_process() 4036 …x_http_server_digest_authenticate(server_ptr, packet_ptr, name_ptr, temp_name_length, password_ptr… in _nx_http_server_put_process() 4349 UINT temp_name_length = 0; in _nx_http_server_delete_process() local 4391 if (_nx_utility_string_length_check(name_ptr, &temp_name_length, NX_HTTP_MAX_NAME) || in _nx_http_server_delete_process() [all …]
|
| /NetX-Duo-v6.2.1/addons/web/ |
| D | nx_web_http_server.c | 3689 UINT temp_name_length = 0; in _nx_web_http_server_get_process() local 3778 … if (_nx_utility_string_length_check(name_ptr, &temp_name_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_server_get_process() 3790 (name_length != temp_name_length) || in _nx_web_http_server_get_process() 4229 UINT temp_name_length = 0; in _nx_web_http_server_put_process() local 4311 … if (_nx_utility_string_length_check(name_ptr, &temp_name_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_server_put_process() 4323 (name_length != temp_name_length) || in _nx_web_http_server_put_process() 4726 UINT temp_name_length = 0; in _nx_web_http_server_delete_process() local 4770 … if (_nx_utility_string_length_check(name_ptr, &temp_name_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_server_delete_process() 4782 (name_length != temp_name_length) || in _nx_web_http_server_delete_process() 6000 UINT temp_name_length; in _nx_web_http_server_type_get() local [all …]
|
| /NetX-Duo-v6.2.1/addons/pppoe/ |
| D | nx_pppoe_server.c | 393 UINT temp_name_length = 0; in _nx_pppoe_server_ac_name_set() local 396 if (_nx_utility_string_length_check((CHAR*)ac_name, &temp_name_length, ac_name_length)) in _nx_pppoe_server_ac_name_set() 400 if (ac_name_length != temp_name_length) in _nx_pppoe_server_ac_name_set()
|