mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 16:48:49 -05:00
comment: Fix multiple typos in function parameters
Ensure that the parameters in the comment match the actual names in the prototype. Closes #3079 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
This commit is contained in:
parent
af99662688
commit
e182fc1613
@ -132,7 +132,7 @@ void Curl_sspi_global_cleanup(void)
|
|||||||
* Parameters:
|
* Parameters:
|
||||||
*
|
*
|
||||||
* userp [in] - The user name in the format User or Domain\User.
|
* userp [in] - The user name in the format User or Domain\User.
|
||||||
* passdwp [in] - The user's password.
|
* passwdp [in] - The user's password.
|
||||||
* identity [in/out] - The identity structure.
|
* identity [in/out] - The identity structure.
|
||||||
*
|
*
|
||||||
* Returns CURLE_OK on success.
|
* Returns CURLE_OK on success.
|
||||||
|
@ -2855,7 +2855,7 @@ out:
|
|||||||
* len [in] - The length of the login string.
|
* len [in] - The length of the login string.
|
||||||
* userp [in/out] - The address where a pointer to newly allocated memory
|
* userp [in/out] - The address where a pointer to newly allocated memory
|
||||||
* holding the user will be stored upon completion.
|
* holding the user will be stored upon completion.
|
||||||
* passdwp [in/out] - The address where a pointer to newly allocated memory
|
* passwdp [in/out] - The address where a pointer to newly allocated memory
|
||||||
* holding the password will be stored upon completion.
|
* holding the password will be stored upon completion.
|
||||||
* optionsp [in/out] - The address where a pointer to newly allocated memory
|
* optionsp [in/out] - The address where a pointer to newly allocated memory
|
||||||
* holding the options will be stored upon completion.
|
* holding the options will be stored upon completion.
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
*
|
*
|
||||||
* data [in] - The session handle.
|
* data [in] - The session handle.
|
||||||
* userp [in] - The user name.
|
* userp [in] - The user name.
|
||||||
* passdwp [in] - The user's password.
|
* passwdp [in] - The user's password.
|
||||||
* outptr [in/out] - The address where a pointer to newly allocated memory
|
* outptr [in/out] - The address where a pointer to newly allocated memory
|
||||||
* holding the result will be stored upon completion.
|
* holding the result will be stored upon completion.
|
||||||
* outlen [out] - The length of the output message.
|
* outlen [out] - The length of the output message.
|
||||||
|
@ -81,7 +81,7 @@ CURLcode Curl_auth_decode_cram_md5_message(const char *chlg64, char **outptr,
|
|||||||
* data [in] - The session handle.
|
* data [in] - The session handle.
|
||||||
* chlg [in] - The challenge.
|
* chlg [in] - The challenge.
|
||||||
* userp [in] - The user name.
|
* userp [in] - The user name.
|
||||||
* passdwp [in] - The user's password.
|
* passwdp [in] - The user's password.
|
||||||
* outptr [in/out] - The address where a pointer to newly allocated memory
|
* outptr [in/out] - The address where a pointer to newly allocated memory
|
||||||
* holding the result will be stored upon completion.
|
* holding the result will be stored upon completion.
|
||||||
* outlen [out] - The length of the output message.
|
* outlen [out] - The length of the output message.
|
||||||
|
@ -342,7 +342,7 @@ bool Curl_auth_is_digest_supported(void)
|
|||||||
* data [in] - The session handle.
|
* data [in] - The session handle.
|
||||||
* chlg64 [in] - The base64 encoded challenge message.
|
* chlg64 [in] - The base64 encoded challenge message.
|
||||||
* userp [in] - The user name.
|
* userp [in] - The user name.
|
||||||
* passdwp [in] - The user's password.
|
* passwdp [in] - The user's password.
|
||||||
* service [in] - The service type such as http, smtp, pop or imap.
|
* service [in] - The service type such as http, smtp, pop or imap.
|
||||||
* outptr [in/out] - The address where a pointer to newly allocated memory
|
* outptr [in/out] - The address where a pointer to newly allocated memory
|
||||||
* holding the result will be stored upon completion.
|
* holding the result will be stored upon completion.
|
||||||
@ -668,7 +668,7 @@ CURLcode Curl_auth_decode_digest_http_message(const char *chlg,
|
|||||||
*
|
*
|
||||||
* data [in] - The session handle.
|
* data [in] - The session handle.
|
||||||
* userp [in] - The user name.
|
* userp [in] - The user name.
|
||||||
* passdwp [in] - The user's password.
|
* passwdp [in] - The user's password.
|
||||||
* request [in] - The HTTP request.
|
* request [in] - The HTTP request.
|
||||||
* uripath [in] - The path of the HTTP uri.
|
* uripath [in] - The path of the HTTP uri.
|
||||||
* digest [in/out] - The digest data struct being used and modified.
|
* digest [in/out] - The digest data struct being used and modified.
|
||||||
@ -932,7 +932,7 @@ static CURLcode _Curl_auth_create_digest_http_message(
|
|||||||
*
|
*
|
||||||
* data [in] - The session handle.
|
* data [in] - The session handle.
|
||||||
* userp [in] - The user name.
|
* userp [in] - The user name.
|
||||||
* passdwp [in] - The user's password.
|
* passwdp [in] - The user's password.
|
||||||
* request [in] - The HTTP request.
|
* request [in] - The HTTP request.
|
||||||
* uripath [in] - The path of the HTTP uri.
|
* uripath [in] - The path of the HTTP uri.
|
||||||
* digest [in/out] - The digest data struct being used and modified.
|
* digest [in/out] - The digest data struct being used and modified.
|
||||||
|
@ -75,7 +75,7 @@ bool Curl_auth_is_digest_supported(void)
|
|||||||
* data [in] - The session handle.
|
* data [in] - The session handle.
|
||||||
* chlg64 [in] - The base64 encoded challenge message.
|
* chlg64 [in] - The base64 encoded challenge message.
|
||||||
* userp [in] - The user name in the format User or Domain\User.
|
* userp [in] - The user name in the format User or Domain\User.
|
||||||
* passdwp [in] - The user's password.
|
* passwdp [in] - The user's password.
|
||||||
* service [in] - The service type such as http, smtp, pop or imap.
|
* service [in] - The service type such as http, smtp, pop or imap.
|
||||||
* outptr [in/out] - The address where a pointer to newly allocated memory
|
* outptr [in/out] - The address where a pointer to newly allocated memory
|
||||||
* holding the result will be stored upon completion.
|
* holding the result will be stored upon completion.
|
||||||
@ -391,7 +391,7 @@ CURLcode Curl_auth_decode_digest_http_message(const char *chlg,
|
|||||||
*
|
*
|
||||||
* data [in] - The session handle.
|
* data [in] - The session handle.
|
||||||
* userp [in] - The user name in the format User or Domain\User.
|
* userp [in] - The user name in the format User or Domain\User.
|
||||||
* passdwp [in] - The user's password.
|
* passwdp [in] - The user's password.
|
||||||
* request [in] - The HTTP request.
|
* request [in] - The HTTP request.
|
||||||
* uripath [in] - The path of the HTTP uri.
|
* uripath [in] - The path of the HTTP uri.
|
||||||
* digest [in/out] - The digest data struct being used and modified.
|
* digest [in/out] - The digest data struct being used and modified.
|
||||||
|
@ -65,7 +65,7 @@ bool Curl_auth_is_gssapi_supported(void)
|
|||||||
*
|
*
|
||||||
* data [in] - The session handle.
|
* data [in] - The session handle.
|
||||||
* userp [in] - The user name.
|
* userp [in] - The user name.
|
||||||
* passdwp [in] - The user's password.
|
* passwdp [in] - The user's password.
|
||||||
* service [in] - The service type such as http, smtp, pop or imap.
|
* service [in] - The service type such as http, smtp, pop or imap.
|
||||||
* host [in[ - The host name.
|
* host [in[ - The host name.
|
||||||
* mutual_auth [in] - Flag specifying whether or not mutual authentication
|
* mutual_auth [in] - Flag specifying whether or not mutual authentication
|
||||||
|
@ -71,7 +71,7 @@ bool Curl_auth_is_gssapi_supported(void)
|
|||||||
*
|
*
|
||||||
* data [in] - The session handle.
|
* data [in] - The session handle.
|
||||||
* userp [in] - The user name in the format User or Domain\User.
|
* userp [in] - The user name in the format User or Domain\User.
|
||||||
* passdwp [in] - The user's password.
|
* passwdp [in] - The user's password.
|
||||||
* service [in] - The service type such as http, smtp, pop or imap.
|
* service [in] - The service type such as http, smtp, pop or imap.
|
||||||
* host [in] - The host name.
|
* host [in] - The host name.
|
||||||
* mutual_auth [in] - Flag specifying whether or not mutual authentication
|
* mutual_auth [in] - Flag specifying whether or not mutual authentication
|
||||||
|
@ -354,7 +354,7 @@ static void unicodecpy(unsigned char *dest, const char *src, size_t length)
|
|||||||
*
|
*
|
||||||
* data [in] - The session handle.
|
* data [in] - The session handle.
|
||||||
* userp [in] - The user name in the format User or Domain\User.
|
* userp [in] - The user name in the format User or Domain\User.
|
||||||
* passdwp [in] - The user's password.
|
* passwdp [in] - The user's password.
|
||||||
* service [in] - The service type such as http, smtp, pop or imap.
|
* service [in] - The service type such as http, smtp, pop or imap.
|
||||||
* host [in] - The host name.
|
* host [in] - The host name.
|
||||||
* ntlm [in/out] - The NTLM data struct being used and modified.
|
* ntlm [in/out] - The NTLM data struct being used and modified.
|
||||||
@ -481,7 +481,7 @@ CURLcode Curl_auth_create_ntlm_type1_message(struct Curl_easy *data,
|
|||||||
*
|
*
|
||||||
* data [in] - The session handle.
|
* data [in] - The session handle.
|
||||||
* userp [in] - The user name in the format User or Domain\User.
|
* userp [in] - The user name in the format User or Domain\User.
|
||||||
* passdwp [in] - The user's password.
|
* passwdp [in] - The user's password.
|
||||||
* ntlm [in/out] - The NTLM data struct being used and modified.
|
* ntlm [in/out] - The NTLM data struct being used and modified.
|
||||||
* outptr [in/out] - The address where a pointer to newly allocated memory
|
* outptr [in/out] - The address where a pointer to newly allocated memory
|
||||||
* holding the result will be stored upon completion.
|
* holding the result will be stored upon completion.
|
||||||
|
@ -69,7 +69,7 @@ bool Curl_auth_is_ntlm_supported(void)
|
|||||||
*
|
*
|
||||||
* data [in] - The session handle.
|
* data [in] - The session handle.
|
||||||
* userp [in] - The user name in the format User or Domain\User.
|
* userp [in] - The user name in the format User or Domain\User.
|
||||||
* passdwp [in] - The user's password.
|
* passwdp [in] - The user's password.
|
||||||
* service [in] - The service type such as http, smtp, pop or imap.
|
* service [in] - The service type such as http, smtp, pop or imap.
|
||||||
* host [in] - The host name.
|
* host [in] - The host name.
|
||||||
* ntlm [in/out] - The NTLM data struct being used and modified.
|
* ntlm [in/out] - The NTLM data struct being used and modified.
|
||||||
@ -234,7 +234,7 @@ CURLcode Curl_auth_decode_ntlm_type2_message(struct Curl_easy *data,
|
|||||||
*
|
*
|
||||||
* data [in] - The session handle.
|
* data [in] - The session handle.
|
||||||
* userp [in] - The user name in the format User or Domain\User.
|
* userp [in] - The user name in the format User or Domain\User.
|
||||||
* passdwp [in] - The user's password.
|
* passwdp [in] - The user's password.
|
||||||
* ntlm [in/out] - The NTLM data struct being used and modified.
|
* ntlm [in/out] - The NTLM data struct being used and modified.
|
||||||
* outptr [in/out] - The address where a pointer to newly allocated memory
|
* outptr [in/out] - The address where a pointer to newly allocated memory
|
||||||
* holding the result will be stored upon completion.
|
* holding the result will be stored upon completion.
|
||||||
|
@ -64,7 +64,7 @@ bool Curl_auth_is_spnego_supported(void)
|
|||||||
*
|
*
|
||||||
* data [in] - The session handle.
|
* data [in] - The session handle.
|
||||||
* userp [in] - The user name in the format User or Domain\User.
|
* userp [in] - The user name in the format User or Domain\User.
|
||||||
* passdwp [in] - The user's password.
|
* passwdp [in] - The user's password.
|
||||||
* service [in] - The service type such as http, smtp, pop or imap.
|
* service [in] - The service type such as http, smtp, pop or imap.
|
||||||
* host [in] - The host name.
|
* host [in] - The host name.
|
||||||
* chlg64 [in] - The optional base64 encoded challenge message.
|
* chlg64 [in] - The optional base64 encoded challenge message.
|
||||||
|
@ -71,8 +71,8 @@ bool Curl_auth_is_spnego_supported(void)
|
|||||||
* Parameters:
|
* Parameters:
|
||||||
*
|
*
|
||||||
* data [in] - The session handle.
|
* data [in] - The session handle.
|
||||||
* userp [in] - The user name in the format User or Domain\User.
|
* user [in] - The user name in the format User or Domain\User.
|
||||||
* passdwp [in] - The user's password.
|
* password [in] - The user's password.
|
||||||
* service [in] - The service type such as http, smtp, pop or imap.
|
* service [in] - The service type such as http, smtp, pop or imap.
|
||||||
* host [in] - The host name.
|
* host [in] - The host name.
|
||||||
* chlg64 [in] - The optional base64 encoded challenge message.
|
* chlg64 [in] - The optional base64 encoded challenge message.
|
||||||
|
Loading…
Reference in New Issue
Block a user