Home
last modified time | relevance | path

Searched refs:NX_WEB_HTTP_MAX_NAME (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_common.h90 #ifndef NX_WEB_HTTP_MAX_NAME
91 #define NX_WEB_HTTP_MAX_NAME 20 macro
111 #define NX_WEB_HTTP_MAX_STRING ((NX_WEB_HTTP_MAX_NAME + NX_WEB_HTTP_MAX_PASSWORD …
Dnx_web_http_client.c667 … if (_nx_utility_string_length_check(username, &temp_username_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_client_get_start()
1023 … if (_nx_utility_string_length_check(username, &temp_username_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_client_get_secure_start()
2853 … if (_nx_utility_string_length_check(username, &temp_username_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_client_put_start()
3244 … if (_nx_utility_string_length_check(username, &temp_username_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_client_put_secure_start()
3635 … if (_nx_utility_string_length_check(username, &temp_username_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_client_post_start()
4029 … if (_nx_utility_string_length_check(username, &temp_username_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_client_post_secure_start()
4410 … if (_nx_utility_string_length_check(username, &temp_username_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_client_head_start()
4771 … if (_nx_utility_string_length_check(username, &temp_username_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_client_head_secure_start()
5133 … if (_nx_utility_string_length_check(username, &temp_username_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_client_delete_start()
5496 … if (_nx_utility_string_length_check(username, &temp_username_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_client_delete_secure_start()
[all …]
Dnx_web_http_server.c73 static CHAR authorization_decoded[NX_WEB_HTTP_MAX_NAME + NX_WEB_HTTP_MAX_PASSWORD + 2];
3779 … if (_nx_utility_string_length_check(name_ptr, &temp_name_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_server_get_process()
4312 … if (_nx_utility_string_length_check(name_ptr, &temp_name_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_server_put_process()
4771 … if (_nx_utility_string_length_check(name_ptr, &temp_name_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_server_delete_process()
6753 if (_nx_utility_string_length_check(username, &username_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_server_digest_response_calculate()