Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_common.h129 #define NX_WEB_HTTP_GET_DONE 0x3000C /* HTTP client get is complete … macro
Dnx_web_http_client.c1755 status = NX_WEB_HTTP_GET_DONE; in _nx_web_http_client_response_body_get()
1767 if ((status != NX_WEB_HTTP_GET_DONE) && response_packet_ptr) in _nx_web_http_client_response_body_get()
1778 if (status != NX_WEB_HTTP_GET_DONE) in _nx_web_http_client_response_body_get()
1793 if ((status != NX_WEB_HTTP_GET_DONE) || !(client_ptr -> nx_web_http_client_keep_alive)) in _nx_web_http_client_response_body_get()
2230 return(NX_WEB_HTTP_GET_DONE); in _nx_web_http_client_response_chunked_get()
Dnx_web_http_server.c3966 if (status == NX_WEB_HTTP_GET_DONE) in _nx_web_http_server_get_process()
4573 if (status == NX_WEB_HTTP_GET_DONE) in _nx_web_http_server_put_process()
9232 return(NX_WEB_HTTP_GET_DONE); in _nx_web_http_server_request_chunked_get()
/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_https.c634 while(get_status != NX_WEB_HTTP_GET_DONE) in https_client_thread_entry()
639 if (get_status != NX_SUCCESS && get_status != NX_WEB_HTTP_GET_DONE) in https_client_thread_entry()
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_adu_agent.c4182 …while ((get_status != NX_WEB_HTTP_GET_DONE) && (downloader_ptr -> received_firmware_size < downloa… in nx_azure_iot_adu_agent_http_response_receive()
4187 …if ((get_status == NX_SUCCESS) || (get_status == NX_WEB_HTTP_GET_DONE) || (get_status == NX_WEB_HT… in nx_azure_iot_adu_agent_http_response_receive()