Searched refs:thread_context_t (Results 1 – 2 of 2) sorted by relevance
| /mOS-networking-stack/samples/epwget/ |
| H A D | epwget.c | 112 typedef struct thread_context* thread_context_t; typedef 135 static thread_context_t 138 thread_context_t ctx; in CreateContext() 140 ctx = (thread_context_t)calloc(1, sizeof(struct thread_context)); in CreateContext() 156 DestroyContext(thread_context_t ctx) in DestroyContext() 163 CreateConnection(thread_context_t ctx) in CreateConnection() 213 CloseConnection(thread_context_t ctx, int sockid) in CloseConnection() 229 SendHTTPRequest(thread_context_t ctx, int sockid, struct wget_vars *wv) in SendHTTPRequest() 289 DownloadNext(thread_context_t ctx, int sockid, struct wget_vars *wv) in DownloadNext() 610 thread_context_t ctx; in InitWget() [all …]
|
| H A D | epwget-mp.c | 111 typedef struct thread_context* thread_context_t; typedef 134 static thread_context_t 137 thread_context_t ctx; in CreateContext() 139 ctx = (thread_context_t)calloc(1, sizeof(struct thread_context)); in CreateContext() 155 DestroyContext(thread_context_t ctx) in DestroyContext() 162 CreateConnection(thread_context_t ctx) in CreateConnection() 212 CloseConnection(thread_context_t ctx, int sockid) in CloseConnection() 228 SendHTTPRequest(thread_context_t ctx, int sockid, struct wget_vars *wv) in SendHTTPRequest() 288 DownloadNext(thread_context_t ctx, int sockid, struct wget_vars *wv) in DownloadNext() 608 thread_context_t ctx; in InitWget() [all …]
|