Searched refs:curl_formfree (Results 1 – 2 of 2) sorted by relevance
186 void (*curl_formfree)(struct curl_httppost *); in SendRequest() local187 *(void**) (&curl_formfree) = dlsym(curl_lib, "curl_formfree"); in SendRequest()188 (*curl_formfree)(formpost); in SendRequest()
1506 CURL_EXTERN void curl_formfree(struct curl_httppost *form);