Home
last modified time | relevance | path

Searched refs:iovec_wrapper (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/basic/
Dio-util.h85 struct iovec_wrapper { struct
90 struct iovec_wrapper *iovw_new(void); argument
91 struct iovec_wrapper *iovw_free(struct iovec_wrapper *iovw);
92 struct iovec_wrapper *iovw_free_free(struct iovec_wrapper *iovw);
93 void iovw_free_contents(struct iovec_wrapper *iovw, bool free_vectors);
94 int iovw_put(struct iovec_wrapper *iovw, void *data, size_t len);
95 int iovw_put_string_field(struct iovec_wrapper *iovw, const char *field, const char *value);
96 int iovw_put_string_field_free(struct iovec_wrapper *iovw, const char *field, char *value);
97 void iovw_rebase(struct iovec_wrapper *iovw, char *old, char *new);
98 size_t iovw_size(struct iovec_wrapper *iovw);
Dio-util.c279 struct iovec_wrapper *iovw_new(void) { in iovw_new()
280 return malloc0(sizeof(struct iovec_wrapper)); in iovw_new()
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/
Dcoredump.c768 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()
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()
1326 struct iovec_wrapper *iovw; in process_backtrace()
/systemd-251/src/journal-remote/
Djournal-remote-write.h29 const struct iovec_wrapper *iovw,
Djournal-remote-write.c62 const struct iovec_wrapper *iovw, in writer_write()
/systemd-251/src/shared/
Djournal-importer.h41 struct iovec_wrapper iovw;