Home
last modified time | relevance | path

Searched refs:mime1 (Results 1 – 2 of 2) sorted by relevance

/curl/tests/libtest/
H A Dlib1662.c54 curl_mime *mime1; in test() local
58 mime1 = NULL; in test()
67 mime1 = curl_mime_init(hnd); in test()
68 if(mime1) { in test()
69 part1 = curl_mime_addpart(mime1); in test()
73 curl_easy_setopt(hnd, CURLOPT_MIMEPOST, mime1); in test()
87 curl_mime_free(mime1); in test()
/curl/tests/data/
H A Dtest1404115 curl_mime *mime1;
121 mime1 = NULL;
130 mime1 = curl_mime_init(hnd);
131 part1 = curl_mime_addpart(mime1);
134 part1 = curl_mime_addpart(mime1);
149 curl_easy_setopt(hnd, CURLOPT_MIMEPOST, mime1);
181 curl_mime_free(mime1);
182 mime1 = NULL;

Completed in 5 milliseconds