|
Graphviz 14.0.3~dev.20251029.0425
|
#include <stddef.h>#include <gvc/gvc.h>#include <gvc/gvplugin.h>#include <gvc/gvcjob.h>#include <gvc/gvcint.h>#include "gv_channel.h"#include <util/agxbuf.h>Go to the source code of this file.
Functions | |
| static size_t | gv_string_writer (GVJ_t *job, const char *s, size_t len) |
| void | gv_string_writer_init (GVC_t *gvc) |
| static size_t | gv_channel_writer (GVJ_t *job, const char *s, size_t len) |
| void | gv_channel_writer_init (GVC_t *gvc) |
| void | gv_writer_reset (GVC_t *gvc) |
|
static |
Definition at line 30 of file gv_java_init.c.
References len().
Referenced by gv_channel_writer_init().
| void gv_channel_writer_init | ( | GVC_t * | gvc | ) |
Definition at line 37 of file gv_java_init.c.
References gv_channel_writer(), gvc, and GVC_s::write_fn.
|
static |
Definition at line 19 of file gv_java_init.c.
References agxbput_n(), len(), and GVJ_s::output_file.
Referenced by gv_string_writer_init().
| void gv_string_writer_init | ( | GVC_t * | gvc | ) |
Definition at line 25 of file gv_java_init.c.
References gv_string_writer(), gvc, and GVC_s::write_fn.
| void gv_writer_reset | ( | GVC_t * | gvc | ) |
Definition at line 42 of file gv_java_init.c.
References gvc, NULL, and GVC_s::write_fn.