Home
last modified time | relevance | path

Searched refs:NX_HTTP_GET_DONE (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.4.1/test/regression/http_test/
Dnetx_http_basic_test.c283 if (status == NX_HTTP_GET_DONE) in thread_client_entry()
356 if (status == NX_HTTP_GET_DONE) in thread_client_entry()
Dnetx_http_post_basic_test.c300 if (status == NX_HTTP_GET_DONE) in thread_client_entry()
/NetX-Duo-v6.4.1/addons/http/
Dnxd_http_client.h140 #define NX_HTTP_GET_DONE 0xEC /* HTTP client get is complete … macro
Dnxd_http_server.h235 #define NX_HTTP_GET_DONE 0xEC /* HTTP client get is complete … macro
Dnxd_http_client.c1631 return(NX_HTTP_GET_DONE); in _nx_http_client_get_packet()