doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
Curl_one_easy Struct Reference

Public Attributes

struct Curl_one_easynext
 
struct Curl_one_easyprev
 
struct SessionHandleeasy_handle
 
struct connectdataeasy_conn
 
CURLMstate state
 
CURLcode result
 
struct Curl_messagemsg
 
int msg_num
 

Detailed Description

Definition at line 71 of file multi.c.

Member Data Documentation

struct connectdata* Curl_one_easy::easy_conn

Definition at line 77 of file multi.c.

struct SessionHandle* Curl_one_easy::easy_handle

Definition at line 76 of file multi.c.

struct Curl_message* Curl_one_easy::msg

Definition at line 82 of file multi.c.

int Curl_one_easy::msg_num

Definition at line 87 of file multi.c.

struct Curl_one_easy* Curl_one_easy::next

Definition at line 73 of file multi.c.

struct Curl_one_easy* Curl_one_easy::prev

Definition at line 74 of file multi.c.

CURLcode Curl_one_easy::result

Definition at line 80 of file multi.c.

CURLMstate Curl_one_easy::state

Definition at line 79 of file multi.c.


The documentation for this struct was generated from the following file: