Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_client.h215 #define nx_http_client_create(p,n,i,pp,w) _nxe_http_client_create(p,n,i,pp,w, sizeof(NX_H…
236 UINT _nxe_http_client_create(NX_HTTP_CLIENT *client_ptr, CHAR *client_name, NX_IP *ip_ptr, N…
255 UINT _nxe_http_client_create(NX_HTTP_CLIENT *client_ptr, CHAR *client_name, NX_IP *ip_ptr, N…
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() function