Home
last modified time | relevance | path

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

12

/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_one_session_test.c211 if (status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
237 if (status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
Dnetx_web_external_server_chunked_test.c156 if ((status != NX_WEB_HTTP_GET_DONE) || (chunked_size != CHUNKED_TOTAL_SIZE)) in thread_client_entry()
Dnetx_web_delete_basic_test.c307 if (status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
356 if (status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
Dnetx_web_chunked_response_process_test.c397 if (status == NX_WEB_HTTP_GET_DONE) in thread_client_entry()
411 if ((status != NX_WEB_HTTP_GET_DONE) || (content_length != test_content_length)) in thread_client_entry()
Dnetx_web_get_content_length_test.c379 if ((status != NX_SUCCESS) && (status != NX_WEB_HTTP_GET_DONE) && (j < 3)) in thread_client_entry()
381 else if (((status == NX_SUCCESS) || (status == NX_WEB_HTTP_GET_DONE)) && (j > 3)) in thread_client_entry()
Dnetx_web_get_put_referred_URI_test.c316 if (status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
354 if (status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
Dnetx_web_chunked_response_test.c339 if (status == NX_WEB_HTTP_GET_DONE) in thread_client_entry()
353 if ((status != NX_WEB_HTTP_GET_DONE) || (content_length != total_length)) in thread_client_entry()
Dnetx_web_multiple_sessions_timeout_test.c332 if (status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
349 if (status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
Dnetx_web_packet_allocate_test.c284 if (status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
333 if (status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
Dnetx_web_basic_test.c322 if (status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
380 if (status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
Dnetx_web_chunked_request_test.c376 if (status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
461 if (status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
Dnetx_web_chunked_request_additional_test.c383 if (status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
490 if (status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
Dnetx_web_client_rst_test.c205 if (status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
Dnetx_web_status_code_test.c221 if (status != NX_SUCCESS && status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
Dnetx_web_digest_authenticate_test.c367 if(status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
430 if(status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
Dnetx_web_secure_connect_fail_test.c250 if (status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
Dnetx_web_post_long_message_test.c227 if (status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
Dnetx_web_connect_three_times_test.c282 if (status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
Dnetx_web_certifiacte_verify_test.c249 if (status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
Dnetx_web_basic_ecc_test.c250 if (status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
Dnetx_web_head_basic_test.c286 if (status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
Dnetx_web_keep_alive_abnormal_test.c320 if (status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
Dnetx_web_client_receive_no_packet_test.c281 if (status != NX_WEB_HTTP_GET_DONE) in thread_client_entry()
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_common.h128 #define NX_WEB_HTTP_GET_DONE 0x3000C /* HTTP client get is complete … macro
/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()

12