/third_party/curl/docs/examples/ |
D | websocket.c | 33 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
|
D | progressfunc.c | 37 CURL *curl; member 46 CURL *curl = myp->curl; in xferinfo() local 72 CURL *curl; in main() local
|
D | cookie_interface.c | 38 print_cookies(CURL *curl) in print_cookies() 68 CURL *curl; in main() local
|
D | synctime.c | 191 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
|
D | pop3-list.c | 41 CURL *curl; in main() local
|
D | http-options.c | 33 CURL *curl; in main() local
|
D | altsvc.c | 33 CURL *curl; in main() local
|
D | simple.c | 33 CURL *curl; in main() local
|
D | netrc.c | 33 CURL *curl; in main() local
|
/third_party/curl/tests/libtest/ |
D | lib2304.c | 29 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
|
D | libauthretry.c | 32 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
|
D | lib2305.c | 31 static void websocket_close(CURL *curl) in websocket_close() 40 static void websocket(CURL *curl) in websocket() 76 CURL *curl; in test() local
|
D | lib1533.c | 44 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
|
D | lib500.c | 50 static void setupcallbacks(CURL *curl) in setupcallbacks() 65 CURL *curl; in test() local
|
D | lib582.c | 150 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
|
D | lib530.c | 176 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
|
D | lib1156.c | 86 static int onetest(CURL *curl, const char *url, const struct testparams *p, in onetest() 137 CURL *curl; in test() local
|
D | lib501.c | 31 CURL *curl; in test() local
|
D | lib521.c | 31 CURL *curl; in test() local
|
D | lib1916.c | 31 CURL *curl; in test() local
|
D | lib559.c | 32 CURL *curl; in test() local
|
/third_party/curl/tests/http/clients/ |
D | ws-pingpong.c | 43 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
|
D | ws-data.c | 92 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/ |
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
|
/third_party/curl/src/ |
D | tool_setopt.c | 262 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()
|