iovec_wrapper 47 src/journal-remote/journal-remote-parse.h struct iovec_wrapper iovw; iovec_wrapper 24 src/journal-remote/journal-remote-write.c int iovw_put(struct iovec_wrapper *iovw, void* data, size_t len) { iovec_wrapper 32 src/journal-remote/journal-remote-write.c void iovw_free_contents(struct iovec_wrapper *iovw) { iovec_wrapper 38 src/journal-remote/journal-remote-write.c size_t iovw_size(struct iovec_wrapper *iovw) { iovec_wrapper 47 src/journal-remote/journal-remote-write.c void iovw_rebase(struct iovec_wrapper *iovw, char *old, char *new) { iovec_wrapper 130 src/journal-remote/journal-remote-write.c struct iovec_wrapper *iovw, iovec_wrapper 36 src/journal-remote/journal-remote-write.h int iovw_put(struct iovec_wrapper *iovw, void* data, size_t len); iovec_wrapper 37 src/journal-remote/journal-remote-write.h void iovw_free_contents(struct iovec_wrapper *iovw); iovec_wrapper 38 src/journal-remote/journal-remote-write.h size_t iovw_size(struct iovec_wrapper *iovw); iovec_wrapper 39 src/journal-remote/journal-remote-write.h void iovw_rebase(struct iovec_wrapper *iovw, char *old, char *new); iovec_wrapper 64 src/journal-remote/journal-remote-write.h struct iovec_wrapper *iovw,