Searched refs:formarray (Results 1 – 1 of 1) sorted by relevance
62 struct curl_forms formarray[3]; in test() local101 formarray[0].option = CURLFORM_PTRCONTENTS; in test()102 formarray[0].value = data; in test()103 formarray[1].option = CURLFORM_CONTENTSLENGTH; in test()104 formarray[1].value = (char *)(size_t)contentlength; in test()105 formarray[2].option = CURLFORM_END; in test()106 formarray[2].value = NULL; in test()111 CURLFORM_ARRAY, formarray, in test()