Home
last modified time | relevance | path

Searched refs:nxd_http_client_put_start (Results 1 – 13 of 13) sorted by relevance

/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_client.h208 #define nxd_http_client_put_start _nxd_http_client_put_start macro
224 #define nxd_http_client_put_start _nxde_http_client_put_start macro
248 UINT nxd_http_client_put_start(NX_HTTP_CLIENT *client_ptr, NXD_ADDRESS *ip_address, CHAR *re…
/NetX-Duo-v6.2.1/test/regression/http_test/
Dnetx_http_head_basic_test.c235 status = nxd_http_client_put_start(&my_client, &server_ip_address, "/index.htm", in thread_client_entry()
Dnetx_http_delete_basic_test.c235 status = nxd_http_client_put_start(&my_client, &server_ip_address, "/index.htm", in thread_client_entry()
Dnetx_http_status_404_test.c241 status = nxd_http_client_put_start(&my_client, &server_ip_address, "/index.htm", in thread_client_entry()
Dnetx_http_basic_authenticate_test.c245 status = nxd_http_client_put_start(&my_client, &server_ip_address, "/client_test.htm", in thread_client_entry()
Dnetx_http_basic_test.c222 status = nxd_http_client_put_start(&my_client, &server_ip_address, "/client_test.htm", in thread_client_entry()
Dnetx_http_request_in_multiple_packets_test.c238 …status = nxd_http_client_put_start(&my_client, &server_ip_address, "http://www.abc.com/client_tes… in thread_client_entry()
Dnetx_http_get_put_referred_URI_test.c364 …status = nxd_http_client_put_start(&my_client, &server_ip_address, "http://www.abc.com/client_tes… in thread_client_entry()
Dnetx_http_if_modified_since_test.c268 status = nxd_http_client_put_start(&my_client, &server_ip_address, "/index.htm", in thread_client_entry()
Dnetx_http_client_change_connect_port_test.c372 …status = nxd_http_client_put_start(&my_client, &server_ip_address, "http://www.abc.com/client_tes… in thread_client_entry()
Dnetx_http_post_basic_test.c239 status = nxd_http_client_put_start(&my_client, &server_ip_address, "/index.htm", in thread_client_entry()
/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_http.c365 status = nxd_http_client_put_start(&my_client, &server_ip_address, "/client_test.htm", in thread_client_entry()
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt5010 … Modified nxd_http_client_get_start() and nxd_http_client_put_start()