diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-15 00:39:02 +0200 |
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-15 00:39:02 +0200 |
| commit | 7c633c259ebc4a863c5076462c5792ecb8b9f617 (patch) | |
| tree | 550a272a82325c554923c7498811cb8971aa49c2 /ot_iovec.h | |
| parent | 4c5935c0574481dc4b0e0bf57528dc3069e34742 (diff) | |
clang-format
Diffstat (limited to 'ot_iovec.h')
| -rw-r--r-- | ot_iovec.h | 12 |
1 files changed, 6 insertions, 6 deletions
| @@ -8,13 +8,13 @@ | |||
| 8 | 8 | ||
| 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_append(int *iovec_entries, struct iovec **iovector, struct iovec *append_iovector); |
| 13 | 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); |
| 14 | void iovec_free( int *iovec_entries, struct iovec **iovector ); | 14 | void iovec_free(int *iovec_entries, struct iovec **iovector); |
| 15 | 15 | ||
| 16 | size_t iovec_length( const int *iovec_entries, const struct iovec **iovector ); | 16 | size_t iovec_length(const int *iovec_entries, const struct iovec **iovector); |
| 17 | 17 | ||
| 18 | void *iovec_fix_increase_or_free( int *iovec_entries, struct iovec **iovector, void *last_ptr, size_t new_alloc ); | 18 | void *iovec_fix_increase_or_free(int *iovec_entries, struct iovec **iovector, void *last_ptr, size_t new_alloc); |
| 19 | 19 | ||
| 20 | #endif | 20 | #endif |
