Home
last modified time | relevance | path

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

1234567891011

/third_party/curl/docs/examples/
Dwebsocket.c33 static int ping(CURL *curl, const char *send_payload) in ping()
42 static int recv_pong(CURL *curl, const char *expected_payload) in recv_pong()
71 static int recv_any(CURL *curl) in recv_any()
84 static void websocket_close(CURL *curl) in websocket_close()
90 static void websocket(CURL *curl) in websocket()
107 CURL *curl; in main() local
Dprogressfunc.c37 CURL *curl; member
46 CURL *curl = myp->curl; in xferinfo() local
72 CURL *curl; in main() local
Dcookie_interface.c38 print_cookies(CURL *curl) in print_cookies()
68 CURL *curl; in main() local
Dsynctime.c191 void SyncTime_CURL_Init(CURL *curl, char *proxy_port, in SyncTime_CURL_Init()
207 int SyncTime_CURL_Fetch(CURL *curl, char *URL_Str, char *OutFileName, in SyncTime_CURL_Fetch()
261 CURL *curl; in main() local
Dpop3-list.c41 CURL *curl; in main() local
Dhttp-options.c33 CURL *curl; in main() local
Daltsvc.c33 CURL *curl; in main() local
Dsimple.c33 CURL *curl; in main() local
Dnetrc.c33 CURL *curl; in main() local
/third_party/curl/tests/libtest/
Dlib2304.c29 static int ping(CURL *curl, const char *send_payload) in ping()
41 static int recv_pong(CURL *curl, const char *expected_payload) in recv_pong()
70 static int recv_any(CURL *curl) in recv_any()
85 static void websocket_close(CURL *curl) in websocket_close()
94 static void websocket(CURL *curl) in websocket()
115 CURL *curl; in test() local
Dlibauthretry.c32 static CURLcode send_request(CURL *curl, const char *url, int seq, in send_request()
60 static CURLcode send_wrong_password(CURL *curl, const char *url, int seq, in send_wrong_password()
66 static CURLcode send_right_password(CURL *curl, const char *url, int seq, in send_right_password()
88 CURL *curl = NULL; in test() local
Dlib2305.c31 static void websocket_close(CURL *curl) in websocket_close()
40 static void websocket(CURL *curl) in websocket()
76 CURL *curl; in test() local
Dlib1533.c44 static void reset_data(struct cb_data *data, CURL *curl) in reset_data()
101 static int perform_and_check_connections(CURL *curl, const char *description, in perform_and_check_connections()
133 CURL *curl = NULL; in test() local
Dlib500.c50 static void setupcallbacks(CURL *curl) in setupcallbacks()
65 CURL *curl; in test() local
Dlib582.c150 static int checkForCompletion(CURLM *curl, int *success) in checkForCompletion()
204 static void notifyCurl(CURLM *curl, curl_socket_t s, int evBitmask, in notifyCurl()
218 static void checkFdSet(CURLM *curl, struct Sockets *sockets, fd_set *fdset, in checkFdSet()
232 CURL *curl = NULL; in test() local
Dlib530.c176 static int checkForCompletion(CURLM *curl, int *success) in checkForCompletion()
230 static int socket_action(CURLM *curl, curl_socket_t s, int evBitmask, in socket_action()
245 static int checkFdSet(CURLM *curl, in checkFdSet()
264 CURL *curl = NULL; CURLM *m = NULL; in testone() local
Dlib1156.c86 static int onetest(CURL *curl, const char *url, const struct testparams *p, in onetest()
137 CURL *curl; in test() local
Dlib501.c31 CURL *curl; in test() local
Dlib521.c31 CURL *curl; in test() local
Dlib1916.c31 CURL *curl; in test() local
Dlib559.c32 CURL *curl; in test() local
/third_party/curl/tests/http/clients/
Dws-pingpong.c43 static CURLcode ping(CURL *curl, const char *send_payload) in ping()
55 static CURLcode recv_pong(CURL *curl, const char *expected_payload) in recv_pong()
84 static void websocket_close(CURL *curl) in websocket_close()
93 static CURLcode pingpong(CURL *curl, const char *payload) in pingpong()
120 CURL *curl; in main() local
Dws-data.c92 static CURLcode send_binary(CURL *curl, char *buf, size_t buflen) in send_binary()
102 static CURLcode recv_binary(CURL *curl, char *exp_data, size_t exp_len) in recv_binary()
160 static void websocket_close(CURL *curl) in websocket_close()
169 static CURLcode data_echo(CURL *curl, size_t plen_min, size_t plen_max) in data_echo()
206 CURL *curl; in main() local
/third_party/skia/third_party/externals/microhttpd/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
/third_party/curl/src/
Dtool_setopt.c262 CURLcode tool_setopt_enum(CURL *curl, struct GlobalConfig *config, in tool_setopt_enum()
300 CURLcode tool_setopt_bitmask(CURL *curl, struct GlobalConfig *config, in tool_setopt_bitmask()
376 static CURLcode libcurl_generate_mime_part(CURL *curl, in libcurl_generate_mime_part()
486 static CURLcode libcurl_generate_mime(CURL *curl, in libcurl_generate_mime()
512 CURLcode tool_setopt_mimepost(CURL *curl, struct GlobalConfig *config, in tool_setopt_mimepost()
532 CURLcode tool_setopt_slist(CURL *curl, struct GlobalConfig *config, in tool_setopt_slist()
554 CURLcode tool_setopt(CURL *curl, bool str, struct GlobalConfig *global, in tool_setopt()

1234567891011