Searched refs:NX_HTTP_MAX_PASSWORD (Results 1 – 4 of 4) sorted by relevance
| /NetX-Duo-v6.2.1/addons/http/ |
| D | nxd_http_client.h | 97 #ifndef NX_HTTP_MAX_PASSWORD 98 #define NX_HTTP_MAX_PASSWORD 20 macro 114 #define NX_HTTP_MAX_STRING ((NX_HTTP_MAX_NAME + NX_HTTP_MAX_PASSWORD + 1) * 4 / 3 …
|
| D | nxd_http_client.c | 1022 _nx_utility_string_length_check(password, &password_length, NX_HTTP_MAX_PASSWORD)) in _nxd_http_client_get_start() 1132 CHAR string1[NX_HTTP_MAX_NAME + NX_HTTP_MAX_PASSWORD + 2]; in _nxd_http_client_get_start_extended() 2269 _nx_utility_string_length_check(password, &password_length, NX_HTTP_MAX_PASSWORD)) in _nxd_http_client_put_start() 2371 CHAR string1[NX_HTTP_MAX_NAME + NX_HTTP_MAX_PASSWORD + 2]; in _nxd_http_client_put_start_extended()
|
| D | nxd_http_server.h | 156 #ifndef NX_HTTP_MAX_PASSWORD 157 #define NX_HTTP_MAX_PASSWORD 20 macro 205 #define NX_HTTP_MAX_STRING ((NX_HTTP_MAX_NAME + NX_HTTP_MAX_PASSWORD + 1) * 4 / 3 …
|
| D | nxd_http_server.c | 66 static CHAR authorization_decoded[NX_HTTP_MAX_NAME + NX_HTTP_MAX_PASSWORD + 2]; 3560 … _nx_utility_string_length_check(password_ptr, &temp_password_length, NX_HTTP_MAX_PASSWORD) || in _nx_http_server_get_process() 4006 … _nx_utility_string_length_check(password_ptr, &temp_password_length, NX_HTTP_MAX_PASSWORD) || in _nx_http_server_put_process() 4392 … _nx_utility_string_length_check(password_ptr, &temp_password_length, NX_HTTP_MAX_PASSWORD) || in _nx_http_server_delete_process()
|