Loading docs/libcurl/curl_easy_setopt.3 +1 −1 Original line number Diff line number Diff line .\" nroff -man [file] .\" $Id$ .\" .TH curl_easy_setopt 3 "13 Nov 2002" "libcurl 7.10" "libcurl Manual" .TH curl_easy_setopt 3 "3 Dec 2002" "libcurl 7.10.3" "libcurl Manual" .SH NAME curl_easy_setopt - set options for a curl easy handle .SH SYNOPSIS Loading docs/libcurl/curl_multi_perform.3 +6 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,12 @@ integer-pointer. .SH "RETURN VALUE" CURLMcode type, general libcurl multi interface error code. If you receive \fICURLM_CALL_MULTI_PERFORM\fP, this basicly means that you should call \fIcurl_multi_perform\fP again, before you select() on more actions. You don't have to do it immediately, but the return code means that libcurl may have more data available to return or that there may be more data to send off before it is "satisfied". NOTE that this only returns errors etc regarding the whole multi stack. There might still have occurred problems on invidual transfers even when this function returns OK. Loading docs/libcurl/libcurl-multi.3 +3 −3 Original line number Diff line number Diff line Loading @@ -72,9 +72,9 @@ timeout every now and then, should you want that. A little note here about the return codes from the multi functions, and especially the \fIcurl_multi_perform\fP: if you receive \fICURLM_CALL_MULTI_PERFORM\fP, this basicly means that you should call \fIcurlm_call_multi_perform\fP again, before you select() on more actions. You don't have to do it immediately, but the return code means that libcurl may have more data available to return or that there may be more data to send off \fIcurl_multi_perform\fP again, before you select() on more actions. You don't have to do it immediately, but the return code means that libcurl may have more data available to return or that there may be more data to send off before it is "satisfied". \fIcurl_multi_perform\fP stores the number of still running transfers in one Loading Loading
docs/libcurl/curl_easy_setopt.3 +1 −1 Original line number Diff line number Diff line .\" nroff -man [file] .\" $Id$ .\" .TH curl_easy_setopt 3 "13 Nov 2002" "libcurl 7.10" "libcurl Manual" .TH curl_easy_setopt 3 "3 Dec 2002" "libcurl 7.10.3" "libcurl Manual" .SH NAME curl_easy_setopt - set options for a curl easy handle .SH SYNOPSIS Loading
docs/libcurl/curl_multi_perform.3 +6 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,12 @@ integer-pointer. .SH "RETURN VALUE" CURLMcode type, general libcurl multi interface error code. If you receive \fICURLM_CALL_MULTI_PERFORM\fP, this basicly means that you should call \fIcurl_multi_perform\fP again, before you select() on more actions. You don't have to do it immediately, but the return code means that libcurl may have more data available to return or that there may be more data to send off before it is "satisfied". NOTE that this only returns errors etc regarding the whole multi stack. There might still have occurred problems on invidual transfers even when this function returns OK. Loading
docs/libcurl/libcurl-multi.3 +3 −3 Original line number Diff line number Diff line Loading @@ -72,9 +72,9 @@ timeout every now and then, should you want that. A little note here about the return codes from the multi functions, and especially the \fIcurl_multi_perform\fP: if you receive \fICURLM_CALL_MULTI_PERFORM\fP, this basicly means that you should call \fIcurlm_call_multi_perform\fP again, before you select() on more actions. You don't have to do it immediately, but the return code means that libcurl may have more data available to return or that there may be more data to send off \fIcurl_multi_perform\fP again, before you select() on more actions. You don't have to do it immediately, but the return code means that libcurl may have more data available to return or that there may be more data to send off before it is "satisfied". \fIcurl_multi_perform\fP stores the number of still running transfers in one Loading