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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dformdata.h28 FORM_CALLBACK, /* 'line' points to the custom pointer we pass to the callback enumerator in enum:formtype
H A Dformdata.c849 if((ptr->type == FORM_FILE) || (ptr->type == FORM_CALLBACK)) {
1203 result = AddFormData(&form, FORM_CALLBACK, post->userp,
1284 bool callback = (form->data->type == FORM_CALLBACK)?TRUE:FALSE;
1334 (form->data->type == FORM_CALLBACK)) {
1362 } while(form->data && (form->data->type < FORM_CALLBACK));

Completed in 194 milliseconds