Home
last modified time | relevance | path

Searched refs:test_count (Results 1 – 14 of 14) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_keep_alive_test.c75 static UINT test_count; variable
205 if ((test_count == 0) && (memcmp(field_value, "keep-alive", field_value_length) != 0)) in http_response_callback()
207 else if((test_count == 1) && (memcmp(field_value, "Close", field_value_length) != 0)) in http_response_callback()
284 for (test_count = 0; test_count < 3; test_count++) in thread_client_entry()
299 if ((i == 1) && (test_count == 2)) in thread_client_entry()
312 if (test_count == 0) in thread_client_entry()
316 else if (test_count == 1) in thread_client_entry()
327 if ((i == 0) && (test_count == 2)) in thread_client_entry()
Dnetx_web_chunked_response_process_test.c189 static UINT test_count = 0; variable
352 for (test_count = 0; test_count < test_num; test_count++) in thread_client_entry()
593 if (!test_pkt_frag[test_count][i]) in server_request_callback()
605 …status = nx_packet_data_append(response_pkt, data_ptr, test_pkt_frag[test_count][i], &server_pool,… in server_request_callback()
615 data_ptr += test_pkt_frag[test_count][i]; in server_request_callback()
Dnetx_web_digest_authenticate_test2.c86 static UINT test_count; variable
205 for (test_count = 0; test_count < 2; test_count++) in thread_client_entry()
258 if (test_count == 0) in thread_client_entry()
318 if (test_count == 0) in thread_client_entry()
368 if (test_count == 0) in digest_authenticate_callback()
Dnetx_web_keep_alive_abnormal_test.c75 static UINT test_count; variable
245 for (test_count = 0; test_count < 2; test_count++) in thread_client_entry()
249 if (test_count == 1) in thread_client_entry()
Dnetx_web_server_content_process_test.c79 static UINT test_count; variable
247 for (test_count = 0; test_count < 2; test_count++) in thread_client_entry()
538 if (test_count == 0) in server_request_callback()
Dnetx_web_status_code_test.c87 static UINT test_count = sizeof(test_status_maps)/sizeof(NX_WEB_HTTP_CLIENT_STATUS_MAP); variable
196 for (i = 0; i < test_count ; i++) in thread_client_entry()
280 for (i = 0; i < test_count; i++ ) in thread_server_entry()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_tls_record_encrypt_coverage_test.c126 static UINT test_count; variable
136 if (op != NX_CRYPTO_ENCRYPT_UPDATE || op_count == test_count) in test_operation()
214 test_count = 0; in ntest_0_entry()
228 test_count = 0; in ntest_0_entry()
232 test_count = 1; in ntest_0_entry()
237 test_count = 0; in ntest_0_entry()
Dnx_secure_tls_1_3_key_share_test.c387 static UINT test_count = 0; variable
457 if (test_count == 0) in tls_session_start_test()
462 test_count++; in tls_session_start_test()
Dnx_secure_tls_server_key_exchange_coverage_test.c572 static UINT test_count; variable
587 if (op != NX_CRYPTO_HASH_UPDATE || op_count == test_count) in test_operation()
734 test_count = i; in ntest_1_entry()
/NetX-Duo-v6.2.1/test/regression/http_test/
Dnetx_http_digest_authenticate_test.c87 static UINT test_count; variable
204 for (test_count = 0; test_count < 2; test_count++) in thread_client_entry()
260 if (test_count == 0) in thread_client_entry()
343 if (test_count == 0) in thread_client_entry()
393 if (test_count == 0) in digest_authenticate_callback()
Dnetx_http_get_contentlength_packetleak_test.c405 UINT i, test_count; in thread_server_entry() local
439 test_count = 2; in thread_server_entry()
442 for (i = 0; i < test_count; i++ ) in thread_server_entry()
/NetX-Duo-v6.2.1/test/regression/dns_test/
Dnetx_dns_invalid_resource_get_test.c76 #define test_count 4 macro
77 static DNS_TEST dns_test[test_count];
249 for (i = 0; i < test_count; i++ ) in thread_1_entry()
365 for (i = 0; i < test_count; i++) in nx_dns_query_packet_send()
Dnetx_dns_function_test.c132 #define test_count 19 macro
133 static DNS_TEST dns_test[test_count];
527 for (i = 0; i < test_count; i++ ) in thread_1_entry()
/NetX-Duo-v6.2.1/test/regression/dhcp_test/
Dnetx_dhcp_server_options_test.c189 static UINT test_count = sizeof(test_packet_size) / sizeof(UINT); variable
330 for (i = 0; i < test_count; i++) in server_thread_entry()