Home
last modified time | relevance | path

Searched refs:temp_username_length (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_client.c659 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()
682temp_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()
2868temp_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/
Dnxd_http_client.c1139 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()