Home
last modified time | relevance | path

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

12

/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_client_rst_test.c51 static UINT http_client_stop = 0; variable
220 http_client_stop = NX_TRUE; in thread_client_entry()
293 while(http_client_stop != NX_TRUE) in thread_server_entry()
Dnetx_web_one_session_test.c45 static UINT http_client_stop = 0; variable
247 http_client_stop = 1; in thread_client_entry()
314 while (!http_client_stop) in thread_server_entry()
Dnetx_web_post_long_message_test.c50 static UINT http_client_stop = 0; variable
236 http_client_stop = 1; in thread_client_entry()
299 while(!http_client_stop) in thread_server_entry()
Dnetx_web_connect_three_times_test.c52 static UINT http_client_stop = 0; variable
295 http_client_stop = 1; in thread_client_entry()
397 while(!http_client_stop) in thread_server_entry()
Dnetx_web_head_basic_test.c50 static UINT http_client_stop = 0; variable
298 http_client_stop = 1; in thread_client_entry()
400 while(!http_client_stop) in thread_server_entry()
Dnetx_web_keep_alive_abnormal_test.c50 static UINT http_client_stop = 0; variable
334 http_client_stop = 1; in thread_client_entry()
435 while(!http_client_stop) in thread_server_entry()
Dnetx_web_non_block_basic_test.c47 static UINT http_client_stop = 0; variable
324 http_client_stop = 1; in thread_client_entry()
388 while(!http_client_stop) in thread_server_entry()
Dnetx_web_status_400_test.c60 static UINT http_client_stop = 0; variable
348 http_client_stop = 1; in thread_client_entry()
461 while(!http_client_stop) in thread_server_entry()
Dnetx_web_status_404_test.c53 static UINT http_client_stop = 0; variable
336 http_client_stop = 1; in thread_client_entry()
438 while(!http_client_stop) in thread_server_entry()
Dnetx_web_status_501_test.c56 static UINT http_client_stop = 0; variable
343 http_client_stop = 1; in thread_client_entry()
456 while(!http_client_stop) in thread_server_entry()
Dnetx_web_basic_authenticate_empty_test.c50 static UINT http_client_stop = 0; variable
322 http_client_stop = 1; in thread_client_entry()
425 while(!http_client_stop) in thread_server_entry()
Dnetx_web_post_basic_test.c50 static UINT http_client_stop = 0; variable
322 http_client_stop = 1; in thread_client_entry()
424 while(!http_client_stop) in thread_server_entry()
Dnetx_web_invalid_release_test.c50 static UINT http_client_stop = 0; variable
338 http_client_stop = 1; in thread_client_entry()
440 while(!http_client_stop) in thread_server_entry()
Dnetx_web_delete_basic_test.c50 static UINT http_client_stop = 0; variable
368 http_client_stop = 1; in thread_client_entry()
466 while(!http_client_stop) in thread_server_entry()
Dnetx_web_host_field_test.c52 static UINT http_client_stop = 0; variable
296 http_client_stop = 1; in thread_client_entry()
397 while(!http_client_stop) in thread_server_entry()
Dnetx_web_keep_alive_test.c50 static UINT http_client_stop = 0; variable
365 http_client_stop = 1; in thread_client_entry()
466 while(!http_client_stop) in thread_server_entry()
Dnetx_web_response_in_multiple_packets_test.c50 static UINT http_client_stop = 0; variable
326 http_client_stop = 1; in thread_client_entry()
428 while(!http_client_stop) in thread_server_entry()
Dnetx_web_abnormal_test.c52 static UINT http_client_stop = 0; variable
364 http_client_stop = 1; in thread_client_entry()
481 while(!http_client_stop) in thread_server_entry()
Dnetx_web_basic_authenticate_test.c50 static UINT http_client_stop = 0; variable
324 http_client_stop = 1; in thread_client_entry()
427 while(!http_client_stop) in thread_server_entry()
Dnetx_web_put_basic_test.c50 static UINT http_client_stop = 0; variable
352 http_client_stop = 1; in thread_client_entry()
454 while(!http_client_stop) in thread_server_entry()
Dnetx_web_chunked_response_process_test.c50 static UINT http_client_stop = 0; variable
431 http_client_stop = 1; in thread_client_entry()
532 while(!http_client_stop) in thread_server_entry()
Dnetx_web_client_cleanup_test.c51 static UINT http_client_stop = 0; variable
364 http_client_stop = 1; in thread_client_entry()
466 while(!http_client_stop) in thread_server_entry()
Dnetx_web_get_content_length_test.c52 static UINT http_client_stop = 0; variable
395 http_client_stop = 1; in thread_client_entry()
500 while(!http_client_stop) in thread_server_entry()
Dnetx_web_get_put_referred_URI_test.c55 static UINT http_client_stop = 0; variable
366 http_client_stop = 1; in thread_client_entry()
468 while(!http_client_stop) in thread_server_entry()
Dnetx_web_chunked_response_packet_chain_test.c50 static UINT http_client_stop = 0; variable
371 http_client_stop = 1; in thread_client_entry()
473 while(!http_client_stop) in thread_server_entry()

12