Home | History | Annotate | Download | only in curl

Lines Matching defs:curl_httppost

132 struct curl_httppost {
133 struct curl_httppost *next; /* next entry in the list */
143 struct curl_httppost *more; /* if one field name has more than one
969 /* This points to a linked list of post entries, struct curl_httppost */
1899 * CURL_FORMADD_MEMORY if a curl_httppost struct cannot be allocated
1927 CURL_EXTERN CURLFORMcode curl_formadd(struct curl_httppost **httppost,
1928 struct curl_httppost **last_post,
1947 * Serialize a curl_httppost struct built with curl_formadd().
1952 CURL_EXTERN int curl_formget(struct curl_httppost *form, void *arg,
1961 CURL_EXTERN void curl_formfree(struct curl_httppost *form);