Searched defs:Curl_easy (Results 1 - 2 of 2) sorted by relevance

/external/curl/tests/server/
H A Dgetpart.c32 struct Curl_easy { struct
/external/curl/lib/
H A Durldata.h313 struct Curl_easy *data;
621 * Request specific data in the easy handle (Curl_easy). Previously,
794 CURLcode (*readwrite)(struct Curl_easy *data, struct connectdata *conn,
854 /* 'data' is the CURRENT Curl_easy using this connection -- take great
857 struct Curl_easy *data;
968 long ip_version; /* copied from the Curl_easy at creation time */
1211 * will be used within the Curl_easy struct. When the 'Curl_easy'
1357 struct Curl_easy *stream_depends_on;
1682 struct Curl_easy *stream_depends_o
1707 struct Curl_easy { struct
[all...]

Completed in 297 milliseconds