Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_https_api_test.c89 #define TEST_WINDOW_SIZE 2000 macro
492 status = nx_web_http_client_create(NX_NULL, "Name", &ip_0, &pool_0, TEST_WINDOW_SIZE); in nx_web_http_client_create_test()
496 status = nx_web_http_client_create(&http_client, "Name", NX_NULL, &pool_0, TEST_WINDOW_SIZE); in nx_web_http_client_create_test()
500 status = nx_web_http_client_create(&http_client, "Name", &ip_0, NX_NULL, TEST_WINDOW_SIZE); in nx_web_http_client_create_test()
505 status = nx_web_http_client_create(&http_client, NX_NULL, &ip_0, &pool_0, TEST_WINDOW_SIZE); in nx_web_http_client_create_test()
511 status = nx_web_http_client_create(&http_client, "Name", &ip_0, &pool_0, TEST_WINDOW_SIZE); in nx_web_http_client_create_test()
542 &ip_0, &pool_0, TEST_WINDOW_SIZE); in nx_web_http_client_delete_test()
577 &ip_0, &pool_0, TEST_WINDOW_SIZE); in nx_web_http_client_get_start_test()
614 &ip_0, &pool_0, TEST_WINDOW_SIZE); in nx_web_http_client_put_start_test()
651 &ip_0, &pool_0, TEST_WINDOW_SIZE); in nx_web_http_client_post_start_test()
[all …]