curl-curl/lib/vssh
Stefan Eissing 20c90ba298
lib: unify recv/send function signatures
cfilter/conn: change send/recv function signatures. Unify the
calling/return conventions in our send/receive handling.

Curl_conn_recv(), adjust pnread type

Parameter `pnread` was a `ssize_t *`, but `size_t *` is better since the
function returns any error in its `CURLcode` return value.

Closes #17546
2025-06-11 11:21:10 +02:00
..
.checksrc checksrc: use 'banfunc' proper in more places 2025-01-13 09:10:58 +01:00
curl_path.c curl_path: make SFTP handle a path like /~ properly. 2025-06-09 11:23:16 +02:00
curl_path.h lib: include files using known path 2025-04-08 17:00:00 +02:00
libssh2.c lib: unify recv/send function signatures 2025-06-11 11:21:10 +02:00
libssh.c lib: unify recv/send function signatures 2025-06-11 11:21:10 +02:00
ssh.h libssh2: remove the 'actualcode' struct field 2025-05-16 14:56:59 +02:00
wolfssh.c lib: unify recv/send function signatures 2025-06-11 11:21:10 +02:00