Graphviz
2.41.20171026.1811
|
#include "config.h"
#include <stdlib.h>
#include "builddate.h"
#include "types.h"
#include "gvplugin.h"
#include "gvcjob.h"
#include "gvcint.h"
#include "gvcproc.h"
#include "gvc.h"
Go to the source code of this file.
Macros | |
#define | ELEM(x) +1 |
Functions | |
void * | zmalloc (size_t) |
void | textfont_dict_close (GVC_t *gvc) |
void | emit_once_reset (void) |
GVC_t * | gvNEWcontext (const lt_symlist_t *builtins, int demand_loading) |
void | gvFinalize (GVC_t *gvc) |
int | gvFreeContext (GVC_t *gvc) |
GVC_t * | gvCloneGVC (GVC_t *gvc0) |
void | gvFreeCloneGVC (GVC_t *gvc) |
Variables | |
int | graphviz_errors |
#define ELEM | ( | x | ) | +1 |
void emit_once_reset | ( | void | ) |
Definition at line 113 of file gvcontext.c.
References GVC_s::api, GVC_s::apis, GVC_s::common, gvc, GVC_s::packages, and zmalloc().
void gvFinalize | ( | GVC_t * | gvc | ) |
Definition at line 65 of file gvcontext.c.
References GVC_s::active_jobs, and gvrender_end_job().
Referenced by main().
void gvFreeCloneGVC | ( | GVC_t * | gvc | ) |
Definition at line 125 of file gvcontext.c.
References gvjobs_delete().
Definition at line 72 of file gvcontext.c.
References agerrors(), APIS, GVC_s::apis, GVC_s::config_path, emit_once_reset(), graphviz_errors, GVC_s::gvgs, gvjobs_delete(), GVC_s::input_filenames, gvplugin_package_s::name, gvplugin_package_s::next, gvplugin_available_s::next, GVG_s::next, NULL, GVC_s::packages, gvplugin_package_s::path, and textfont_dict_close().
Referenced by main().
GVC_t* gvNEWcontext | ( | const lt_symlist_t * | builtins, |
int | demand_loading | ||
) |
Definition at line 52 of file gvcontext.c.
References agerrorf(), GVCOMMON_s::builtins, GVC_s::common, GVCOMMON_s::demand_loading, GVCOMMON_s::errorfn, gvc, GVCOMMON_s::info, and zmalloc().
Referenced by gvContext(), and gvContextPlugins().
void textfont_dict_close | ( | GVC_t * | gvc | ) |
Definition at line 286 of file textspan.c.
References dtclose(), and GVC_s::textfont_dt.
void* zmalloc | ( | size_t | ) |
Definition at line 20 of file memory.c.
References gmalloc().
Referenced by gvCloneGVC(), gvjobs_output_filename(), gvjobs_output_langname(), gvNEWargvlist(), gvNEWcontext(), and push_obj_state().
int graphviz_errors |
Definition at line 69 of file globals.h.
Referenced by gvFreeContext(), and gvNextInputGraph().