Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/http_test/
Dnetx_http_request_in_multiple_packets_test.c34 #define CLIENT_PACKET_POOL_SIZE ((CLIENT_PACKET_SIZE + sizeof(NX_PACKET)) * 16) macro
35 ULONG client_packet_pool_area[CLIENT_PACKET_POOL_SIZE/4 + 4];
154 pointer, CLIENT_PACKET_POOL_SIZE); in test_application_define()
156 pointer = pointer + CLIENT_PACKET_POOL_SIZE; in test_application_define()
Dnetx_http_get_put_referred_URI_test.c163 #define CLIENT_PACKET_POOL_SIZE ((CLIENT_PACKET_SIZE + sizeof(NX_PACKET)) * 4) macro
164 ULONG client_packet_pool_area[CLIENT_PACKET_POOL_SIZE/4 + 4];
288 pointer, CLIENT_PACKET_POOL_SIZE); in test_application_define()
290 pointer = pointer + CLIENT_PACKET_POOL_SIZE; in test_application_define()
Dnetx_http_client_change_connect_port_test.c162 #define CLIENT_PACKET_POOL_SIZE ((CLIENT_PACKET_SIZE + sizeof(NX_PACKET)) * 4) macro
163 ULONG client_packet_pool_area[CLIENT_PACKET_POOL_SIZE/4 + 4];
287 pointer, CLIENT_PACKET_POOL_SIZE); in test_application_define()
289 pointer = pointer + CLIENT_PACKET_POOL_SIZE; in test_application_define()
Dnetx_http_get_contentlength_packetleak_test.c148 #define CLIENT_PACKET_POOL_SIZE ((CLIENT_PACKET_SIZE + sizeof(NX_PACKET)) * 5) macro
149 ULONG client_packet_pool_area[CLIENT_PACKET_POOL_SIZE/4 + 4];
271 …LIENT_PACKET_SIZE, (ULONG*)(((int)client_packet_pool_area + 15) & ~15) , CLIENT_PACKET_POOL_SIZE); in test_application_define()