diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-13 00:47:29 +0200 |
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-13 00:47:29 +0200 |
| commit | 1a70d9f9ef81ac1b5e843ac71f3538f7845e03ae (patch) | |
| tree | 20a20077503c01dc024e88a6a8d82bf89faf22fd /ot_iovec.h | |
| parent | 301faeb10c5994a6fd31adc5f0b4f8f2b5c23502 (diff) | |
First shot on chunked transfers
Diffstat (limited to 'ot_iovec.h')
| -rw-r--r-- | ot_iovec.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -9,6 +9,7 @@ | |||
| 9 | #include <sys/uio.h> | 9 | #include <sys/uio.h> |
| 10 | 10 | ||
| 11 | void *iovec_increase( int *iovec_entries, struct iovec **iovector, size_t new_alloc ); | 11 | void *iovec_increase( int *iovec_entries, struct iovec **iovector, size_t new_alloc ); |
| 12 | void *iovec_append( int *iovec_entries, struct iovec **iovector, struct iovec *append_iovector ); | ||
| 12 | void iovec_fixlast( int *iovec_entries, struct iovec **iovector, void *last_ptr ); | 13 | void iovec_fixlast( int *iovec_entries, struct iovec **iovector, void *last_ptr ); |
| 13 | void iovec_free( int *iovec_entries, struct iovec **iovector ); | 14 | void iovec_free( int *iovec_entries, struct iovec **iovector ); |
| 14 | 15 | ||
