curl/lib/vssh
Stefan Eissing f50446f6da
lib: keepon improving
Improve the name, type and handling of `data->req.keepon`:

- Rename `keepon` to `io_flags`
- make `io_flags` and `uint8_t` and reposition in struct
- Rename `KEEP_*` defines to `REQ_IO_*`, move to request.h
- Replace all direct bit tests to `CURL_REQ_WANT_*` use
- Replace all direct bit manipulations with new macros

Closes #20905
2026-03-15 12:48:03 +01:00
..
libssh.c lib: keepon improving 2026-03-15 12:48:03 +01:00
libssh2.c lib: keepon improving 2026-03-15 12:48:03 +01:00
ssh.h lib: keepon improving 2026-03-15 12:48:03 +01:00
vssh.c lib: use lib source directory as base include path 2026-02-23 16:00:42 +01:00
vssh.h lib: use lib source directory as base include path 2026-02-23 16:00:42 +01:00