Home
last modified time | relevance | path

Searched refs:last_post (Results 1 – 10 of 10) sorted by relevance

/external/curl/src/
Dtool_formparse.c146 struct curl_httppost **last_post, in formparse() argument
292 if(curl_formadd(httppost, last_post, in formparse()
325 if(curl_formadd(httppost, last_post, in formparse()
345 if(curl_formadd(httppost, last_post, in formparse()
Dtool_formparse.h29 struct curl_httppost **last_post,
Dtool_cfgable.h150 struct curl_httppost *last_post; member
Dtool_cfgable.c132 config->last_post = NULL; in free_config_fields()
Dtool_getparam.c1413 &config->last_post, in getparameter()
/external/curl/lib/
Dformdata.c80 struct curl_httppost **last_post) in AddHttpPost() argument
109 if(*last_post) in AddHttpPost()
110 (*last_post)->next = post; in AddHttpPost()
114 (*last_post) = post; in AddHttpPost()
261 struct curl_httppost **last_post, in FormAdd() argument
672 last_post); in FormAdd()
728 struct curl_httppost **last_post, in curl_formadd() argument
733 va_start(arg, last_post); in curl_formadd()
734 result = FormAdd(httppost, last_post, arg); in curl_formadd()
1527 struct curl_httppost **last_post, in curl_formadd() argument
[all …]
/external/curl/packages/OS400/
Dccsidcurl.h56 struct curl_httppost * * last_post,
Dccsidcurl.c778 struct curl_httppost * * last_post, ...) in curl_formadd_ccsid()
831 va_start(arg, last_post); in curl_formadd_ccsid()
1031 result = curl_formadd(httppost, last_post, in curl_formadd_ccsid()
/external/google-breakpad/src/third_party/curl/
Dcurl.h1474 struct curl_httppost **last_post,
/external/curl/include/curl/
Dcurl.h1870 struct curl_httppost **last_post,