Home
last modified time | relevance | path

Searched refs:res (Results 251 – 275 of 566) sorted by relevance

1...<<11121314151617181920>>...23

/curl/docs/libcurl/opts/
H A DCURLINFO_PRETRANSFER_TIME.md49 CURLcode res;
52 res = curl_easy_perform(curl);
53 if(CURLE_OK == res) {
54 res = curl_easy_getinfo(curl, CURLINFO_PRETRANSFER_TIME, &pretransfer);
55 if(CURLE_OK == res) {
H A DCURLINFO_PRETRANSFER_TIME_T.md49 CURLcode res;
52 res = curl_easy_perform(curl);
53 if(CURLE_OK == res) {
54 res = curl_easy_getinfo(curl, CURLINFO_PRETRANSFER_TIME_T, &pretransfer);
55 if(CURLE_OK == res) {
H A DCURLINFO_PROXY_ERROR.md81 CURLcode res;
85 res = curl_easy_perform(curl);
86 if(res == CURLE_PROXY) {
88 res = curl_easy_getinfo(curl, CURLINFO_PROXY_ERROR, &proxycode);
89 if(!res && proxycode)
H A DCURLINFO_APPCONNECT_TIME_T.md47 CURLcode res;
50 res = curl_easy_perform(curl);
51 if(CURLE_OK == res) {
52 res = curl_easy_getinfo(curl, CURLINFO_APPCONNECT_TIME_T, &connect);
53 if(CURLE_OK == res) {
H A DCURLINFO_APPCONNECT_TIME.md47 CURLcode res;
50 res = curl_easy_perform(curl);
51 if(CURLE_OK == res) {
52 res = curl_easy_getinfo(curl, CURLINFO_APPCONNECT_TIME, &connect);
53 if(CURLE_OK == res) {
H A DCURLINFO_CONTENT_TYPE.md49 CURLcode res;
52 res = curl_easy_perform(curl);
54 if(!res) {
57 res = curl_easy_getinfo(curl, CURLINFO_CONTENT_TYPE, &ct);
58 if(!res && ct) {
H A DCURLINFO_OS_ERRNO.md47 CURLcode res;
49 res = curl_easy_perform(curl);
50 if(res != CURLE_OK) {
52 res = curl_easy_getinfo(curl, CURLINFO_OS_ERRNO, &error);
53 if(!res && error) {
/curl/tests/libtest/
H A Dlib2301.c125 CURLcode res = CURLE_OK; in test() local
139 res = curl_easy_perform(curl); in test()
140 fprintf(stderr, "curl_easy_perform() returned %d\n", res); in test()
142 if(res == CURLE_OK) in test()
149 return res; in test()
H A Dlib500.c64 CURLcode res; in test() local
94 res = curl_easy_perform(curl); in test()
96 if(!res) { in test()
97 res = curl_easy_getinfo(curl, CURLINFO_PRIMARY_IP, &ipstr); in test()
157 return res; in test()
H A Dlib1508.c32 CURLcode res = CURLE_OK; in test() local
50 return res; in test()
H A Dlib1592.c49 CURLcode res = CURLE_OK; in test() local
107 res = TEST_ERR_MULTI; in test()
122 return res; in test()
H A Dlib1959.c31 CURLcode res = TEST_ERR_MAJOR_BAD; in test() local
64 res = curl_easy_perform(curl); in test()
73 return res; in test()
H A Dlib1956.c31 CURLcode res = TEST_ERR_MAJOR_BAD; in test() local
63 res = curl_easy_perform(curl); in test()
72 return res; in test()
H A Dlib1957.c31 CURLcode res = TEST_ERR_MAJOR_BAD; in test() local
62 res = curl_easy_perform(curl); in test()
71 return res; in test()
H A Dlib1958.c31 CURLcode res = TEST_ERR_MAJOR_BAD; in test() local
62 res = curl_easy_perform(curl); in test()
71 return res; in test()
H A Dlib1973.c31 CURLcode res = TEST_ERR_MAJOR_BAD; in test() local
62 res = curl_easy_perform(curl); in test()
71 return res; in test()
H A Dlib1937.c32 CURLcode res = TEST_ERR_MAJOR_BAD; in test() local
62 res = curl_easy_perform(curl); in test()
71 return res; in test()
H A Dlib1528.c32 CURLcode res = CURLE_FAILED_INIT; in test() local
65 res = curl_easy_perform(curl); in test()
74 return res; in test()
H A Dlib583.c40 CURLcode res = CURLE_OK; in test() local
77 res = TEST_ERR_MULTI; in test()
90 return res; in test()
H A Dlib668.c56 CURLcode res = TEST_ERR_FAILURE; in test() local
106 res = curl_easy_perform(easy); in test()
107 if(res != CURLE_OK) { in test()
115 return res; in test()
H A Dlib651.c34 CURLcode res = CURLE_OK; in test() local
84 res = curl_easy_perform(curl); in test()
96 return res; in test()
H A Dlib1970.c31 CURLcode res = TEST_ERR_MAJOR_BAD; in test() local
63 res = curl_easy_perform(curl); in test()
72 return res; in test()
H A Dlib1556.c51 CURLcode res = CURLE_OK; in test() local
68 res = TEST_ERR_MAJOR_BAD; in test()
79 return res; in test()
H A Dlib1938.c32 CURLcode res = TEST_ERR_MAJOR_BAD; in test() local
64 res = curl_easy_perform(curl); in test()
73 return res; in test()
H A Dlib1955.c31 CURLcode res = TEST_ERR_MAJOR_BAD; in test() local
80 res = curl_easy_perform(curl); in test()
89 return res; in test()

Completed in 30 milliseconds

1...<<11121314151617181920>>...23