Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/samples/
Ddemo_netxduo_https.c56 static void https_client_thread_entry(ULONG thread_input);
429 status = tx_thread_create(&client_thread, "HTTP Client", https_client_thread_entry, 0, in tx_application_define()
547 VOID https_client_thread_entry(ULONG thread_input) in https_client_thread_entry() function