Home | History | Annotate | Download | only in curl

Lines Matching defs:curl_httppost

138 struct curl_httppost {
139 struct curl_httppost *next; /* next entry in the list */
148 struct curl_httppost *more; /* if one field name has more than one
749 /* This points to a linked list of post entries, struct curl_httppost */
1445 * CURL_FORMADD_MEMORY if a curl_httppost struct cannot be allocated
1473 CURL_EXTERN CURLFORMcode curl_formadd(struct curl_httppost **httppost,
1474 struct curl_httppost **last_post,
1492 * Serialize a curl_httppost struct built with curl_formadd().
1497 CURL_EXTERN int curl_formget(struct curl_httppost *form, void *arg,
1506 CURL_EXTERN void curl_formfree(struct curl_httppost *form);