Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_concurrent_sessions_test.c37 #define HTTP_CLIENT_THREADS 4 macro
40 static TX_THREAD client_threads[HTTP_CLIENT_THREADS];
43 static NX_WEB_HTTP_CLIENT my_clients[HTTP_CLIENT_THREADS];
72 static CHAR crypto_metadata_client[HTTP_CLIENT_THREADS][20000];
74 static UCHAR client_packet_buffer[HTTP_CLIENT_THREADS][18500];
77 static NX_SECURE_X509_CERT remote_certificates[HTTP_CLIENT_THREADS], remote_issuers[HTTP_CLIENT_THR…
78 static UCHAR remote_cert_buffers[HTTP_CLIENT_THREADS][2000];
79 static UCHAR remote_issuer_buffers[HTTP_CLIENT_THREADS][2000];
166 for(i = 0; i < HTTP_CLIENT_THREADS; ++i) in test_application_define()
489 while(http_client_stop < HTTP_CLIENT_THREADS) in thread_server_entry()
[all …]