curl-curl/lib/vauth
Viktor Szakats c878160e9c
clang-tidy: sync argument names in prototype and definition
Discovered with clang-tidy checker
`readability-inconsistent-declaration-parameter-name`.

Also:
- do not enforce the above because of inconsistencies still present
  between public API prototypes and definitions. (Also betwen man page
  protos, and man page examples, and other parts of the code, e.g.
  `easy` vs `curl` vs `d` vs `handle`) Perhaps subject for a future
  effort:
  https://github.com/curl/curl/actions/runs/22166472728/job/64094691653
- enable and fix `readability-named-parameter` where missing.

Refs:
https://clang.llvm.org/extra/clang-tidy/checks/readability/inconsistent-declaration-parameter-name.html
https://clang.llvm.org/extra/clang-tidy/checks/readability/named-parameter.html

Closes #20624
2026-02-19 12:44:37 +01:00
..
cleartext.c clang-tidy: sync argument names in prototype and definition 2026-02-19 12:44:37 +01:00
cram.c tidy-up: miscellaneous 2026-01-15 13:06:13 +01:00
digest_sspi.c build: tidy up and dedupe strdup functions 2026-02-03 14:02:30 +01:00
digest.c digest: escape double quotes and backslashes in realm and nonce 2026-02-09 08:50:32 +01:00
digest.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
gsasl.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
krb5_gssapi.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
krb5_sspi.c build: drop redundant unused variable suppressions 2026-01-14 10:38:34 +01:00
ntlm_sspi.c build: tidy up and dedupe strdup functions 2026-02-03 14:02:30 +01:00
ntlm.c build: fix -Wunused-macros warnings, and related tidy-ups 2026-02-19 00:00:48 +01:00
oauth2.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
spnego_gssapi.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
spnego_sspi.c build: drop redundant unused variable suppressions 2026-01-14 10:38:34 +01:00
vauth.c build: constify memchr()/strchr()/etc result variables 2026-01-25 12:21:54 +01:00
vauth.h clang-tidy: sync argument names in prototype and definition 2026-02-19 12:44:37 +01:00