Home
last modified time | relevance | path

Searched refs:curl_easy_perform (Results 1 – 25 of 677) sorted by relevance

12345678910>>...28

/curl/tests/libtest/
H A Dlib1542.c56 res = curl_easy_perform(easy); in test()
60 res = curl_easy_perform(easy); in test()
68 res = curl_easy_perform(easy); in test()
74 res = curl_easy_perform(easy); in test()
H A Dlib661.c53 res = curl_easy_perform(curl); in test()
60 res = curl_easy_perform(curl); in test()
80 res = curl_easy_perform(curl); in test()
89 res = curl_easy_perform(curl); in test()
97 res = curl_easy_perform(curl); in test()
123 res = curl_easy_perform(curl); in test()
142 res = curl_easy_perform(curl); in test()
155 res = curl_easy_perform(curl); in test()
H A Dlib2306.c43 res = curl_easy_perform(cl); in test()
49 res = curl_easy_perform(cl); in test()
H A Dlib1551.c41 res = curl_easy_perform(curl); in test()
46 res = curl_easy_perform(curl); in test()
H A Dlib572.c86 res = curl_easy_perform(curl); in test()
116 res = curl_easy_perform(curl); in test()
134 res = curl_easy_perform(curl); in test()
152 res = curl_easy_perform(curl); in test()
169 res = curl_easy_perform(curl); in test()
H A Dlib1569.c40 res = curl_easy_perform(hnd); in test()
45 res = curl_easy_perform(hnd); in test()
H A Dlib1908.c43 ret = curl_easy_perform(hnd); in test()
49 ret = curl_easy_perform(also); in test()
H A Dlib1545.c44 (void)curl_easy_perform(eh); in test()
45 (void)curl_easy_perform(eh); in test()
H A Dlib1903.c41 res = curl_easy_perform(ch); in test()
50 res = curl_easy_perform(ch); in test()
H A Dlib519.c51 res = curl_easy_perform(curl); in test()
58 res = curl_easy_perform(curl); in test()
H A Dlib1567.c45 res = curl_easy_perform(curl); in test()
50 res = curl_easy_perform(curl); in test()
H A Dlib571.c148 res = curl_easy_perform(curl); in test()
163 res = curl_easy_perform(curl); in test()
178 res = curl_easy_perform(curl); in test()
192 res = curl_easy_perform(curl); in test()
202 res = curl_easy_perform(curl); in test()
H A Dlib676.c51 res = curl_easy_perform(curl); in test()
60 res = curl_easy_perform(curl); in test()
H A Dlib570.c69 res = curl_easy_perform(curl); in test()
90 res = curl_easy_perform(curl); in test()
105 res = curl_easy_perform(curl); in test()
H A Dlib574.c61 res = curl_easy_perform(curl); in test()
66 res = curl_easy_perform(curl); in test()
H A Dlib653.c52 res = curl_easy_perform(curls); in test()
58 res = curl_easy_perform(curls); in test()
H A Dlib1511.c45 res = curl_easy_perform(curl); in test()
58 res = curl_easy_perform(curl); in test()
H A Dlib589.c57 res = curl_easy_perform(curl); in test()
67 res = curl_easy_perform(curl); in test()
H A Dlib569.c72 res = curl_easy_perform(curl); in test()
94 res = curl_easy_perform(curl); in test()
112 res = curl_easy_perform(curl); in test()
H A Dlib598.c52 res = curl_easy_perform(curl); in test()
64 res = curl_easy_perform(curl); in test()
H A Dlib568.c99 res = curl_easy_perform(curl); in test()
118 res = curl_easy_perform(curl); in test()
144 res = curl_easy_perform(curl); in test()
164 res = curl_easy_perform(curl); in test()
H A Dlib539.c54 res = curl_easy_perform(curl); in test()
76 res = curl_easy_perform(curl); in test()
/curl/docs/libcurl/
H A Dcurl_easy_perform.md4 Title: curl_easy_perform
20 curl_easy_perform - perform a blocking network transfer
27 CURLcode curl_easy_perform(CURL *easy_handle);
32 curl_easy_perform(3) performs a network transfer in a blocking manner and
41 You can do any amount of calls to curl_easy_perform(3) while using the same
46 between the invokes to set options for the following curl_easy_perform(3)
60 curl_easy_perform(3).
73 res = curl_easy_perform(curl);
/curl/docs/examples/
H A Dpersistent.c48 res = curl_easy_perform(curl); in main()
59 res = curl_easy_perform(curl); in main()
H A Dimap-store.c59 res = curl_easy_perform(curl); in main()
71 res = curl_easy_perform(curl); in main()

Completed in 27 milliseconds

12345678910>>...28