Loading docs/libcurl/curl_easy_escape.3 +2 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,8 @@ curl_easy_escape - URL encodes the given string .SH SYNOPSIS .B #include <curl/curl.h> .sp .BI "char *curl_easy_escape( CURL *" curl ", char *" string ", int "length " );" .BI "char *curl_easy_escape( CURL *" curl ", const char *" string .BI ", int "length " );" .ad .SH DESCRIPTION This function converts the given input \fIstring\fP to a URL encoded string Loading docs/libcurl/curl_easy_unescape.3 +2 −2 Original line number Diff line number Diff line Loading @@ -26,8 +26,8 @@ curl_easy_unescape - URL decodes the given string .SH SYNOPSIS .B #include <curl/curl.h> .sp .BI "char *curl_easy_unescape( CURL *" curl ", char *" url ", int "inlength .BI ", int *" outlength " );" .BI "char *curl_easy_unescape( CURL *" curl ", const char *" url .BI ", int "inlength ", int *" outlength " );" .ad .SH DESCRIPTION This function converts the given URL encoded input string to a "plain string" Loading docs/libcurl/curl_escape.3 +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ curl_escape - URL encodes the given string .SH SYNOPSIS .B #include <curl/curl.h> .sp .BI "char *curl_escape( char *" url ", int "length " );" .BI "char *curl_escape( const char *" url ", int "length " );" .ad .SH DESCRIPTION Obsolete function. Use \fIcurl_easy_escape(3)\fP instead! Loading docs/libcurl/curl_unescape.3 +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ curl_unescape - URL decodes the given string .SH SYNOPSIS .B #include <curl/curl.h> .sp .BI "char *curl_unescape( char *" url ", int "length " );" .BI "char *curl_unescape( const char *" url ", int "length " );" .ad .SH DESCRIPTION Obsolete function. Use \fIcurl_easy_unescape(3)\fP instead! Loading Loading
docs/libcurl/curl_easy_escape.3 +2 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,8 @@ curl_easy_escape - URL encodes the given string .SH SYNOPSIS .B #include <curl/curl.h> .sp .BI "char *curl_easy_escape( CURL *" curl ", char *" string ", int "length " );" .BI "char *curl_easy_escape( CURL *" curl ", const char *" string .BI ", int "length " );" .ad .SH DESCRIPTION This function converts the given input \fIstring\fP to a URL encoded string Loading
docs/libcurl/curl_easy_unescape.3 +2 −2 Original line number Diff line number Diff line Loading @@ -26,8 +26,8 @@ curl_easy_unescape - URL decodes the given string .SH SYNOPSIS .B #include <curl/curl.h> .sp .BI "char *curl_easy_unescape( CURL *" curl ", char *" url ", int "inlength .BI ", int *" outlength " );" .BI "char *curl_easy_unescape( CURL *" curl ", const char *" url .BI ", int "inlength ", int *" outlength " );" .ad .SH DESCRIPTION This function converts the given URL encoded input string to a "plain string" Loading
docs/libcurl/curl_escape.3 +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ curl_escape - URL encodes the given string .SH SYNOPSIS .B #include <curl/curl.h> .sp .BI "char *curl_escape( char *" url ", int "length " );" .BI "char *curl_escape( const char *" url ", int "length " );" .ad .SH DESCRIPTION Obsolete function. Use \fIcurl_easy_escape(3)\fP instead! Loading
docs/libcurl/curl_unescape.3 +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ curl_unescape - URL decodes the given string .SH SYNOPSIS .B #include <curl/curl.h> .sp .BI "char *curl_unescape( char *" url ", int "length " );" .BI "char *curl_unescape( const char *" url ", int "length " );" .ad .SH DESCRIPTION Obsolete function. Use \fIcurl_easy_unescape(3)\fP instead! Loading