/external/curl/lib/ |
http_proxy.c | 45 CURLcode Curl_proxy_connect(struct connectdata *conn) 54 CURLcode result; 103 CURLcode Curl_proxyCONNECT(struct connectdata *conn, 112 CURLcode result;
|
socks.c | 109 CURLcode Curl_SOCKS4(const char *proxy_name, 120 CURLcode code; 347 CURLcode Curl_SOCKS5(const char *proxy_name, 375 CURLcode code;
|
http2.c | 112 static CURLcode http2_disconnect(struct connectdata *conn, 260 CURLcode result = CURLE_OK; 985 CURLcode Curl_http2_init(struct connectdata *conn) [all...] |
formdata.c | 821 static CURLcode AddFormData(struct FormData **formp, 829 CURLcode result = CURLE_OK; 905 static CURLcode AddFormDataf(struct FormData **formp, 951 CURLcode result; 1083 static CURLcode formdata_add_filename(const struct curl_httppost *file, 1087 CURLcode result = CURLE_OK; [all...] |
/external/curl/src/ |
tool_operhlp.c | 130 CURLcode get_url_file_name(char **filename, const char *url)
|
/external/curl/tests/ |
convsrctest.pl | 52 CURLcode res; 138 if(/^\s*(int main|\{|CURLcode |CURL |hnd = curl_easy_init)/) {
|
/external/curl/tests/libtest/ |
lib500.c | 62 CURLcode res;
|
lib554.c | 70 CURLcode res=CURLE_OK;
|
lib506.c | 130 CURLcode code; 152 fprintf(stderr, "perform url '%s' repeat %d failed, curlcode %d\n", 176 CURLcode code = CURLE_OK;
|
/external/curl/tests/unit/ |
unit1307.c | 211 static CURLcode unit_setup(void)
|
/external/google-breakpad/src/third_party/curl/ |
multi.h | 79 the CURLcode of the transfer */ 88 CURLcode result; /* return code for transfer */
|
curl.h | 419 } CURLcode; 473 typedef CURLcode (*curl_conv_callback)(char *buffer, size_t length); 475 typedef CURLcode (*curl_ssl_ctx_callback)(CURL *curl, /* easy handle */ [all...] |
/external/libbrillo/brillo/http/ |
http_connection_curl_unittest.cc | 48 static CURLcode Perform(CURL* curl) { 70 CURLcode DoPerform() { 93 CURLcode code = WriteString(header_callback, line); 104 CURLcode WriteString(ReadWriteCallback* callback, const std::string& str) {
|
/external/libmicrohttpd/src/testcurl/https/ |
test_https_session_info.c | 98 CURLcode errornum;
|
/external/libmicrohttpd/src/testcurl/ |
test_get_sendfile.c | 123 CURLcode errornum; 172 CURLcode errornum; 221 CURLcode errornum; 394 CURLcode errornum;
|
test_iplimit.c | 139 CURLcode errornum; 228 CURLcode errornum;
|
test_timeout.c | 170 CURLcode errornum; 225 CURLcode errornum;
|
test_get.c | 117 CURLcode errornum; 167 CURLcode errornum; 217 CURLcode errornum; 392 CURLcode errornum; 557 CURLcode errornum;
|
test_post.c | 168 CURLcode errornum; 222 CURLcode errornum; 276 CURLcode errornum; 538 CURLcode errornum; 541 CURLcode cc;
|
perf_get.c | 187 CURLcode errornum; 247 CURLcode errornum; 306 CURLcode errornum;
|
test_large_put.c | 149 CURLcode errornum; 207 CURLcode errornum; 268 CURLcode errornum;
|
test_post_loop.c | 116 CURLcode errornum; 180 CURLcode errornum; 244 CURLcode errornum;
|
test_postform.c | 180 CURLcode errornum; 236 CURLcode errornum; 292 CURLcode errornum;
|
test_process_headers.c | 155 CURLcode errornum; 204 CURLcode errornum; 253 CURLcode errornum;
|
/external/curl/include/curl/ |
curl.h | 551 } CURLcode; 626 typedef CURLcode (*curl_conv_callback)(char *buffer, size_t length); 628 typedef CURLcode (*curl_ssl_ctx_callback)(CURL *curl, /* easy handle */ [all...] |