Searched defs:writer (Results 1 - 3 of 3) sorted by relevance

/systemd/src/journal-remote/
H A Djournal-remote-parse.h53 Writer *writer; member in struct:RemoteSource
59 RemoteSource* source_new(int fd, bool passive_fd, char *name, Writer *writer);
H A Djournal-remote-parse.c42 log_debug("Writer ref count %i", source->writer->n_ref);
43 writer_unref(source->writer);
53 * ownerhship of fd and writer, otherwise does not touch them.
55 RemoteSource* source_new(int fd, bool passive_fd, char *name, Writer *writer) { argument
71 source->writer = writer;
447 assert(source->writer);
465 r = writer_write(source->writer, &source->iovw, &source->ts, compress, seal);
H A Djournal-remote.c236 Writer **writer) {
278 *writer = w;
309 Writer *writer; local
320 r = get_writer(s, name, &writer);
322 return log_warning_errno(r, "Failed to get writer for source %s: %m",
326 s->sources[fd] = source_new(fd, false, name, writer);
328 writer_unref(writer);
457 Writer *writer; local
464 r = get_writer(server, hostname, &writer);
466 return log_warning_errno(r, "Failed to get writer fo
235 get_writer(RemoteServer *s, const char *host, Writer **writer) argument
[all...]

Completed in 14 milliseconds