Home
last modified time | relevance | path

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

/third_party/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()

Completed in 6 milliseconds