Lines Matching refs:mime
34 curl_mime *mime = NULL;
38 /* Checks huge binary-encoded mime post. */
59 /* Build mime structure. */
60 mime = curl_mime_init(curl);
61 if(!mime) {
66 part = curl_mime_addpart(mime);
93 /* First set the URL that is about to receive our mime mail. */
97 test_setopt(curl, CURLOPT_MIMEPOST, mime);
116 /* now cleanup the mime structure */
117 curl_mime_free(mime);