Home | History | Annotate | Download | only in lib

Lines Matching refs:httppost

71  * Adds a HttpPost structure to the list, if parent_post is given becomes
74 * Returns newly allocated HttpPost on success and NULL if malloc failed.
86 struct curl_httppost **httppost,
119 (*httppost) = post;
260 * CURL_FORMADD_MEMORY if a HttpPost struct cannot be allocated
267 CURLFORMcode FormAdd(struct curl_httppost **httppost,
609 * alright add the HttpPost item otherwise set return_value accordingly */
684 post, httppost,
698 list which are not already owned by the httppost linked list
724 now by the httppost linked list */
740 CURLFORMcode curl_formadd(struct curl_httppost **httppost,
747 result = FormAdd(httppost, last_post, arg);
1561 CURLFORMcode curl_formadd(struct curl_httppost **httppost,
1565 (void)httppost;