• Home
  • Raw
  • Download

Lines Matching defs:Curl_easy

1887 struct Curl_easy {  struct
1893 struct Curl_easy *next; argument
1894 struct Curl_easy *prev; argument
1896 struct connectdata *conn;
1897 struct Curl_llist_element connect_queue;
1898 struct Curl_llist_element conn_queue; /* list per connectdata */
1900 CURLMstate mstate; /* the handle's state */
1901 CURLcode result; /* previous result */
1903 struct Curl_message msg; /* A single posted message. */
1909 curl_socket_t sockets[MAX_SOCKSPEREASYHANDLE];
1910 unsigned char actions[MAX_SOCKSPEREASYHANDLE]; /* action for each socket in
1912 int numsocks;
1914 struct Names dns;
1915 struct Curl_multi *multi; /* if non-NULL, points to the multi handle
1918 struct Curl_multi *multi_easy; /* if non-NULL, points to the multi handle
1921 struct Curl_share *share; /* Share, handles global variable mutexing */
1923 struct PslCache *psl; /* The associated PSL cache. */
1925 struct SingleRequest req; /* Request-specific data */
1926 struct UserDefined set; /* values set by the libcurl user */
1928 struct CookieInfo *cookies; /* the cookies, read from files and servers.
1934 struct hsts *hsts;
1937 struct altsvcinfo *asi; /* the alt-svc cache */
1939 struct Progress progress; /* for all the progress meter data */
1940 struct UrlState state; /* struct for fields used for state info and
1943 struct WildcardData *wildcard; /* wildcard download state info */
1945 struct PureInfo info; /* stats, reports and info data */
1946 struct curl_tlssessioninfo tsi; /* Information about the TLS session, only
1949 struct hyptransfer hyp;