Home
last modified time | relevance | path

Searched refs:forms (Results 1 – 7 of 7) sorted by relevance

/curl/packages/OS400/
H A Dccsidcurl.c815 if(forms) { in curl_formadd_ccsid()
820 forms++; in curl_formadd_ccsid()
863 forms++; in curl_formadd_ccsid()
880 forms++; in curl_formadd_ccsid()
887 if(!forms) in curl_formadd_ccsid()
895 if(!forms) in curl_formadd_ccsid()
903 if(!forms) in curl_formadd_ccsid()
911 if(!forms) in curl_formadd_ccsid()
917 if(!forms) in curl_formadd_ccsid()
923 if(!forms) in curl_formadd_ccsid()
[all …]
/curl/lib/
H A Dformdata.c216 struct curl_forms *forms = NULL; in FormAdd() local
239 if(array_state && forms) { in FormAdd()
241 option = forms->option; in FormAdd()
242 array_value = (char *)forms->value; in FormAdd()
244 forms++; /* advance this to next entry */ in FormAdd()
266 forms = va_arg(params, struct curl_forms *); in FormAdd()
267 if(forms) in FormAdd()
/curl/docs/libcurl/
H A Dcurl_formadd.md223 struct curl_forms forms[3];
270 forms[0].option = CURLFORM_FILE;
271 forms[0].value = file1;
272 forms[1].option = CURLFORM_FILE;
273 forms[1].value = file2;
274 forms[2].option = CURLFORM_END;
286 CURLFORM_ARRAY, forms, CURLFORM_END);
/curl/docs/libcurl/opts/
H A DCURLOPT_MIMEPOST.md36 This setting is supported by the HTTP protocol to post forms and by the
H A DCURLOPT_POSTFIELDS.md45 commonly used by HTML forms. Change Content-Type with
/curl/LICENSES/
H A DBSD-3-Clause.txt3 Redistribution and use in source and binary forms, with or without modification, are permitted prov…
H A DBSD-4-Clause-UC.txt5 Redistribution and use in source and binary forms, with or without modification, are permitted prov…

Completed in 24 milliseconds