Searched refs:curl_httppost (Results 1 – 2 of 2) sorted by relevance
83 struct curl_httppost { struct84 struct curl_httppost *next; /* next entry in the list */ argument93 struct curl_httppost *more; /* if one field name has more than one argument1694 CURL_EXTERN CURLFORMcode curl_formadd(struct curl_httppost **httppost,1695 struct curl_httppost **last_post,1719 CURL_EXTERN int curl_formget(struct curl_httppost *form, void *arg,1728 CURL_EXTERN void curl_formfree(struct curl_httppost *form);
97 if(!_curl_is_arr((value), struct curl_httppost)) \