Searched defs:curl_mime_s (Results 1 – 1 of 1) sorted by relevance
95 struct curl_mime_s { struct96 struct Curl_easy *easy; /* The associated easy handle. */97 curl_mimepart *parent; /* Parent part. */98 curl_mimepart *firstpart; /* First part. */99 curl_mimepart *lastpart; /* Last part. */100 char boundary[MIME_BOUNDARY_LEN]; /* The part boundary. */101 mime_state state; /* Current readback state. */