Lines Matching refs:result
670 CURLcode result = CURLE_OK;
987 result = Curl_getworkingpath(data, sshc->homedir, &protop->path);
988 if(result) {
989 sshc->actualcode = result;
1179 result = CURLE_OUT_OF_MEMORY;
1185 result = Curl_client_write(data, CLIENTWRITE_HEADER, tmp, strlen(tmp));
1187 if(result) {
1190 sshc->actualcode = result;
1463 result = Curl_client_write(data, CLIENTWRITE_BODY,
1467 if(result) {
1557 result = CURLE_OUT_OF_MEMORY;
1559 result = Curl_client_write(data, CLIENTWRITE_BODY,
1566 if(result) {
1736 if(result) {
1740 sshc->actualcode = result;
1759 SSH_SFTP_CLOSE to pass the correct result back */
1767 result = sshc->actualcode;
1793 result = Curl_getworkingpath(data, sshc->homedir, &protop->path);
1794 if(result) {
1795 sshc->actualcode = result;
2005 result = sshc->actualcode;
2032 return result;
2086 CURLcode result = myssh_statemach_act(data, &block);
2091 return result;
2099 CURLcode result = CURLE_OK;
2101 while((sshc->state != SSH_STOP) && !result) {
2106 result = myssh_statemach_act(data, &block);
2107 if(result)
2114 result = Curl_speedcheck(data, now);
2115 if(result)
2134 return result;
2164 CURLcode result;
2266 result = myssh_multi_statemach(data, done);
2268 return result;
2274 CURLcode result;
2276 result = myssh_multi_statemach(data, dophase_done);
2281 return result;
2297 CURLcode result = CURLE_OK;
2306 result = myssh_multi_statemach(data, dophase_done);
2314 return result;
2319 CURLcode result;
2338 result = scp_perform(data, &connected, done);
2340 result = sftp_perform(data, &connected, done);
2342 return result;
2352 CURLcode result = CURLE_OK;
2361 result = myssh_block_statemach(data, TRUE);
2364 return result;
2371 CURLcode result = CURLE_OK;
2376 result = myssh_block_statemach(data, FALSE);
2379 result = status;
2387 return result;
2477 CURLcode result = CURLE_OK;
2487 result = myssh_multi_statemach(data, dophase_done);
2495 return result;
2502 CURLcode result = myssh_multi_statemach(data, dophase_done);
2506 return result;
2516 CURLcode result = CURLE_OK;
2524 result = myssh_block_statemach(data, TRUE);
2529 return result;
2640 CURLcode result;
2674 result = Curl_client_write(data, CLIENTWRITE_HEADER, tmp, strlen(tmp));
2676 if(result) {
2679 sshc->actualcode = result;
2703 result = Curl_get_pathname(&cp, &sshc->quote_path1, sshc->homedir);
2704 if(result) {
2705 if(result == CURLE_OUT_OF_MEMORY)
2711 sshc->actualcode = result;
2730 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir);
2731 if(result) {
2732 if(result == CURLE_OUT_OF_MEMORY)
2740 sshc->actualcode = result;
2752 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir);
2753 if(result) {
2754 if(result == CURLE_OUT_OF_MEMORY)
2761 sshc->actualcode = result;
2776 result = Curl_get_pathname(&cp, &sshc->quote_path2, sshc->homedir);
2777 if(result) {
2778 if(result == CURLE_OUT_OF_MEMORY)
2785 sshc->actualcode = result;