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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/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.c878 if((ptr->type == FORM_FILE) || (ptr->type == FORM_CALLBACK)) {
1230 result = AddFormData(&form, FORM_CALLBACK, post->userp,
1304 bool callback = (bool)(form->data->type == FORM_CALLBACK);
1359 (form->data->type == FORM_CALLBACK)) {
1387 } while(form->data && (form->data->type < FORM_CALLBACK));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/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.c878 if((ptr->type == FORM_FILE) || (ptr->type == FORM_CALLBACK)) {
1230 result = AddFormData(&form, FORM_CALLBACK, post->userp,
1304 bool callback = (bool)(form->data->type == FORM_CALLBACK);
1359 (form->data->type == FORM_CALLBACK)) {
1387 } while(form->data && (form->data->type < FORM_CALLBACK));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/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.c878 if((ptr->type == FORM_FILE) || (ptr->type == FORM_CALLBACK)) {
1230 result = AddFormData(&form, FORM_CALLBACK, post->userp,
1304 bool callback = (bool)(form->data->type == FORM_CALLBACK);
1359 (form->data->type == FORM_CALLBACK)) {
1387 } while(form->data && (form->data->type < FORM_CALLBACK));

Completed in 146 milliseconds