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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dformdata.h94 void Curl_formclean(struct FormData **);
H A Dformdata.c808 * Curl_formclean() is used from http.c, this cleans a built FormData linked
811 void Curl_formclean(struct FormData **form_ptr) function
863 Curl_formclean(&data);
870 Curl_formclean(&data);
875 Curl_formclean(&data);
1088 Curl_formclean(&firstform);
1144 Curl_formclean(&firstform);
1214 Curl_formclean(&firstform);
1232 Curl_formclean(&firstform);
1242 Curl_formclean(
[all...]
H A Dhttp.c1458 Curl_formclean(&http->sendit); /* Now free that whole lot */
2349 Curl_formclean(&http->sendit); /* free that whole lot */
2356 Curl_formclean(&http->sendit); /* free that whole lot */

Completed in 133 milliseconds