Lines Matching defs:Curl_easy
1894 struct Curl_easy { struct
1897 unsigned int magic;
1904 curl_off_t id;
1908 curl_off_t mid;
1910 struct connectdata *conn;
1911 struct Curl_llist_node multi_queue; /* for multihandle list management */
1912 struct Curl_llist_node conn_queue; /* list per connectdata */
1914 CURLMstate mstate; /* the handle's state */
1915 CURLcode result; /* previous result */
1917 struct Curl_message msg; /* A single posted message. */
1923 struct easy_pollset last_poll;
1925 struct Names dns;
1926 struct Curl_multi *multi; /* if non-NULL, points to the multi handle
1929 struct Curl_multi *multi_easy; /* if non-NULL, points to the multi handle
1932 struct Curl_share *share; /* Share, handles global variable mutexing */
1934 struct PslCache *psl; /* The associated PSL cache. */
1936 struct SingleRequest req; /* Request-specific data */
1937 struct UserDefined set; /* values set by the libcurl user */
1939 struct CookieInfo *cookies; /* the cookies, read from files and servers.
1945 struct hsts *hsts;
1948 struct altsvcinfo *asi; /* the alt-svc cache */
1950 struct Progress progress; /* for all the progress meter data */
1951 struct UrlState state; /* struct for fields used for state info and
1954 struct WildcardData *wildcard; /* wildcard download state info */
1956 struct PureInfo info; /* stats, reports and info data */
1957 struct curl_tlssessioninfo tsi; /* Information about the TLS session, only
1960 struct hyptransfer hyp;