Searched refs:FORM_CALLBACK (Results 1 – 2 of 2) sorted by relevance
28 FORM_CALLBACK, /* 'line' points to the custom pointer we pass to the callback enumerator
926 if((ptr->type == FORM_FILE) || (ptr->type == FORM_CALLBACK)) { in curl_formget()1303 result = AddFormData(&form, FORM_CALLBACK, post->userp, in Curl_getformdata()1407 bool callback = (form->data->type == FORM_CALLBACK)?TRUE:FALSE; in readfromfile()1457 (form->data->type == FORM_CALLBACK)) { in Curl_FormReader()1485 } while(form->data && (form->data->type < FORM_CALLBACK)); in Curl_FormReader()