Searched defs:iovw (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/basic/ |
D | io-util.c | 283 void iovw_free_contents(struct iovec_wrapper *iovw, bool free_vectors) { in iovw_free_contents() 292 struct iovec_wrapper *iovw_free_free(struct iovec_wrapper *iovw) { in iovw_free_free() 298 struct iovec_wrapper *iovw_free(struct iovec_wrapper *iovw) { in iovw_free() 304 int iovw_put(struct iovec_wrapper *iovw, void *data, size_t len) { in iovw_put() 315 int iovw_put_string_field(struct iovec_wrapper *iovw, const char *field, const char *value) { in iovw_put_string_field() 330 int iovw_put_string_field_free(struct iovec_wrapper *iovw, const char *field, char *value) { in iovw_put_string_field_free() 336 void iovw_rebase(struct iovec_wrapper *iovw, char *old, char *new) { in iovw_rebase() 341 size_t iovw_size(struct iovec_wrapper *iovw) { in iovw_size()
|
/systemd-251/src/coredump/ |
D | coredump.c | 768 struct iovec_wrapper *iovw, in submit_coredump() 913 static int save_context(Context *context, const struct iovec_wrapper *iovw) { in save_context() 962 struct iovec_wrapper iovw = {}; in process_socket() local 1057 static int send_iovec(const struct iovec_wrapper *iovw, int input_fd) { in send_iovec() 1122 struct iovec_wrapper *iovw, in gather_pid_metadata_from_argv() 1175 static int gather_pid_metadata(struct iovec_wrapper *iovw, Context *context) { in gather_pid_metadata() 1275 struct iovec_wrapper *iovw; in process_kernel() local 1326 struct iovec_wrapper *iovw; in process_backtrace() local
|
/systemd-251/src/journal-remote/ |
D | journal-remote-write.c | 62 const struct iovec_wrapper *iovw, in writer_write()
|
/systemd-251/src/shared/ |
D | journal-importer.h | 41 struct iovec_wrapper iovw; member
|