Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_https.c57 static void https_server_thread_entry(ULONG thread_input);
393 tx_thread_create(&server_thread, "HTTP Server thread", https_server_thread_entry, 0, in tx_application_define()
710 void https_server_thread_entry(ULONG thread_input) in https_server_thread_entry() function
/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_https_demo_test.c69 void https_server_thread_entry(ULONG thread_input);
147 tx_thread_create(&server_thread, "HTTPS Server thread", https_server_thread_entry, 0, in test_application_define()
387 void https_server_thread_entry(ULONG thread_input) in https_server_thread_entry() function