Searched defs:iovw (Results 1 - 2 of 2) sorted by relevance
| /systemd/src/journal-remote/ |
| H A D | journal-remote-parse.h | 48 struct iovec_wrapper iovw; member in struct:RemoteSource
|
| H A D | journal-remote-write.c | 23 int iovw_put(struct iovec_wrapper *iovw, void* data, size_t len) { argument 24 if (!GREEDY_REALLOC(iovw->iovec, iovw->size_bytes, iovw->count + 1)) 27 iovw->iovec[iovw->count++] = (struct iovec) {data, len}; 31 void iovw_free_contents(struct iovec_wrapper *iovw) { argument 32 iovw->iovec = mfree(iovw->iovec); 33 iovw 36 iovw_size(struct iovec_wrapper *iovw) argument 45 iovw_rebase(struct iovec_wrapper *iovw, char *old, char *new) argument 125 writer_write(Writer *w, struct iovec_wrapper *iovw, dual_timestamp *ts, bool compress, bool seal) argument [all...] |
Completed in 10 milliseconds