Home | History | Annotate | Download | only in lib

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,
599 * alright add the HttpPost item otherwise set return_value accordingly */
671 post, httppost,
685 list which are not already owned by the httppost linked list
711 now by the httppost linked list */
727 CURLFORMcode curl_formadd(struct curl_httppost **httppost,
734 result = FormAdd(httppost, last_post, arg);
1526 CURLFORMcode curl_formadd(struct curl_httppost **httppost,
1530 (void)httppost;