Searched refs:formarray (Results 1 – 1 of 1) sorted by relevance
57 struct curl_forms formarray[3]; in test() local98 formarray[0].option = CURLFORM_PTRCONTENTS; in test()99 formarray[0].value = testdata; in test()100 formarray[1].option = CURLFORM_CONTENTSLENGTH; in test()101 formarray[1].value = (char *)(size_t)contentlength; in test()102 formarray[2].option = CURLFORM_END; in test()103 formarray[2].value = NULL; in test()108 CURLFORM_ARRAY, formarray, in test()
Completed in 7 milliseconds