#include "types.h"
#include "graph.h"
#include "gvplugin.h"
#include "gvcjob.h"
#include "gvcint.h"
#include "gvcproc.h"
Include dependency graph for gvcontext.c:
Go to the source code of this file.
Functions | |
void * | zmalloc (size_t) |
void | emit_once_reset (void) |
GVC_t * | gvNEWcontext (char **info, char *user) |
int | gvFreeContext (GVC_t *gvc) |
Variables | |
int | graphviz_errors |
void emit_once_reset | ( | void | ) |
int gvFreeContext | ( | GVC_t * | gvc | ) |
Definition at line 57 of file gvcontext.c.
References GVC_s::active_jobs, agerrors(), GVC_s::config_path, emit_once_reset(), free(), graphviz_errors, GVC_s::gvgs, gvjobs_delete(), gvrender_end_job(), GVC_s::input_filenames, and GVG_s::next.
Referenced by main().
GVC_t* gvNEWcontext | ( | char ** | info, | |
char * | user | |||
) |
Definition at line 45 of file gvcontext.c.
References agerrorf(), GVC_s::common, GVCOMMON_s::errorfn, GVCOMMON_s::info, GVCOMMON_s::user, and zmalloc().
void* zmalloc | ( | size_t | ) |
Definition at line 25 of file memory.c.
References gmalloc().
Referenced by gvjobs_output_filename(), gvjobs_output_langname(), gvNEWargvlist(), gvNEWcontext(), gvNextInputGraph(), and push_obj_state().
int graphviz_errors |