Searched refs:NX_WEB_HTTP_GET_DONE (Results 1 – 5 of 5) sorted by relevance
129 #define NX_WEB_HTTP_GET_DONE 0x3000C /* HTTP client get is complete … macro
1755 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()
3966 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()
634 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()
4182 …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()