docs/libcurl/opts: clarify the return values
Expand a little. - mention the type name of the return code - avoid stating which exact return codes that might be returned, as that varies over time, builds and conditions - avoid stating some always return OK - refer to the manpage documenting all the return codes Closes #15900
This commit is contained in:
parent
e256d9df6d
commit
e694c8284a
@ -78,4 +78,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -67,4 +67,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -68,4 +68,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -64,4 +64,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -67,4 +67,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -103,4 +103,7 @@ Transport support added in 7.79.0. mbedTLS support added in 8.9.0.
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -76,4 +76,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -63,4 +63,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -66,4 +66,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -66,4 +66,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -70,4 +70,7 @@ Deprecated since 7.55.0.
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -63,4 +63,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -69,4 +69,7 @@ Deprecated since 7.55.0.
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -62,4 +62,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -71,4 +71,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -78,4 +78,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -72,4 +72,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -68,4 +68,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -64,4 +64,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -73,4 +73,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -74,4 +74,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -70,4 +70,7 @@ Works for SFTP since 7.21.4
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -61,4 +61,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -71,4 +71,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -73,4 +73,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -61,4 +61,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -57,4 +57,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -78,4 +78,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -69,4 +69,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -68,4 +68,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -64,4 +64,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -65,4 +65,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -61,4 +61,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -66,4 +66,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -67,4 +67,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -69,4 +69,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -71,4 +71,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -69,4 +69,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -63,4 +63,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -64,4 +64,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -73,4 +73,7 @@ Deprecated since 7.85.0.
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -72,4 +72,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -76,4 +76,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -101,4 +101,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -74,4 +74,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -66,4 +66,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -58,4 +58,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -66,4 +66,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -68,4 +68,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -65,4 +65,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -63,4 +63,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -59,4 +59,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -68,4 +68,7 @@ responses added in 7.25.0, for OpenLDAP in 7.81.0.
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -72,4 +72,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -57,4 +57,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -57,4 +57,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -61,4 +61,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -62,4 +62,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -67,4 +67,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -73,4 +73,7 @@ Deprecated since 7.55.0.
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_setopt(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -66,4 +66,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_setopt(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -69,4 +69,7 @@ Deprecated since 7.55.0.
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -62,4 +62,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -69,4 +69,7 @@ Deprecated since 7.55.0.
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -63,4 +63,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -67,4 +67,7 @@ Deprecated since 7.55.0.
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -61,4 +61,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -63,4 +63,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -73,4 +73,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -67,4 +67,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -69,4 +69,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -77,4 +77,7 @@ Deprecated since 7.48.0
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -178,4 +178,7 @@ This option is exactly the same as that option except in the case of OpenSSL.
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -65,4 +65,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -66,4 +66,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -65,4 +65,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -66,4 +66,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_getinfo(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -57,4 +57,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
|
curl_multi_setopt(3) returns a CURLMcode indicating success or error.
|
||||||
|
|
||||||
|
CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -56,4 +56,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
|
curl_multi_setopt(3) returns a CURLMcode indicating success or error.
|
||||||
|
|
||||||
|
CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -69,4 +69,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
|
curl_multi_setopt(3) returns a CURLMcode indicating success or error.
|
||||||
|
|
||||||
|
CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -55,4 +55,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
|
curl_multi_setopt(3) returns a CURLMcode indicating success or error.
|
||||||
|
|
||||||
|
CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -74,4 +74,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
|
curl_multi_setopt(3) returns a CURLMcode indicating success or error.
|
||||||
|
|
||||||
|
CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -60,4 +60,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
|
curl_multi_setopt(3) returns a CURLMcode indicating success or error.
|
||||||
|
|
||||||
|
CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -71,4 +71,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
|
curl_multi_setopt(3) returns a CURLMcode indicating success or error.
|
||||||
|
|
||||||
|
CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -79,4 +79,7 @@ Before that, default was **CURLPIPE_NOTHING**.
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
|
curl_multi_setopt(3) returns a CURLMcode indicating success or error.
|
||||||
|
|
||||||
|
CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -66,4 +66,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
|
curl_multi_setopt(3) returns a CURLMcode indicating success or error.
|
||||||
|
|
||||||
|
CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -62,4 +62,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
|
curl_multi_setopt(3) returns a CURLMcode indicating success or error.
|
||||||
|
|
||||||
|
CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -83,4 +83,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
|
curl_multi_setopt(3) returns a CURLMcode indicating success or error.
|
||||||
|
|
||||||
|
CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -144,4 +144,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
|
curl_multi_setopt(3) returns a CURLMcode indicating success or error.
|
||||||
|
|
||||||
|
CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -71,4 +71,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
|
curl_multi_setopt(3) returns a CURLMcode indicating success or error.
|
||||||
|
|
||||||
|
CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -103,4 +103,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
|
curl_multi_setopt(3) returns a CURLMcode indicating success or error.
|
||||||
|
|
||||||
|
CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -67,4 +67,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_setopt(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -57,4 +57,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_setopt(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -114,5 +114,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
|
curl_easy_setopt(3) returns a CURLcode indicating success or error.
|
||||||
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -58,5 +58,8 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_setopt(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
Returns CURLE_BAD_FUNCTION_ARGUMENT if set to a negative value.
|
Returns CURLE_BAD_FUNCTION_ARGUMENT if set to a negative value.
|
||||||
|
|||||||
@ -113,4 +113,7 @@ Integer priority value (not currently used)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_setopt(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -95,4 +95,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_setopt(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -62,4 +62,7 @@ This option was known as CURLOPT_FTPAPPEND up to 7.16.4
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_setopt(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -73,4 +73,7 @@ int main(void)
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_setopt(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
@ -123,4 +123,7 @@ the special value "UNSIGNED-PAYLOAD".
|
|||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
curl_easy_setopt(3) returns a CURLcode indicating success or error.
|
||||||
|
|
||||||
|
CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||||
|
libcurl-errors(3).
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user