/NetX-Duo-v6.4.1/addons/http/ |
D | nxd_http_client.h | 242 …LONG ip_address, CHAR *resource, CHAR *username, CHAR *password, ULONG total_bytes, ULONG wait_opt… 243 …ame, UINT username_length, CHAR *password, UINT password_length, ULONG total_bytes, ULONG wait_opt… 248 …ESS *ip_address, CHAR *resource, CHAR *username, CHAR *password, ULONG total_bytes, ULONG wait_opt… 249 …ame, UINT username_length, CHAR *password, UINT password_length, ULONG total_bytes, ULONG wait_opt… 265 …LONG ip_address, CHAR *resource, CHAR *username, CHAR *password, ULONG total_bytes, ULONG wait_opt… 266 …LONG ip_address, CHAR *resource, CHAR *username, CHAR *password, ULONG total_bytes, ULONG wait_opt… 267 …ame, UINT username_length, CHAR *password, UINT password_length, ULONG total_bytes, ULONG wait_opt… 268 …ame, UINT username_length, CHAR *password, UINT password_length, ULONG total_bytes, ULONG wait_opt… 277 …ESS *ip_address, CHAR *resource, CHAR *username, CHAR *password, ULONG total_bytes, ULONG wait_opt… 278 …ESS *ip_address, CHAR *resource, CHAR *username, CHAR *password, ULONG total_bytes, ULONG wait_opt… [all …]
|
D | nxd_http_client.c | 1744 … CHAR *username, CHAR *password, ULONG total_bytes, ULONG wait_option) in _nxe_http_client_put_start() argument 1757 if (total_bytes == 0) in _nxe_http_client_put_start() 1765 total_bytes, wait_option); in _nxe_http_client_put_start() 1775 NX_PARAMETER_NOT_USED(total_bytes); in _nxe_http_client_put_start() 1837 … CHAR *password, UINT password_length, ULONG total_bytes, ULONG wait_option) in _nxe_http_client_put_start_extended() argument 1850 if (total_bytes == 0) in _nxe_http_client_put_start_extended() 1859 total_bytes, wait_option); in _nxe_http_client_put_start_extended() 1872 NX_PARAMETER_NOT_USED(total_bytes); in _nxe_http_client_put_start_extended() 1930 CHAR *password, ULONG total_bytes, ULONG wait_option) in _nx_http_client_put_start() argument 1943 password, total_bytes, wait_option); in _nx_http_client_put_start() [all …]
|
/NetX-Duo-v6.4.1/addons/web/ |
D | nx_web_http_client.h | 262 …ort, CHAR *resource, CHAR *host, CHAR *username, CHAR *password, ULONG total_bytes, ULONG wait_opt… 264 …ame, UINT username_length, CHAR *password, UINT password_length, ULONG total_bytes, ULONG wait_opt… 265 …ort, CHAR *resource, CHAR *host, CHAR *username, CHAR *password, ULONG total_bytes, ULONG wait_opt… 267 …ame, UINT username_length, CHAR *password, UINT password_length, ULONG total_bytes, ULONG wait_opt… 336 … CHAR *host, CHAR *username, CHAR *password, ULONG total_bytes, 341 … CHAR *username, UINT username_length, CHAR *password, UINT password_length, ULONG total_bytes, 345 … CHAR *host, CHAR *username, CHAR *password, ULONG total_bytes, 350 … CHAR *username, UINT username_length, CHAR *password, UINT password_length, ULONG total_bytes, 397 …ort, CHAR *resource, CHAR *host, CHAR *username, CHAR *password, ULONG total_bytes, ULONG wait_opt… 398 …ort, CHAR *resource, CHAR *host, CHAR *username, CHAR *password, ULONG total_bytes, ULONG wait_opt… [all …]
|
D | nx_web_http_client.c | 518 …client_content_length_header_add(NX_WEB_HTTP_CLIENT *client_ptr, ULONG total_bytes, ULONG wait_opt… in _nx_web_http_client_content_length_header_add() argument 524 j = _nx_web_http_client_number_convert(total_bytes, string1); in _nx_web_http_client_content_length_header_add() 2760 … CHAR *host, CHAR *username, CHAR *password, ULONG total_bytes, ULONG wait_option) in _nxe_web_http_client_put_start() argument 2772 if (total_bytes == 0) in _nxe_web_http_client_put_start() 2780 username, password, total_bytes, wait_option); in _nxe_web_http_client_put_start() 2841 … CHAR *host, CHAR *username, CHAR *password, ULONG total_bytes, ULONG wait_option) in _nx_web_http_client_put_start() argument 2869 total_bytes, wait_option)); in _nx_web_http_client_put_start() 2929 UINT password_length, ULONG total_bytes, in _nxe_web_http_client_put_start_extended() argument 2942 if (total_bytes == 0) in _nxe_web_http_client_put_start_extended() 2952 total_bytes, wait_option); in _nxe_web_http_client_put_start_extended() [all …]
|