Lines Matching refs:thread_context_t
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()
334 DownloadComplete(thread_context_t ctx, int sockid, struct wget_vars *wv) in DownloadComplete()
372 HandleReadEvent(thread_context_t ctx, int sockid, struct wget_vars *wv) in HandleReadEvent()
610 thread_context_t ctx; in InitWget()
672 thread_context_t ctx = *app_ctx; in RunWget()