Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_low_watermark_zero_window_test.c40 static UCHAR client_pool_area[POOL_0_COUNT * (sizeof(NX_PACKET) + PACKET_SIZE)]; variable
89 …_create(&client_pool, "ClientPacket Pool", PACKET_SIZE, client_pool_area, sizeof(client_pool_area)… in test_application_define()
/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_post_long_message_test.c68 static UCHAR client_pool_area[SERVER_PACKET_SIZE * 16]; variable
132 client_pool_area, sizeof(client_pool_area)); in test_application_define()