Home | History | Annotate | Download | only in lib

Lines Matching refs:Curl_formclean

936  * Curl_formclean() is used from http.c, this cleans a built FormData linked
939 void Curl_formclean(struct FormData **form_ptr)
991 Curl_formclean(&data);
998 Curl_formclean(&data);
1003 Curl_formclean(&data);
1385 Curl_formclean(&firstform);