Searched defs:FormData (Results 1 - 4 of 4) sorted by relevance

/external/curl/lib/
H A Dformdata.h35 struct FormData { struct
36 struct FormData *next;
43 struct FormData *data; /* current form line to send */
71 int Curl_FormInit(struct Form *form, struct FormData *formdata);
74 struct FormData **,
94 void Curl_formclean(struct FormData **);
96 CURLcode Curl_formconvert(struct Curl_easy *, struct FormData *);
/external/libbrillo/brillo/http/
H A Dhttp_form_data.cc186 FormData::FormData() : FormData{std::string{}} { function in class:brillo::http::FormData
189 FormData::FormData(const std::string& boundary) function in class:brillo::http::FormData
193 void FormData::AddCustomField(std::unique_ptr<FormField> field) {
197 void FormData::AddTextField(const std::string& name, const std::string& data) {
201 bool FormData::AddFileField(const std::string& name,
209 std::string FormData::GetContentType() const {
213 StreamPtr FormData
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 157 milliseconds