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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dformdata.h86 * Curl_formpostheader() returns the first line of the formpost, the
90 char *Curl_formpostheader(void *formp, size_t *len);
H A Dformdata.c1538 * Curl_formpostheader() returns the first line of the formpost, the
1542 char *Curl_formpostheader(void *formp, size_t *len) function
H A Dhttp.c2333 /* Get Content-Type: line from Curl_formpostheader.
2337 contentType = Curl_formpostheader((void *)&http->form,

Completed in 132 milliseconds