Home
last modified time | relevance | path

Searched defs:curl (Results 1 – 25 of 169) sorted by relevance

1234567

/external/libbrillo/brillo/http/
Dcurl_api.cc39 void CurlApi::EasyCleanup(CURL* curl) { in EasyCleanup()
43 CURLcode CurlApi::EasySetOptInt(CURL* curl, CURLoption option, int value) { in EasySetOptInt()
52 CURLcode CurlApi::EasySetOptStr(CURL* curl, in EasySetOptStr()
60 CURLcode CurlApi::EasySetOptPtr(CURL* curl, CURLoption option, void* value) { in EasySetOptPtr()
66 CURLcode CurlApi::EasySetOptCallback(CURL* curl, in EasySetOptCallback()
74 CURLcode CurlApi::EasySetOptOffT(CURL* curl, in EasySetOptOffT()
82 CURLcode CurlApi::EasyPerform(CURL* curl) { in EasyPerform()
86 CURLcode CurlApi::EasyGetInfoInt(CURL* curl, CURLINFO info, int* value) const { in EasyGetInfoInt()
95 CURLcode CurlApi::EasyGetInfoDbl(CURL* curl, in EasyGetInfoDbl()
102 CURLcode CurlApi::EasyGetInfoStr(CURL* curl, in EasyGetInfoStr()
[all …]
/external/curl/tests/libtest/
Dlibauthretry.c31 static CURLcode send_request(CURL *curl, const char *url, int seq, in send_request()
58 static CURLcode send_wrong_password(CURL *curl, const char *url, int seq, in send_wrong_password()
64 static CURLcode send_right_password(CURL *curl, const char *url, int seq, in send_right_password()
86 CURL *curl = NULL; in test() local
Dlib582.c148 static int checkForCompletion(CURLM* curl, int* success) in checkForCompletion()
200 static void notifyCurl(CURLM *curl, curl_socket_t s, int evBitmask, in notifyCurl()
214 static void checkFdSet(CURLM *curl, struct Sockets *sockets, fd_set *fdset, in checkFdSet()
228 CURL *curl = NULL; in test() local
Dlib500.c48 static void setupcallbacks(CURL *curl) in setupcallbacks()
63 CURL *curl; in test() local
Dlib586.c101 CURL *curl; in fire() local
135 CURL *curl; in test() local
Dlib520.c29 CURL *curl; in test() local
Dlib521.c29 CURL *curl; in test() local
Dlib519.c29 CURL *curl; in test() local
Dlib501.c29 CURL *curl; in test() local
Dlib598.c29 CURL *curl; in test() local
/external/curl/docs/examples/
Drtsp.c71 static void rtsp_options(CURL *curl, const char *uri) in rtsp_options()
82 static void rtsp_describe(CURL *curl, const char *uri, in rtsp_describe()
105 static void rtsp_setup(CURL *curl, const char *uri, const char *transport) in rtsp_setup()
118 static void rtsp_play(CURL *curl, const char *uri, const char *range) in rtsp_play()
130 static void rtsp_teardown(CURL *curl, const char *uri) in rtsp_teardown()
219 CURL *curl; in main() local
Dprogressfunc.c30 CURL *curl; member
39 CURL *curl = myp->curl; in xferinfo() local
77 CURL *curl; in main() local
Dcookie_interface.c33 print_cookies(CURL *curl) in print_cookies()
61 CURL *curl; in main() local
Dsynctime.c181 void SyncTime_CURL_Init(CURL *curl, char *proxy_port, in SyncTime_CURL_Init()
197 int SyncTime_CURL_Fetch(CURL *curl, char *URL_Str, char *OutFileName, in SyncTime_CURL_Fetch()
251 CURL *curl; in main() local
Dimap-list.c33 CURL *curl; in main() local
Dpop3-top.c33 CURL *curl; in main() local
Dimap-create.c33 CURL *curl; in main() local
Dpop3-ssl.c34 CURL *curl; in main() local
Dimap-fetch.c33 CURL *curl; in main() local
Dpop3-stat.c33 CURL *curl; in main() local
/external/libmicrohttpd/src/testcurl/
Dtest_get_response_cleanup.c150 pid_t curl; in testInternalGet() local
172 pid_t curl; in testMultithreadedGet() local
208 pid_t curl; in testMultithreadedPoolGet() local
237 pid_t curl; in testExternalGet() local
/external/curl/src/
Dtool_xattr.c55 int fwrite_xattr(CURL *curl, int fd) in fwrite_xattr()
83 int fwrite_xattr(CURL *curl, int fd) in fwrite_xattr()
Dtool_setopt.c235 CURLcode tool_setopt_enum(CURL *curl, struct GlobalConfig *config, in tool_setopt_enum()
268 CURLcode tool_setopt_flags(CURL *curl, struct GlobalConfig *config, in tool_setopt_flags()
310 CURLcode tool_setopt_bitmask(CURL *curl, struct GlobalConfig *config, in tool_setopt_bitmask()
353 CURLcode tool_setopt_httppost(CURL *curl, struct GlobalConfig *config, in tool_setopt_httppost()
429 CURLcode tool_setopt_slist(CURL *curl, struct GlobalConfig *config, in tool_setopt_slist()
469 CURLcode tool_setopt(CURL *curl, bool str, struct GlobalConfig *config, in tool_setopt()
/external/curl/lib/
Deasy.c388 CURLcode curl_easy_setopt(CURL *curl, CURLoption tag, ...) in curl_easy_setopt()
841 void curl_easy_cleanup(CURL *curl) in curl_easy_cleanup()
859 CURLcode curl_easy_getinfo(CURL *curl, CURLINFO info, ...) in curl_easy_getinfo()
975 void curl_easy_reset(CURL *curl) in curl_easy_reset()
1007 CURLcode curl_easy_pause(CURL *curl, int action) in curl_easy_pause()
1077 CURLcode curl_easy_recv(CURL *curl, void *buffer, size_t buflen, size_t *n) in curl_easy_recv()
1104 CURLcode curl_easy_send(CURL *curl, const void *buffer, size_t buflen, in curl_easy_send()
/external/curl/src/macos/src/
Dmacos_main.cpp1 /* ========================================================================= in DECLARE_MAIN()

1234567