| /external/curl/tests/libtest/ |
| lib501.c | 28 CURLcode res;
|
| /external/curl/lib/ |
| hostip.h | 148 CURLcode Curl_async_resolved(struct connectdata *conn, 161 CURLcode Curl_addrinfo_callback(struct connectdata *conn, 212 CURLcode Curl_set_dns_servers(struct Curl_easy *data, char *servers); 218 CURLcode Curl_set_dns_interface(struct Curl_easy *data, 225 CURLcode Curl_set_dns_local_ip4(struct Curl_easy *data, 232 CURLcode Curl_set_dns_local_ip6(struct Curl_easy *data, 248 CURLcode Curl_loadhostpairs(struct Curl_easy *data);
|
| curl_sasl.h | 91 CURLcode (*sendauth)(struct connectdata *conn, 94 CURLcode (*sendcont)(struct connectdata *conn, const char *contauth); 126 CURLcode Curl_sasl_parse_url_auth_option(struct SASL *sasl, 136 CURLcode Curl_sasl_start(struct SASL *sasl, struct connectdata *conn, 140 CURLcode Curl_sasl_continue(struct SASL *sasl, struct connectdata *conn,
|
| curl_rtmp.c | 48 static CURLcode rtmp_setup_connection(struct connectdata *conn); 49 static CURLcode rtmp_do(struct connectdata *conn, bool *done); 50 static CURLcode rtmp_done(struct connectdata *conn, CURLcode, bool premature); 51 static CURLcode rtmp_connect(struct connectdata *conn, bool *done); 52 static CURLcode rtmp_disconnect(struct connectdata *conn, bool dead); 181 static CURLcode rtmp_setup_connection(struct connectdata *conn) 197 static CURLcode rtmp_connect(struct connectdata *conn, bool *done) 231 static CURLcode rtmp_do(struct connectdata *conn, bool *done) 248 static CURLcode rtmp_done(struct connectdata *conn, CURLcode status [all...] |
| /external/libbrillo/brillo/http/ |
| curl_api.cc | 43 CURLcode CurlApi::EasySetOptInt(CURL* curl, CURLoption option, int value) { 52 CURLcode CurlApi::EasySetOptStr(CURL* curl, 60 CURLcode CurlApi::EasySetOptPtr(CURL* curl, CURLoption option, void* value) { 66 CURLcode CurlApi::EasySetOptCallback(CURL* curl, 74 CURLcode CurlApi::EasySetOptOffT(CURL* curl, 82 CURLcode CurlApi::EasyPerform(CURL* curl) { 86 CURLcode CurlApi::EasyGetInfoInt(CURL* curl, CURLINFO info, int* value) const { 89 CURLcode code = curl_easy_getinfo(curl, info, &data); 95 CURLcode CurlApi::EasyGetInfoDbl(CURL* curl, 102 CURLcode CurlApi::EasyGetInfoStr(CURL* curl [all...] |
| /external/curl/lib/vtls/ |
| gskit.h | 35 CURLcode Curl_gskit_connect(struct connectdata *conn, int sockindex); 36 CURLcode Curl_gskit_connect_nonblocking(struct connectdata *conn,
|
| /external/curl/src/ |
| tool_easysrc.c | 57 " CURLcode ret;", 95 CURLcode easysrc_add(struct slist_wc **plist, const char *line) 97 CURLcode ret = CURLE_OK; 108 CURLcode easysrc_addf(struct slist_wc **plist, const char *fmt, ...) 110 CURLcode ret; 126 #define CHKRET(v) do {CURLcode ret = (v); if(ret) return ret;} WHILE_FALSE 128 CURLcode easysrc_init(void) 135 CURLcode easysrc_perform(void) 165 CURLcode easysrc_cleanup(void)
|
| /external/curl/docs/examples/ |
| getinfo.c | 32 CURLcode res;
|
| http-post.c | 32 CURLcode res;
|
| https.c | 32 CURLcode res;
|
| imap-copy.c | 40 CURLcode res = CURLE_OK;
|
| imap-create.c | 40 CURLcode res = CURLE_OK;
|
| imap-delete.c | 40 CURLcode res = CURLE_OK;
|
| imap-examine.c | 40 CURLcode res = CURLE_OK;
|
| imap-fetch.c | 40 CURLcode res = CURLE_OK;
|
| imap-list.c | 40 CURLcode res = CURLE_OK;
|
| imap-lsub.c | 40 CURLcode res = CURLE_OK;
|
| imap-noop.c | 40 CURLcode res = CURLE_OK;
|
| imap-search.c | 40 CURLcode res = CURLE_OK;
|
| pop3-list.c | 40 CURLcode res = CURLE_OK;
|
| pop3-retr.c | 40 CURLcode res = CURLE_OK;
|
| pop3-top.c | 40 CURLcode res = CURLE_OK;
|
| pop3-uidl.c | 40 CURLcode res = CURLE_OK;
|
| resolve.c | 33 CURLcode res = CURLE_OK;
|
| simplepost.c | 33 CURLcode res;
|