Searched refs:contentslength (Results 1 - 4 of 4) sorted by relevance

/external/curl/lib/
H A Dformdata.h57 size_t contentslength; member in struct:FormInfo
H A Dformdata.c72 char *value, size_t contentslength,
88 post->contentslength = (long)contentslength;
375 if(current_form->contentslength)
378 current_form->contentslength =
606 ( (form->contentslength) &&
656 form->value = Curl_memdup(form->value, form->contentslength?
657 form->contentslength:
666 form->value, form->contentslength,
1302 is set with the contentslength */
71 AddHttpPost(char *name, size_t namelength, char *value, size_t contentslength, char *buffer, size_t bufferlength, char *contenttype, long flags, struct curl_slist* contentHeader, char *showfilename, char *userp, struct curl_httppost *parent_post, struct curl_httppost **httppost, struct curl_httppost **last_post) argument
[all...]
/external/curl/include/curl/
H A Dcurl.h130 long contentslength; /* length of contents field */ member in struct:curl_httppost
/external/google-breakpad/src/third_party/curl/
H A Dcurl.h143 long contentslength; /* length of contents field */ member in struct:curl_httppost

Completed in 198 milliseconds