Lines Matching refs:result
141 * used, or havoc may be the result.
145 CURLcode result = CURLE_OK;
161 result = curl_global_init(CURL_GLOBAL_DEFAULT);
162 if(!result) {
164 result = get_libcurl_info();
166 if(!result) {
183 result = CURLE_FAILED_INIT;
186 return result;
232 CURLcode result = CURLE_OK;
249 result = win32_init();
250 if(result) {
251 errorf(&global, "(%d) Windows-specific init failed", result);
252 return result;
270 result = main_init(&global);
271 if(!result) {
273 result = operate(&global, argc, argv);
285 vms_special_exit(result, vms_show);
287 return (int)result;