/external/libbrillo/brillo/http/ |
D | curl_api.cc | 39 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/ |
D | libauthretry.c | 31 static CURLcode send_request(CURL *curl, const char *url, int seq, in send_request() 59 static CURLcode send_wrong_password(CURL *curl, const char *url, int seq, in send_wrong_password() 65 static CURLcode send_right_password(CURL *curl, const char *url, int seq, in send_right_password() 87 CURL *curl = NULL; in test() local
|
D | lib582.c | 148 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
|
D | lib500.c | 48 static void setupcallbacks(CURL *curl) in setupcallbacks() 63 CURL *curl; in test() local
|
D | lib586.c | 101 CURL *curl; in fire() local 135 CURL *curl; in test() local
|
D | lib598.c | 29 CURL *curl; in test() local
|
D | lib514.c | 28 CURL *curl; in test() local
|
D | lib511.c | 29 CURL *curl; in test() local
|
D | lib523.c | 29 CURL *curl; in test() local
|
/external/curl/docs/examples/ |
D | rtsp.c | 75 static void rtsp_options(CURL *curl, const char *uri) in rtsp_options() 86 static void rtsp_describe(CURL *curl, const char *uri, in rtsp_describe() 109 static void rtsp_setup(CURL *curl, const char *uri, const char *transport) in rtsp_setup() 122 static void rtsp_play(CURL *curl, const char *uri, const char *range) in rtsp_play() 134 static void rtsp_teardown(CURL *curl, const char *uri) in rtsp_teardown() 228 CURL *curl; in main() local
|
D | progressfunc.c | 35 CURL *curl; member 44 CURL *curl = myp->curl; in xferinfo() local 82 CURL *curl; in main() local
|
D | cookie_interface.c | 36 print_cookies(CURL *curl) in print_cookies() 65 CURL *curl; in main() local
|
D | synctime.c | 184 void SyncTime_CURL_Init(CURL *curl, char *proxy_port, in SyncTime_CURL_Init() 200 int SyncTime_CURL_Fetch(CURL *curl, char *URL_Str, char *OutFileName, in SyncTime_CURL_Fetch() 254 CURL *curl; in main() local
|
D | imap-noop.c | 39 CURL *curl; in main() local
|
D | imap-fetch.c | 39 CURL *curl; in main() local
|
D | imap-tls.c | 40 CURL *curl; in main() local
|
D | imap-lsub.c | 39 CURL *curl; in main() local
|
D | pop3-uidl.c | 39 CURL *curl; in main() local
|
D | pop3-tls.c | 40 CURL *curl; in main() local
|
D | pop3-retr.c | 39 CURL *curl; in main() local
|
D | imap-ssl.c | 40 CURL *curl; in main() local
|
/external/libmicrohttpd/src/testcurl/ |
D | test_get_response_cleanup.c | 150 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/ |
D | tool_xattr.c | 55 int fwrite_xattr(CURL *curl, int fd) in fwrite_xattr() 83 int fwrite_xattr(CURL *curl, int fd) in fwrite_xattr()
|
D | tool_setopt.c | 243 CURLcode tool_setopt_enum(CURL *curl, struct GlobalConfig *config, in tool_setopt_enum() 276 CURLcode tool_setopt_flags(CURL *curl, struct GlobalConfig *config, in tool_setopt_flags() 318 CURLcode tool_setopt_bitmask(CURL *curl, struct GlobalConfig *config, in tool_setopt_bitmask() 361 CURLcode tool_setopt_httppost(CURL *curl, struct GlobalConfig *config, in tool_setopt_httppost() 437 CURLcode tool_setopt_slist(CURL *curl, struct GlobalConfig *config, in tool_setopt_slist() 477 CURLcode tool_setopt(CURL *curl, bool str, struct GlobalConfig *config, in tool_setopt()
|
/external/curl/src/macos/src/ |
D | macos_main.cpp | 1 /* ========================================================================= in DECLARE_MAIN()
|