Home
last modified time | relevance | path

Searched refs:curl_formfree (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/common/linux/
Dhttp_upload.cc186 void (*curl_formfree)(struct curl_httppost *); in SendRequest() local
187 *(void**) (&curl_formfree) = dlsym(curl_lib, "curl_formfree"); in SendRequest()
188 (*curl_formfree)(formpost); in SendRequest()
/external/google-breakpad/src/third_party/curl/
Dcurl.h1506 CURL_EXTERN void curl_formfree(struct curl_httppost *form);