Searched refs:lcfc (Results 1 – 1 of 1) sorted by relevance
1057 struct cfcdata lcfc; in curl_formget_ccsid() local1059 lcfc.append = append; in curl_formget_ccsid()1060 lcfc.arg = arg; in curl_formget_ccsid()1061 lcfc.ccsid = ccsid; in curl_formget_ccsid()1062 return curl_formget(form, (void *) &lcfc, Curl_formget_callback_ccsid); in curl_formget_ccsid()
Completed in 6 milliseconds