Searched defs:curl_httppost (Results 1 – 1 of 1) sorted by relevance
180 struct curl_httppost { struct181 struct curl_httppost *next; /* next entry in the list */ argument191 struct curl_httppost *more; /* if one field name has more than one argument194 long flags; /* as defined below */214 char *showfilename; /* The filename to show. If not set, the217 void *userp; /* custom pointer used for219 curl_off_t contentlen; /* alternative length of contents
Completed in 22 milliseconds