Graphviz 12.1.0~dev.20240716.0947
Loading...
Searching...
No Matches
gv_tcl_init.c File Reference
#include <tcl.h>
#include <gvc/gvc.h>
#include <gvc/gvplugin.h>
#include <gvc/gvcjob.h>
#include <gvc/gvcint.h>
#include <limits.h>
#include "gv_channel.h"
Include dependency graph for gv_tcl_init.c:

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)
 

Function Documentation

◆ gv_channel_writer()

static size_t gv_channel_writer ( GVJ_t job,
const char *  s,
size_t  len 
)
static

Definition at line 27 of file gv_tcl_init.c.

References len(), and GVJ_s::output_file.

Referenced by gv_channel_writer_init().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ gv_channel_writer_init()

void gv_channel_writer_init ( GVC_t gvc)

Definition at line 39 of file gv_tcl_init.c.

References gv_channel_writer(), gvc, and GVC_s::write_fn.

Referenced by renderchannel().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ gv_string_writer()

static size_t gv_string_writer ( GVJ_t job,
const char *  s,
size_t  len 
)
static

Definition at line 19 of file gv_tcl_init.c.

References len(), and GVJ_s::output_file.

Referenced by gv_string_writer_init().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ gv_string_writer_init()

void gv_string_writer_init ( GVC_t gvc)

Definition at line 34 of file gv_tcl_init.c.

References gv_string_writer(), gvc, and GVC_s::write_fn.

Referenced by renderresult(), and renderresult().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ gv_writer_reset()

void gv_writer_reset ( GVC_t gvc)

Definition at line 44 of file gv_tcl_init.c.

References gvc, NULL, and GVC_s::write_fn.

Referenced by renderchannel(), renderresult(), and renderresult().

Here is the caller graph for this function: