Searched refs:temp_username_length (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/addons/web/ |
| D | nx_web_http_client.c | 659 UINT temp_username_length = 0; in _nx_web_http_client_get_start() local 666 … if (_nx_utility_string_length_check(username, &temp_username_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_client_get_start() 682 … temp_username_length, password, temp_password_length, in _nx_web_http_client_get_start() 1015 UINT temp_username_length = 0; in _nx_web_http_client_get_secure_start() local 1022 … if (_nx_utility_string_length_check(username, &temp_username_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_client_get_secure_start() 1039 temp_username_length, password, in _nx_web_http_client_get_secure_start() 2845 UINT temp_username_length = 0; in _nx_web_http_client_put_start() local 2852 … if (_nx_utility_string_length_check(username, &temp_username_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_client_put_start() 2868 … temp_username_length, password, temp_password_length, in _nx_web_http_client_put_start() 3236 UINT temp_username_length = 0; in _nx_web_http_client_put_secure_start() local [all …]
|
| /NetX-Duo-v6.2.1/addons/http/ |
| D | nxd_http_client.c | 1139 UINT temp_username_length = 0; in _nxd_http_client_get_start_extended() local 1154 if (_nx_utility_string_length_check(username, &temp_username_length, username_length) || in _nxd_http_client_get_start_extended() 1163 if ((username_length != temp_username_length) || in _nxd_http_client_get_start_extended() 2378 UINT temp_username_length = 0; in _nxd_http_client_put_start_extended() local 2395 if (_nx_utility_string_length_check(username, &temp_username_length, username_length) || in _nxd_http_client_put_start_extended() 2404 if ((username_length != temp_username_length) || in _nxd_http_client_put_start_extended()
|