Lines Matching full:httppost
64 * Adds a HttpPost structure to the list, if parent_post is given becomes
67 * Returns newly allocated HttpPost on success and NULL if malloc failed.
79 struct curl_httppost **httppost,
112 (*httppost) = post;
253 * CURL_FORMADD_MEMORY if a HttpPost struct cannot be allocated
260 CURLFORMcode FormAdd(struct curl_httppost **httppost,
603 * alright add the HttpPost item otherwise set return_value accordingly */
688 post, httppost,
701 list which are not already owned by the httppost linked list
727 now by the httppost linked list */
743 CURLFORMcode curl_formadd(struct curl_httppost **httppost,
750 result = FormAdd(httppost, last_post, arg);
975 CURLFORMcode curl_formadd(struct curl_httppost **httppost,
979 (void)httppost;