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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dformdata.h71 int Curl_FormInit(struct Form *form, struct FormData *formdata );
H A Dformdata.c854 Curl_FormInit(&temp, ptr);
1257 * Curl_FormInit() inits the struct 'form' points to with the 'formdata'
1260 int Curl_FormInit(struct Form *form, struct FormData *formdata ) function
H A Dhttp.c2279 if(Curl_FormInit(&http->form, http->sendit)) {

Completed in 178 milliseconds