Lines Matching refs:thread_context_t
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()
333 DownloadComplete(thread_context_t ctx, int sockid, struct wget_vars *wv) in DownloadComplete()
371 HandleReadEvent(thread_context_t ctx, int sockid, struct wget_vars *wv) in HandleReadEvent()
608 thread_context_t ctx; in InitWget()
670 thread_context_t ctx = *app_ctx; in RunWget()