Searched refs:Curl_FormInit (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.h71 int Curl_FormInit(struct Form *form, struct FormData *formdata );
H A Dformdata.c971 Curl_FormInit(&temp, ptr);
1395 * Curl_FormInit() inits the struct 'form' points to with the 'formdata'
1398 int Curl_FormInit(struct Form *form, struct FormData *formdata ) function
H A Dhttp.c2299 if(Curl_FormInit(&http->form, http->sendit)) {

Completed in 164 milliseconds