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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dformdata.c309 FormInfo *first_form, *current_form, *form = NULL; local
325 first_form = calloc(1, sizeof(struct FormInfo));
326 if(!first_form)
329 current_form = first_form;
622 for(ptr = first_form; ptr != NULL; ptr = ptr->more) {
647 for(form = first_form;
682 (form == first_form) ) {
752 while(first_form) {
753 FormInfo *ptr = first_form->more;
754 Curl_safefree(first_form);
[all...]

Completed in 37 milliseconds