Home | History | Annotate | Download | only in src

Lines Matching defs:result

127  * used, or havoc may be the result.
131 CURLcode result = CURLE_OK;
146 result = curl_global_init(CURL_GLOBAL_DEFAULT);
147 if(!result) {
149 result = get_libcurl_info();
151 if(!result) {
162 result = CURLE_FAILED_INIT;
178 result = CURLE_FAILED_INIT;
181 return result;
234 CURLcode result = CURLE_OK;
249 result = main_init(&global);
250 if(!result) {
252 result = operate(&global, argc, argv);
269 vms_special_exit(result, vms_show);
271 return (int)result;