Graphviz 13.0.0~dev.20241222.1117
|
#include <php.h>
#include <gvc/gvc.h>
#include <gvc/gvplugin.h>
#include <gvc/gvcjob.h>
#include <gvc/gvcint.h>
#include "gv_channel.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) |
static size_t | gv_channel_writer (GVJ_t *job, const char *s, size_t len) |
void | gv_string_writer_init (GVC_t *gvc) |
void | gv_channel_writer_init (GVC_t *gvc) |
void | gv_writer_reset (GVC_t *gvc) |
|
static |
Definition at line 30 of file gv_php_init.c.
References len().
Referenced by gv_channel_writer_init().
void gv_channel_writer_init | ( | GVC_t * | gvc | ) |
Definition at line 41 of file gv_php_init.c.
References gv_channel_writer(), gvc, and GVC_s::write_fn.
|
static |
Definition at line 24 of file gv_php_init.c.
References len().
Referenced by gv_string_writer_init().
void gv_string_writer_init | ( | GVC_t * | gvc | ) |
Definition at line 36 of file gv_php_init.c.
References gv_string_writer(), gvc, and GVC_s::write_fn.
void gv_writer_reset | ( | GVC_t * | gvc | ) |
Definition at line 46 of file gv_php_init.c.
References gvc, NULL, and GVC_s::write_fn.