Searched refs:NX_WEB_HTTP_MAX_NAME (Results 1 – 3 of 3) sorted by relevance
| /NetX-Duo-v6.2.1/addons/web/ |
| D | nx_web_http_common.h | 89 #ifndef NX_WEB_HTTP_MAX_NAME 90 #define NX_WEB_HTTP_MAX_NAME 20 macro 110 #define NX_WEB_HTTP_MAX_STRING ((NX_WEB_HTTP_MAX_NAME + NX_WEB_HTTP_MAX_PASSWORD …
|
| D | nx_web_http_client.c | 666 … if (_nx_utility_string_length_check(username, &temp_username_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_client_get_start() 1022 … if (_nx_utility_string_length_check(username, &temp_username_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_client_get_secure_start() 2852 … if (_nx_utility_string_length_check(username, &temp_username_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_client_put_start() 3243 … if (_nx_utility_string_length_check(username, &temp_username_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_client_put_secure_start() 3634 … if (_nx_utility_string_length_check(username, &temp_username_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_client_post_start() 4028 … if (_nx_utility_string_length_check(username, &temp_username_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_client_post_secure_start() 4409 … if (_nx_utility_string_length_check(username, &temp_username_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_client_head_start() 4770 … if (_nx_utility_string_length_check(username, &temp_username_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_client_head_secure_start() 5132 … if (_nx_utility_string_length_check(username, &temp_username_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_client_delete_start() 5495 … if (_nx_utility_string_length_check(username, &temp_username_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_client_delete_secure_start() [all …]
|
| D | nx_web_http_server.c | 72 static CHAR authorization_decoded[NX_WEB_HTTP_MAX_NAME + NX_WEB_HTTP_MAX_PASSWORD + 2]; 3778 … if (_nx_utility_string_length_check(name_ptr, &temp_name_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_server_get_process() 4311 … if (_nx_utility_string_length_check(name_ptr, &temp_name_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_server_put_process() 4770 … if (_nx_utility_string_length_check(name_ptr, &temp_name_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_server_delete_process() 6752 if (_nx_utility_string_length_check(username, &username_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_server_digest_response_calculate()
|