Home
last modified time | relevance | path

Searched refs:Curl_formpostheader (Results 1 – 3 of 3) sorted by relevance

/external/curl/lib/
Dformdata.h91 char *Curl_formpostheader(void *formp, size_t *len);
Dformdata.c1550 char *Curl_formpostheader(void *formp, size_t *len) in Curl_formpostheader() function
Dhttp.c2449 contentType = Curl_formpostheader((void *)&http->form, in Curl_http()