Searched refs:NX_HTTP_CLIENT (Results 1 – 17 of 17) sorted by relevance
| /NetX-Duo-v6.2.1/addons/http/ |
| D | nxd_http_client.h | 180 } 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 …]
|
| D | nxd_http_client.c | 94 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/ |
| D | netx_http_head_basic_test.c | 53 static NX_HTTP_CLIENT my_client;
|
| D | netx_http_delete_basic_test.c | 53 static NX_HTTP_CLIENT my_client;
|
| D | netx_http_status_404_test.c | 55 static NX_HTTP_CLIENT my_client;
|
| D | netx_http_basic_authenticate_test.c | 33 static NX_HTTP_CLIENT my_client;
|
| D | netx_http_basic_test.c | 29 static NX_HTTP_CLIENT my_client;
|
| D | netx_http_request_in_multiple_packets_test.c | 38 static NX_HTTP_CLIENT my_client;
|
| D | netx_http_get_content_length_test.c | 160 static NX_HTTP_CLIENT my_client;
|
| D | netx_http_get_put_referred_URI_test.c | 167 static NX_HTTP_CLIENT my_client;
|
| D | netx_http_if_modified_since_test.c | 81 static NX_HTTP_CLIENT my_client;
|
| D | netx_http_client_change_connect_port_test.c | 166 static NX_HTTP_CLIENT my_client;
|
| D | netx_http_post_basic_test.c | 56 static NX_HTTP_CLIENT my_client;
|
| D | netx_http_get_contentlength_packetleak_test.c | 152 static NX_HTTP_CLIENT my_client;
|
| D | netx_http_digest_authenticate_test.c | 43 static NX_HTTP_CLIENT my_client;
|
| D | netx_http_digest_authenticate_timeout_test.c | 43 static NX_HTTP_CLIENT my_client;
|
| /NetX-Duo-v6.2.1/samples/ |
| D | demo_netxduo_http.c | 51 NX_HTTP_CLIENT my_client;
|