Home
last modified time | relevance | path

Searched refs:NX_HTTP_CLIENT (Results 1 – 17 of 17) sorted by relevance

/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_client.h180 } NX_HTTP_CLIENT; typedef
215 …ttp_client_create(p,n,i,pp,w) _nxe_http_client_create(p,n,i,pp,w, sizeof(NX_HTTP_CLIENT))
234 UINT _nx_http_client_create(NX_HTTP_CLIENT *client_ptr, CHAR *client_name, NX_IP *ip_ptr, NX…
236 UINT _nxe_http_client_create(NX_HTTP_CLIENT *client_ptr, CHAR *client_name, NX_IP *ip_ptr, N…
238 UINT nx_http_client_delete(NX_HTTP_CLIENT *client_ptr);
239 UINT nx_http_client_get_start(NX_HTTP_CLIENT *client_ptr, ULONG ip_address, CHAR *resource, …
240 UINT nx_http_client_get_start_extended(NX_HTTP_CLIENT *client_ptr, ULONG ip_address, CHAR *r…
241 UINT nx_http_client_get_packet(NX_HTTP_CLIENT *client_ptr, NX_PACKET **packet_ptr, ULONG wai…
242 UINT nx_http_client_put_start(NX_HTTP_CLIENT *client_ptr, ULONG ip_address, CHAR *resource, …
243 UINT nx_http_client_put_start_extended(NX_HTTP_CLIENT *client_ptr, ULONG ip_address, CHAR *r…
[all …]
Dnxd_http_client.c94 UINT _nxe_http_client_create(NX_HTTP_CLIENT *client_ptr, CHAR *client_name, NX_IP *ip_ptr, NX_PACK… in _nxe_http_client_create()
104 (pool_ptr == NX_NULL) || (http_client_size != sizeof(NX_HTTP_CLIENT))) in _nxe_http_client_create()
168 UINT _nx_http_client_create(NX_HTTP_CLIENT *client_ptr, CHAR *client_name, NX_IP *ip_ptr, NX_PACKE… in _nx_http_client_create()
175 memset((void *) client_ptr, 0, sizeof(NX_HTTP_CLIENT)); in _nx_http_client_create()
254 UINT _nxe_http_client_delete(NX_HTTP_CLIENT *client_ptr) in _nxe_http_client_delete()
316 UINT _nx_http_client_delete(NX_HTTP_CLIENT *client_ptr) in _nx_http_client_delete()
389 UINT _nxe_http_client_set_connect_port(NX_HTTP_CLIENT *client_ptr, UINT port) in _nxe_http_client_set_connect_port()
455 UINT _nx_http_client_set_connect_port(NX_HTTP_CLIENT *client_ptr, UINT port) in _nx_http_client_set_connect_port()
511 UINT _nxe_http_client_get_start(NX_HTTP_CLIENT *client_ptr, ULONG ip_address, CHAR *resource, CHAR… in _nxe_http_client_get_start()
596 UINT _nxe_http_client_get_start_extended(NX_HTTP_CLIENT *client_ptr, ULONG ip_address, CHAR *resou… in _nxe_http_client_get_start_extended()
[all …]
/NetX-Duo-v6.2.1/test/regression/http_test/
Dnetx_http_head_basic_test.c53 static NX_HTTP_CLIENT my_client;
Dnetx_http_delete_basic_test.c53 static NX_HTTP_CLIENT my_client;
Dnetx_http_status_404_test.c55 static NX_HTTP_CLIENT my_client;
Dnetx_http_basic_authenticate_test.c33 static NX_HTTP_CLIENT my_client;
Dnetx_http_basic_test.c29 static NX_HTTP_CLIENT my_client;
Dnetx_http_request_in_multiple_packets_test.c38 static NX_HTTP_CLIENT my_client;
Dnetx_http_get_content_length_test.c160 static NX_HTTP_CLIENT my_client;
Dnetx_http_get_put_referred_URI_test.c167 static NX_HTTP_CLIENT my_client;
Dnetx_http_if_modified_since_test.c81 static NX_HTTP_CLIENT my_client;
Dnetx_http_client_change_connect_port_test.c166 static NX_HTTP_CLIENT my_client;
Dnetx_http_post_basic_test.c56 static NX_HTTP_CLIENT my_client;
Dnetx_http_get_contentlength_packetleak_test.c152 static NX_HTTP_CLIENT my_client;
Dnetx_http_digest_authenticate_test.c43 static NX_HTTP_CLIENT my_client;
Dnetx_http_digest_authenticate_timeout_test.c43 static NX_HTTP_CLIENT my_client;
/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_http.c51 NX_HTTP_CLIENT my_client;