Graphviz 13.0.0~dev.20241222.1117
Loading...
Searching...
No Matches
gv_php.cpp File Reference
#include "php.h"
#include <string.h>
#include "zend_inheritance.h"
#include "zend_exceptions.h"
#include <stdlib.h>
#include "php_ini.h"
#include "ext/standard/info.h"
#include "php_gv.h"
#include <gvc/gvc.h>
Include dependency graph for gv_php.cpp:

Go to the source code of this file.

Data Structures

struct  swig_type_info
 
struct  swig_cast_info
 
struct  swig_module_info
 
struct  swig_object_wrapper
 

Macros

#define SWIG_VERSION   0x040200
 
#define SWIGPHP
 
#define SWIGTEMPLATEDISAMBIGUATOR
 
#define SWIGINLINE
 
#define SWIGUNUSED
 
#define SWIGUNUSEDPARM(p)   p SWIGUNUSED
 
#define SWIGINTERN   static SWIGUNUSED
 
#define SWIGINTERNINLINE   SWIGINTERN SWIGINLINE
 
#define SWIGEXPORT
 
#define SWIGSTDCALL
 
#define SWIG_NULLPTR   NULL
 
#define SWIG_RUNTIME_VERSION   "4"
 
#define SWIG_TYPE_TABLE_NAME
 
#define SWIGRUNTIME   SWIGINTERN
 
#define SWIGRUNTIMEINLINE   SWIGRUNTIME SWIGINLINE
 
#define SWIG_BUFFER_SIZE   1024
 
#define SWIG_POINTER_DISOWN   0x1
 
#define SWIG_CAST_NEW_MEMORY   0x2
 
#define SWIG_POINTER_NO_NULL   0x4
 
#define SWIG_POINTER_CLEAR   0x8
 
#define SWIG_POINTER_RELEASE   (SWIG_POINTER_CLEAR | SWIG_POINTER_DISOWN)
 
#define SWIG_POINTER_OWN   0x1
 
#define SWIG_OK   (0)
 
#define SWIG_ERROR   (-1)
 
#define SWIG_ERROR_RELEASE_NOT_OWNED   (-200)
 
#define SWIG_IsOK(r)   (r >= 0)
 
#define SWIG_ArgError(r)   ((r != SWIG_ERROR) ? r : SWIG_TypeError)
 
#define SWIG_CASTRANKLIMIT   (1 << 8)
 
#define SWIG_NEWOBJMASK   (SWIG_CASTRANKLIMIT << 1)
 
#define SWIG_TMPOBJMASK   (SWIG_NEWOBJMASK << 1)
 
#define SWIG_BADOBJ   (SWIG_ERROR)
 
#define SWIG_OLDOBJ   (SWIG_OK)
 
#define SWIG_NEWOBJ   (SWIG_OK | SWIG_NEWOBJMASK)
 
#define SWIG_TMPOBJ   (SWIG_OK | SWIG_TMPOBJMASK)
 
#define SWIG_AddNewMask(r)   (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)
 
#define SWIG_DelNewMask(r)   (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)
 
#define SWIG_IsNewObj(r)   (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))
 
#define SWIG_AddTmpMask(r)   (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r)
 
#define SWIG_DelTmpMask(r)   (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r)
 
#define SWIG_IsTmpObj(r)   (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK))
 
#define SWIG_AddCast(r)   (r)
 
#define SWIG_CheckState(r)   (SWIG_IsOK(r) ? 1 : 0)
 
#define SWIG_snprintf(O, S, F, A)   sprintf(O,F,A)
 
#define SWIG_snprintf2(O, S, F, A, B)   sprintf(O,F,A,B)
 
#define SWIG_UnknownError   -1
 
#define SWIG_IOError   -2
 
#define SWIG_RuntimeError   -3
 
#define SWIG_IndexError   -4
 
#define SWIG_TypeError   -5
 
#define SWIG_DivisionByZero   -6
 
#define SWIG_OverflowError   -7
 
#define SWIG_SyntaxError   -8
 
#define SWIG_ValueError   -9
 
#define SWIG_SystemError   -10
 
#define SWIG_AttributeError   -11
 
#define SWIG_MemoryError   -12
 
#define SWIG_NullReferenceError   -13
 
#define swig_owntype   int
 
#define SWIG_BOOL_CONSTANT(N, V)   REGISTER_BOOL_CONSTANT(#N, V, CONST_CS | CONST_PERSISTENT)
 
#define SWIG_LONG_CONSTANT(N, V)   REGISTER_LONG_CONSTANT(#N, V, CONST_CS | CONST_PERSISTENT)
 
#define SWIG_DOUBLE_CONSTANT(N, V)   REGISTER_DOUBLE_CONSTANT(#N, V, CONST_CS | CONST_PERSISTENT)
 
#define SWIG_STRING_CONSTANT(N, V)   REGISTER_STRING_CONSTANT(#N, (char*)V, CONST_CS | CONST_PERSISTENT)
 
#define SWIG_CHAR_CONSTANT(N, V)
 
#define SWIG_fail   goto fail
 
#define SWIG_PHP_Arg_Error_Msg(argnum, extramsg)   "Error in argument " #argnum " "#extramsg
 
#define SWIG_PHP_Error(code, msg)   do { zend_throw_exception(NULL, msg, code); SWIG_fail; } while (0)
 
#define SWIG_contract_assert(expr, msg)    do { if (!(expr)) zend_printf("Contract Assert Failed %s\n", msg); } while (0)
 
#define SWIG_GetModule(clientdata)   SWIG_Php_GetModule()
 
#define SWIG_SetModule(clientdata, pointer)   SWIG_Php_SetModule(pointer, *(int*)clientdata)
 
#define SWIG_Z_FETCH_OBJ_P(zv)   swig_php_fetch_object(Z_OBJ_P(zv))
 
#define SWIG_as_voidptr(a)   const_cast< void * >(static_cast< const void * >(a))
 
#define SWIGTYPE_p_Agedge_t   swig_types[0]
 
#define SWIGTYPE_p_Agnode_t   swig_types[1]
 
#define SWIGTYPE_p_Agraph_t   swig_types[2]
 
#define SWIGTYPE_p_Agsym_t   swig_types[3]
 
#define SWIGTYPE_p_FILE   swig_types[4]
 
#define SWIG_TypeQuery(name)   SWIG_TypeQueryModule(&swig_module, &swig_module, name)
 
#define SWIG_MangledTypeQuery(name)   SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)
 
#define SWIG_name   "gv"
 
#define SWIG_PHP_INTERFACE_Iterator_CE   zend_ce_iterator
 
#define SWIG_PHP_INTERFACE_Iterator_HEADER   "zend_interfaces.h"
 
#define SWIG_PHP_INTERFACE_IteratorAggregate_CE   zend_ce_aggregate
 
#define SWIG_PHP_INTERFACE_IteratorAggregate_HEADER   "zend_interfaces.h"
 
#define SWIG_PHP_INTERFACE_ArrayAccess_CE   zend_ce_arrayaccess
 
#define SWIG_PHP_INTERFACE_ArrayAccess_HEADER   "zend_interfaces.h"
 
#define SWIG_PHP_INTERFACE_Serializable_CE   zend_ce_serializable
 
#define SWIG_PHP_INTERFACE_Serializable_HEADER   "zend_interfaces.h"
 
#define SWIG_PHP_INTERFACE_Countable_CE   zend_ce_countable
 
#define SWIG_PHP_INTERFACE_Countable_HEADER   "zend_interfaces.h"
 
#define SWIG_PHP_INTERFACE_OuterIterator_CE   spl_ce_OuterIterator
 
#define SWIG_PHP_INTERFACE_OuterIterator_HEADER   "ext/spl/spl_iterators.h"
 
#define SWIG_PHP_INTERFACE_RecursiveIterator_CE   spl_ce_RecursiveIterator
 
#define SWIG_PHP_INTERFACE_RecursiveIterator_HEADER   "ext/spl/spl_iterators.h"
 
#define SWIG_PHP_INTERFACE_SeekableIterator_CE   spl_ce_SeekableIterator
 
#define SWIG_PHP_INTERFACE_SeekableIterator_HEADER   "ext/spl/spl_iterators.h"
 
#define SWIG_PHP_INTERFACE_SplObserver_CE   spl_ce_SplObserver
 
#define SWIG_PHP_INTERFACE_SplObserver_HEADER   "ext/spl/spl_observer.h"
 
#define SWIG_PHP_INTERFACE_SplSubject_CE   spl_ce_SplSubject
 
#define SWIG_PHP_INTERFACE_SplSubject_HEADER   "ext/spl/spl_observer.h"
 
#define SWIG_PHP_INTERFACE_DateTimeInterface_CE   php_date_get_interface_ce()
 
#define SWIG_PHP_INTERFACE_DateTimeInterface_HEADER   "ext/date/php_date.h"
 
#define SWIG_PHP_INTERFACE_JsonSerializable_CE   php_json_serializable_ce
 
#define SWIG_PHP_INTERFACE_JsonSerializable_HEADER   "ext/json/php_json.h"
 
#define SWIG_PHP_INTERFACE_Stringable_CE   zend_ce_stringable
 
#define SWIG_PHP_INTERFACE_Stringable_HEADER   "zend_interfaces.h"
 
#define swig_arginfo_firstin   swig_arginfo_firstedge
 
#define swig_arginfo_firstout   swig_arginfo_firstedge
 
#define swig_arginfo_firstsupg   swig_arginfo_firstsubg
 
#define swig_arginfo_firsttail   swig_arginfo_firsthead
 
#define swig_arginfo_nextin   swig_arginfo_nextedge
 
#define swig_arginfo_nextout   swig_arginfo_nextedge
 
#define swig_arginfo_nextsupg   swig_arginfo_nextsubg
 
#define swig_arginfo_nexttail   swig_arginfo_nexthead
 
#define swig_arginfo_node   swig_arginfo_findnode
 
#define swig_arginfo_readstring   swig_arginfo_digraph
 
#define swig_arginfo_rootof   swig_arginfo_firstsubg
 
#define swig_arginfo_strictdigraph   swig_arginfo_digraph
 
#define swig_arginfo_strictgraph   swig_arginfo_digraph
 
#define swig_arginfo_tailof   swig_arginfo_headof
 
#define SWIG_php_minit   PHP_MINIT_FUNCTION(gv)
 
#define SWIG_INIT_CLIENT_DATA_TYPE   void *
 

Typedefs

typedef void *(* swig_converter_func) (void *, int *)
 
typedef struct swig_type_info *(* swig_dycast_func) (void **)
 
typedef struct swig_type_info swig_type_info
 
typedef struct swig_cast_info swig_cast_info
 
typedef struct swig_module_info swig_module_info
 

Functions

SWIGRUNTIME int SWIG_TypeNameComp (const char *f1, const char *l1, const char *f2, const char *l2)
 
SWIGRUNTIME int SWIG_TypeCmp (const char *nb, const char *tb)
 
SWIGRUNTIME int SWIG_TypeEquiv (const char *nb, const char *tb)
 
SWIGRUNTIME swig_cast_infoSWIG_TypeCheck (const char *c, swig_type_info *ty)
 
SWIGRUNTIME swig_cast_infoSWIG_TypeCheckStruct (const swig_type_info *from, swig_type_info *ty)
 
SWIGRUNTIMEINLINE void * SWIG_TypeCast (swig_cast_info *ty, void *ptr, int *newmemory)
 
SWIGRUNTIME swig_type_infoSWIG_TypeDynamicCast (swig_type_info *ty, void **ptr)
 
SWIGRUNTIMEINLINE const char * SWIG_TypeName (const swig_type_info *ty)
 
SWIGRUNTIME const char * SWIG_TypePrettyName (const swig_type_info *type)
 
SWIGRUNTIME void SWIG_TypeClientData (swig_type_info *ti, void *clientdata)
 
SWIGRUNTIME void SWIG_TypeNewClientData (swig_type_info *ti, void *clientdata)
 
SWIGRUNTIME swig_type_infoSWIG_MangledTypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name)
 
SWIGRUNTIME swig_type_infoSWIG_TypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name)
 
SWIGRUNTIME char * SWIG_PackData (char *c, void *ptr, size_t sz)
 
SWIGRUNTIME const char * SWIG_UnpackData (const char *c, void *ptr, size_t sz)
 
SWIGRUNTIME char * SWIG_PackVoidPtr (char *buff, void *ptr, const char *name, size_t bsz)
 
SWIGRUNTIME const char * SWIG_UnpackVoidPtr (const char *c, void **ptr, const char *name)
 
SWIGRUNTIME char * SWIG_PackDataName (char *buff, void *ptr, size_t sz, const char *name, size_t bsz)
 
SWIGRUNTIME const char * SWIG_UnpackDataName (const char *c, void *ptr, size_t sz, const char *name)
 
static swig_object_wrapperswig_php_fetch_object (zend_object *obj)
 
static void SWIG_SetPointerZval (zval *z, void *ptr, swig_type_info *type, int newobject)
 
static int SWIG_ConvertPtrAndOwn (zval *z, void **ptr, swig_type_info *ty, int flags, swig_owntype *own)
 
static int SWIG_ConvertPtr (zval *z, void **ptr, swig_type_info *ty, int flags)
 
static swig_module_infoSWIG_Php_GetModule (void)
 
static void SWIG_Php_SetModule (swig_module_info *pointer, int module_number)
 
static zend_object * SWIG_Php_do_create_object (zend_class_entry *ce, zend_object_handlers *handlers)
 
static void * SWIG_Php_free_obj (zend_object *object)
 
Agraph_tgraph (char *name)
 
Agraph_tdigraph (char *name)
 
Agraph_tstrictgraph (char *name)
 
Agraph_tstrictdigraph (char *name)
 
Agraph_treadstring (char *string)
 
Agraph_tread (const char *filename)
 
Agraph_tread (FILE *f)
 
Agraph_tgraph (Agraph_t *g, char *name)
 
Agnode_tnode (Agraph_t *g, char *name)
 
Agedge_tedge (Agnode_t *t, Agnode_t *h)
 
Agedge_tedge (Agnode_t *t, char *hname)
 
Agedge_tedge (char *tname, Agnode_t *h)
 
Agedge_tedge (Agraph_t *g, char *tname, char *hname)
 
char * setv (Agraph_t *g, char *attr, char *val)
 
char * setv (Agnode_t *n, char *attr, char *val)
 
char * setv (Agedge_t *e, char *attr, char *val)
 
char * setv (Agraph_t *g, Agsym_t *a, char *val)
 
char * setv (Agnode_t *n, Agsym_t *a, char *val)
 
char * setv (Agedge_t *e, Agsym_t *a, char *val)
 
char * getv (Agraph_t *g, char *attr)
 
char * getv (Agnode_t *n, char *attr)
 
char * getv (Agedge_t *e, char *attr)
 
char * getv (Agraph_t *g, Agsym_t *a)
 
char * getv (Agnode_t *n, Agsym_t *a)
 
char * getv (Agedge_t *e, Agsym_t *a)
 
char * nameof (Agraph_t *g)
 
char * nameof (Agnode_t *n)
 
char * nameof (Agsym_t *a)
 
Agraph_tfindsubg (Agraph_t *g, char *name)
 
Agnode_tfindnode (Agraph_t *g, char *name)
 
Agedge_tfindedge (Agnode_t *t, Agnode_t *h)
 
Agsym_tfindattr (Agraph_t *g, char *name)
 
Agsym_tfindattr (Agnode_t *n, char *name)
 
Agsym_tfindattr (Agedge_t *e, char *name)
 
Agnode_theadof (Agedge_t *e)
 
Agnode_ttailof (Agedge_t *e)
 
Agraph_tgraphof (Agraph_t *g)
 
Agraph_tgraphof (Agedge_t *e)
 
Agraph_tgraphof (Agnode_t *n)
 
Agraph_trootof (Agraph_t *g)
 
Agnode_tprotonode (Agraph_t *g)
 
Agedge_tprotoedge (Agraph_t *g)
 
bool ok (Agraph_t *g)
 
bool ok (Agnode_t *n)
 
bool ok (Agedge_t *e)
 
bool ok (Agsym_t *a)
 
Agraph_tfirstsubg (Agraph_t *g)
 
Agraph_tnextsubg (Agraph_t *g, Agraph_t *sg)
 
Agraph_tfirstsupg (Agraph_t *g)
 
Agraph_tnextsupg (Agraph_t *g, Agraph_t *sg)
 
Agedge_tfirstedge (Agraph_t *g)
 
Agedge_tnextedge (Agraph_t *g, Agedge_t *e)
 
Agedge_tfirstout (Agraph_t *g)
 
Agedge_tnextout (Agraph_t *g, Agedge_t *e)
 
Agedge_tfirstedge (Agnode_t *n)
 
Agedge_tnextedge (Agnode_t *n, Agedge_t *e)
 
Agedge_tfirstout (Agnode_t *n)
 
Agedge_tnextout (Agnode_t *n, Agedge_t *e)
 
Agnode_tfirsthead (Agnode_t *n)
 
Agnode_tnexthead (Agnode_t *n, Agnode_t *h)
 
Agedge_tfirstin (Agraph_t *g)
 
Agedge_tnextin (Agnode_t *n, Agedge_t *e)
 
Agedge_tfirstin (Agnode_t *n)
 
Agedge_tnextin (Agraph_t *g, Agedge_t *e)
 
Agnode_tfirsttail (Agnode_t *n)
 
Agnode_tnexttail (Agnode_t *n, Agnode_t *t)
 
Agnode_tfirstnode (Agraph_t *g)
 
Agnode_tnextnode (Agraph_t *g, Agnode_t *n)
 
Agnode_tfirstnode (Agedge_t *e)
 
Agnode_tnextnode (Agedge_t *e, Agnode_t *n)
 
Agsym_tfirstattr (Agraph_t *g)
 
Agsym_tnextattr (Agraph_t *g, Agsym_t *a)
 
Agsym_tfirstattr (Agedge_t *e)
 
Agsym_tnextattr (Agedge_t *e, Agsym_t *a)
 
Agsym_tfirstattr (Agnode_t *n)
 
Agsym_tnextattr (Agnode_t *n, Agsym_t *a)
 
bool rm (Agraph_t *g)
 
bool rm (Agnode_t *n)
 
bool rm (Agedge_t *e)
 
bool layout (Agraph_t *g, const char *engine)
 
bool render (Agraph_t *g)
 
bool render (Agraph_t *g, const char *format)
 
bool render (Agraph_t *g, const char *format, FILE *fout)
 
bool render (Agraph_t *g, const char *format, const char *filename)
 
void renderresult (Agraph_t *g, const char *format, char *outdata)
 
bool renderchannel (Agraph_t *g, const char *format, const char *channelname)
 
char * renderdata (Agraph_t *g, const char *format)
 
bool write (Agraph_t *g, const char *filename)
 
bool write (Agraph_t *g, FILE *f)
 
bool tred (Agraph_t *g)
 
static ZEND_NAMED_FUNCTION (_wrap_graph__SWIG_0)
 
static PHP_METHOD (gv, digraph)
 
static PHP_FUNCTION (digraph)
 
static PHP_METHOD (gv, strictgraph)
 
static PHP_FUNCTION (strictgraph)
 
static PHP_METHOD (gv, strictdigraph)
 
static PHP_FUNCTION (strictdigraph)
 
static PHP_METHOD (gv, readstring)
 
static PHP_FUNCTION (readstring)
 
static ZEND_NAMED_FUNCTION (_wrap_read__SWIG_0)
 
static ZEND_NAMED_FUNCTION (_wrap_read__SWIG_1)
 
static ZEND_NAMED_FUNCTION (_wrap_read)
 
static ZEND_NAMED_FUNCTION (_wrap_graph__SWIG_1)
 
static ZEND_NAMED_FUNCTION (_wrap_graph)
 
static PHP_METHOD (gv, node)
 
static PHP_FUNCTION (node)
 
static ZEND_NAMED_FUNCTION (_wrap_edge__SWIG_0)
 
static ZEND_NAMED_FUNCTION (_wrap_edge__SWIG_1)
 
static ZEND_NAMED_FUNCTION (_wrap_edge__SWIG_2)
 
static ZEND_NAMED_FUNCTION (_wrap_edge__SWIG_3)
 
static ZEND_NAMED_FUNCTION (_wrap_edge)
 
static ZEND_NAMED_FUNCTION (_wrap_setv__SWIG_0)
 
static ZEND_NAMED_FUNCTION (_wrap_setv__SWIG_1)
 
static ZEND_NAMED_FUNCTION (_wrap_setv__SWIG_2)
 
static ZEND_NAMED_FUNCTION (_wrap_setv__SWIG_3)
 
static ZEND_NAMED_FUNCTION (_wrap_setv__SWIG_4)
 
static ZEND_NAMED_FUNCTION (_wrap_setv__SWIG_5)
 
static ZEND_NAMED_FUNCTION (_wrap_setv)
 
static ZEND_NAMED_FUNCTION (_wrap_getv__SWIG_0)
 
static ZEND_NAMED_FUNCTION (_wrap_getv__SWIG_1)
 
static ZEND_NAMED_FUNCTION (_wrap_getv__SWIG_2)
 
static ZEND_NAMED_FUNCTION (_wrap_getv__SWIG_3)
 
static ZEND_NAMED_FUNCTION (_wrap_getv__SWIG_4)
 
static ZEND_NAMED_FUNCTION (_wrap_getv__SWIG_5)
 
static ZEND_NAMED_FUNCTION (_wrap_getv)
 
static ZEND_NAMED_FUNCTION (_wrap_nameof__SWIG_0)
 
static ZEND_NAMED_FUNCTION (_wrap_nameof__SWIG_1)
 
static ZEND_NAMED_FUNCTION (_wrap_nameof__SWIG_2)
 
static ZEND_NAMED_FUNCTION (_wrap_nameof)
 
static PHP_METHOD (gv, findsubg)
 
static PHP_FUNCTION (findsubg)
 
static PHP_METHOD (gv, findnode)
 
static PHP_FUNCTION (findnode)
 
static PHP_METHOD (gv, findedge)
 
static PHP_FUNCTION (findedge)
 
static ZEND_NAMED_FUNCTION (_wrap_findattr__SWIG_0)
 
static ZEND_NAMED_FUNCTION (_wrap_findattr__SWIG_1)
 
static ZEND_NAMED_FUNCTION (_wrap_findattr__SWIG_2)
 
static ZEND_NAMED_FUNCTION (_wrap_findattr)
 
static PHP_METHOD (gv, headof)
 
static PHP_FUNCTION (headof)
 
static PHP_METHOD (gv, tailof)
 
static PHP_FUNCTION (tailof)
 
static ZEND_NAMED_FUNCTION (_wrap_graphof__SWIG_0)
 
static ZEND_NAMED_FUNCTION (_wrap_graphof__SWIG_1)
 
static ZEND_NAMED_FUNCTION (_wrap_graphof__SWIG_2)
 
static ZEND_NAMED_FUNCTION (_wrap_graphof)
 
static PHP_METHOD (gv, rootof)
 
static PHP_FUNCTION (rootof)
 
static PHP_METHOD (gv, protonode)
 
static PHP_FUNCTION (protonode)
 
static PHP_METHOD (gv, protoedge)
 
static PHP_FUNCTION (protoedge)
 
static ZEND_NAMED_FUNCTION (_wrap_ok__SWIG_0)
 
static ZEND_NAMED_FUNCTION (_wrap_ok__SWIG_1)
 
static ZEND_NAMED_FUNCTION (_wrap_ok__SWIG_2)
 
static ZEND_NAMED_FUNCTION (_wrap_ok__SWIG_3)
 
static ZEND_NAMED_FUNCTION (_wrap_ok)
 
static PHP_METHOD (gv, firstsubg)
 
static PHP_FUNCTION (firstsubg)
 
static PHP_METHOD (gv, nextsubg)
 
static PHP_FUNCTION (nextsubg)
 
static PHP_METHOD (gv, firstsupg)
 
static PHP_FUNCTION (firstsupg)
 
static PHP_METHOD (gv, nextsupg)
 
static PHP_FUNCTION (nextsupg)
 
static ZEND_NAMED_FUNCTION (_wrap_firstedge__SWIG_0)
 
static ZEND_NAMED_FUNCTION (_wrap_nextedge__SWIG_0)
 
static ZEND_NAMED_FUNCTION (_wrap_firstout__SWIG_0)
 
static ZEND_NAMED_FUNCTION (_wrap_nextout__SWIG_0)
 
static ZEND_NAMED_FUNCTION (_wrap_firstedge__SWIG_1)
 
static ZEND_NAMED_FUNCTION (_wrap_firstedge)
 
static ZEND_NAMED_FUNCTION (_wrap_nextedge__SWIG_1)
 
static ZEND_NAMED_FUNCTION (_wrap_nextedge)
 
static ZEND_NAMED_FUNCTION (_wrap_firstout__SWIG_1)
 
static ZEND_NAMED_FUNCTION (_wrap_firstout)
 
static ZEND_NAMED_FUNCTION (_wrap_nextout__SWIG_1)
 
static ZEND_NAMED_FUNCTION (_wrap_nextout)
 
static PHP_METHOD (gv, firsthead)
 
static PHP_FUNCTION (firsthead)
 
static PHP_METHOD (gv, nexthead)
 
static PHP_FUNCTION (nexthead)
 
static ZEND_NAMED_FUNCTION (_wrap_firstin__SWIG_0)
 
static ZEND_NAMED_FUNCTION (_wrap_nextin__SWIG_0)
 
static ZEND_NAMED_FUNCTION (_wrap_firstin__SWIG_1)
 
static ZEND_NAMED_FUNCTION (_wrap_firstin)
 
static ZEND_NAMED_FUNCTION (_wrap_nextin__SWIG_1)
 
static ZEND_NAMED_FUNCTION (_wrap_nextin)
 
static PHP_METHOD (gv, firsttail)
 
static PHP_FUNCTION (firsttail)
 
static PHP_METHOD (gv, nexttail)
 
static PHP_FUNCTION (nexttail)
 
static ZEND_NAMED_FUNCTION (_wrap_firstnode__SWIG_0)
 
static ZEND_NAMED_FUNCTION (_wrap_nextnode__SWIG_0)
 
static ZEND_NAMED_FUNCTION (_wrap_firstnode__SWIG_1)
 
static ZEND_NAMED_FUNCTION (_wrap_firstnode)
 
static ZEND_NAMED_FUNCTION (_wrap_nextnode__SWIG_1)
 
static ZEND_NAMED_FUNCTION (_wrap_nextnode)
 
static ZEND_NAMED_FUNCTION (_wrap_firstattr__SWIG_0)
 
static ZEND_NAMED_FUNCTION (_wrap_nextattr__SWIG_0)
 
static ZEND_NAMED_FUNCTION (_wrap_firstattr__SWIG_1)
 
static ZEND_NAMED_FUNCTION (_wrap_nextattr__SWIG_1)
 
static ZEND_NAMED_FUNCTION (_wrap_firstattr__SWIG_2)
 
static ZEND_NAMED_FUNCTION (_wrap_firstattr)
 
static ZEND_NAMED_FUNCTION (_wrap_nextattr__SWIG_2)
 
static ZEND_NAMED_FUNCTION (_wrap_nextattr)
 
static ZEND_NAMED_FUNCTION (_wrap_rm__SWIG_0)
 
static ZEND_NAMED_FUNCTION (_wrap_rm__SWIG_1)
 
static ZEND_NAMED_FUNCTION (_wrap_rm__SWIG_2)
 
static ZEND_NAMED_FUNCTION (_wrap_rm)
 
static PHP_METHOD (gv, layout)
 
static PHP_FUNCTION (layout)
 
static ZEND_NAMED_FUNCTION (_wrap_render__SWIG_0)
 
static ZEND_NAMED_FUNCTION (_wrap_render__SWIG_1)
 
static ZEND_NAMED_FUNCTION (_wrap_render__SWIG_2)
 
static ZEND_NAMED_FUNCTION (_wrap_render__SWIG_3)
 
static ZEND_NAMED_FUNCTION (_wrap_render)
 
static PHP_METHOD (gv, renderresult)
 
static PHP_FUNCTION (renderresult)
 
static PHP_METHOD (gv, renderchannel)
 
static PHP_FUNCTION (renderchannel)
 
static PHP_METHOD (gv, renderdata)
 
static PHP_FUNCTION (renderdata)
 
static ZEND_NAMED_FUNCTION (_wrap_write__SWIG_0)
 
static ZEND_NAMED_FUNCTION (_wrap_write__SWIG_1)
 
static ZEND_NAMED_FUNCTION (_wrap_write)
 
static PHP_METHOD (gv, tred)
 
static PHP_FUNCTION (tred)
 
static zend_object * swig_ptr_object_new (zend_class_entry *ce)
 
static int swig_ptr_cast_object (zend_object *zobj, zval *retval, int type)
 
SWIGEXPORT zend_module_entry * get_module (void)
 
SWIGRUNTIME void SWIG_InitializeModule (SWIG_INIT_CLIENT_DATA_TYPE clientdata)
 
SWIGRUNTIME void SWIG_PropagateClientData (void)
 
 SWIG_InitializeModule ((void *)&module_number)
 
 INIT_CLASS_ENTRY (internal_ce, "gv", class_gv_functions)
 
 INIT_CLASS_ENTRY (SWIG_Php_swig_wrapped_interface_ce, "SWIG\\wrapped", NULL)
 
 INIT_CLASS_ENTRY (internal_ce, "SWIG\\_p_Agnode_t", NULL)
 
 zend_do_implement_interface (SWIG_Php_ce__p_Agnode_t, &SWIG_Php_swig_wrapped_interface_ce)
 
 SWIG_TypeClientData (SWIGTYPE_p_Agnode_t, SWIG_Php_ce__p_Agnode_t)
 
 INIT_CLASS_ENTRY (internal_ce, "SWIG\\_p_Agsym_t", NULL)
 
 zend_do_implement_interface (SWIG_Php_ce__p_Agsym_t, &SWIG_Php_swig_wrapped_interface_ce)
 
 SWIG_TypeClientData (SWIGTYPE_p_Agsym_t, SWIG_Php_ce__p_Agsym_t)
 
 INIT_CLASS_ENTRY (internal_ce, "SWIG\\_p_Agraph_t", NULL)
 
 zend_do_implement_interface (SWIG_Php_ce__p_Agraph_t, &SWIG_Php_swig_wrapped_interface_ce)
 
 SWIG_TypeClientData (SWIGTYPE_p_Agraph_t, SWIG_Php_ce__p_Agraph_t)
 
 INIT_CLASS_ENTRY (internal_ce, "SWIG\\_p_FILE", NULL)
 
 zend_do_implement_interface (SWIG_Php_ce__p_FILE, &SWIG_Php_swig_wrapped_interface_ce)
 
 SWIG_TypeClientData (SWIGTYPE_p_FILE, SWIG_Php_ce__p_FILE)
 
 INIT_CLASS_ENTRY (internal_ce, "SWIG\\_p_Agedge_t", NULL)
 
 zend_do_implement_interface (SWIG_Php_ce__p_Agedge_t, &SWIG_Php_swig_wrapped_interface_ce)
 
 SWIG_TypeClientData (SWIGTYPE_p_Agedge_t, SWIG_Php_ce__p_Agedge_t)
 

Variables

static const char * default_error_msg = "Unknown error occurred"
 
static int default_error_code = E_ERROR
 
static zend_class_entry SWIG_Php_swig_wrapped_interface_ce
 
static const char const_name [] = "swig_runtime_data_type_pointer"
 
static swig_type_infoswig_types [6]
 
static swig_module_info swig_module = {swig_types, 5, 0, 0, 0, 0}
 
static zend_class_entry * SWIG_Php_ce_gv = zend_register_internal_class(&internal_ce)
 
static zend_class_entry * SWIG_Php_ce__p_Agnode_t = zend_register_internal_class(&internal_ce)
 
static zend_class_entry * SWIG_Php_ce__p_Agsym_t = zend_register_internal_class(&internal_ce)
 
static zend_class_entry * SWIG_Php_ce__p_Agraph_t = zend_register_internal_class(&internal_ce)
 
static zend_class_entry * SWIG_Php_ce__p_FILE = zend_register_internal_class(&internal_ce)
 
static zend_class_entry * SWIG_Php_ce__p_Agedge_t = zend_register_internal_class(&internal_ce)
 
static swig_type_info _swigt__p_Agedge_t = {"_p_Agedge_t", "Agedge_t *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_Agnode_t = {"_p_Agnode_t", "Agnode_t *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_Agraph_t = {"_p_Agraph_t", "Agraph_t *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_Agsym_t = {"_p_Agsym_t", "Agsym_t *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_FILE = {"_p_FILE", "FILE *", 0, 0, (void*)0, 0}
 
static swig_type_infoswig_type_initial []
 
static swig_cast_info _swigc__p_Agedge_t [] = { {&_swigt__p_Agedge_t, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_Agnode_t [] = { {&_swigt__p_Agnode_t, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_Agraph_t [] = { {&_swigt__p_Agraph_t, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_Agsym_t [] = { {&_swigt__p_Agsym_t, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_FILE [] = { {&_swigt__p_FILE, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_infoswig_cast_initial []
 
static zend_object_handlers swig_ptr_object_handlers = *zend_get_std_object_handlers()
 
static const zend_function_entry module_gv_functions []
 
static const zend_function_entry class_gv_functions []
 
zend_module_entry gv_module_entry
 
 SWIG_php_minit
 
swig_ptr_object_handlers offset = XtOffsetOf(swig_object_wrapper, std)
 
swig_ptr_object_handlers cast_object = swig_ptr_cast_object
 
SWIG_Php_ce__p_Agnode_t create_object = swig_ptr_object_new
 
return SUCCESS
 

Macro Definition Documentation

◆ SWIG_AddCast

#define SWIG_AddCast (   r)    (r)

Definition at line 335 of file gv_php.cpp.

◆ SWIG_AddNewMask

#define SWIG_AddNewMask (   r)    (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)

Definition at line 311 of file gv_php.cpp.

◆ SWIG_AddTmpMask

#define SWIG_AddTmpMask (   r)    (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r)

Definition at line 314 of file gv_php.cpp.

◆ SWIG_ArgError

#define SWIG_ArgError (   r)    ((r != SWIG_ERROR) ? r : SWIG_TypeError)

Definition at line 297 of file gv_php.cpp.

◆ swig_arginfo_firstin

#define swig_arginfo_firstin   swig_arginfo_firstedge

Definition at line 5415 of file gv_php.cpp.

◆ swig_arginfo_firstout

#define swig_arginfo_firstout   swig_arginfo_firstedge

Definition at line 5419 of file gv_php.cpp.

◆ swig_arginfo_firstsupg

#define swig_arginfo_firstsupg   swig_arginfo_firstsubg

Definition at line 5423 of file gv_php.cpp.

◆ swig_arginfo_firsttail

#define swig_arginfo_firsttail   swig_arginfo_firsthead

Definition at line 5424 of file gv_php.cpp.

◆ swig_arginfo_nextin

#define swig_arginfo_nextin   swig_arginfo_nextedge

Definition at line 5458 of file gv_php.cpp.

◆ swig_arginfo_nextout

#define swig_arginfo_nextout   swig_arginfo_nextedge

Definition at line 5463 of file gv_php.cpp.

◆ swig_arginfo_nextsupg

#define swig_arginfo_nextsupg   swig_arginfo_nextsubg

Definition at line 5468 of file gv_php.cpp.

◆ swig_arginfo_nexttail

#define swig_arginfo_nexttail   swig_arginfo_nexthead

Definition at line 5469 of file gv_php.cpp.

◆ swig_arginfo_node

#define swig_arginfo_node   swig_arginfo_findnode

Definition at line 5470 of file gv_php.cpp.

◆ swig_arginfo_readstring

#define swig_arginfo_readstring   swig_arginfo_digraph

Definition at line 5483 of file gv_php.cpp.

◆ swig_arginfo_rootof

#define swig_arginfo_rootof   swig_arginfo_firstsubg

Definition at line 5506 of file gv_php.cpp.

◆ swig_arginfo_strictdigraph

#define swig_arginfo_strictdigraph   swig_arginfo_digraph

Definition at line 5512 of file gv_php.cpp.

◆ swig_arginfo_strictgraph

#define swig_arginfo_strictgraph   swig_arginfo_digraph

Definition at line 5513 of file gv_php.cpp.

◆ swig_arginfo_tailof

#define swig_arginfo_tailof   swig_arginfo_headof

Definition at line 5514 of file gv_php.cpp.

◆ SWIG_as_voidptr

#define SWIG_as_voidptr (   a)    const_cast< void * >(static_cast< const void * >(a))

Definition at line 840 of file gv_php.cpp.

◆ SWIG_AttributeError

#define SWIG_AttributeError   -11

Definition at line 766 of file gv_php.cpp.

◆ SWIG_BADOBJ

#define SWIG_BADOBJ   (SWIG_ERROR)

Definition at line 306 of file gv_php.cpp.

◆ SWIG_BOOL_CONSTANT

#define SWIG_BOOL_CONSTANT (   N,
  V 
)    REGISTER_BOOL_CONSTANT(#N, V, CONST_CS | CONST_PERSISTENT)

Definition at line 793 of file gv_php.cpp.

◆ SWIG_BUFFER_SIZE

#define SWIG_BUFFER_SIZE   1024

Definition at line 195 of file gv_php.cpp.

◆ SWIG_CAST_NEW_MEMORY

#define SWIG_CAST_NEW_MEMORY   0x2

Definition at line 200 of file gv_php.cpp.

◆ SWIG_CASTRANKLIMIT

#define SWIG_CASTRANKLIMIT   (1 << 8)

Definition at line 300 of file gv_php.cpp.

◆ SWIG_CHAR_CONSTANT

#define SWIG_CHAR_CONSTANT (   N,
  V 
)
Value:
do {\
char swig_char = (V);\
REGISTER_STRINGL_CONSTANT(#N, &swig_char, 1, CONST_CS | CONST_PERSISTENT);\
} while (0)
#define N(n)
Definition bcomps.c:58
#define V
Definition gdefs.h:5

Definition at line 797 of file gv_php.cpp.

◆ SWIG_CheckState

#define SWIG_CheckState (   r)    (SWIG_IsOK(r) ? 1 : 0)

Definition at line 336 of file gv_php.cpp.

◆ SWIG_contract_assert

#define SWIG_contract_assert (   expr,
  msg 
)     do { if (!(expr)) zend_printf("Contract Assert Failed %s\n", msg); } while (0)

Definition at line 815 of file gv_php.cpp.

◆ SWIG_DelNewMask

#define SWIG_DelNewMask (   r)    (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)

Definition at line 312 of file gv_php.cpp.

◆ SWIG_DelTmpMask

#define SWIG_DelTmpMask (   r)    (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r)

Definition at line 315 of file gv_php.cpp.

◆ SWIG_DivisionByZero

#define SWIG_DivisionByZero   -6

Definition at line 761 of file gv_php.cpp.

◆ SWIG_DOUBLE_CONSTANT

#define SWIG_DOUBLE_CONSTANT (   N,
  V 
)    REGISTER_DOUBLE_CONSTANT(#N, V, CONST_CS | CONST_PERSISTENT)

Definition at line 795 of file gv_php.cpp.

◆ SWIG_ERROR

#define SWIG_ERROR   (-1)

Definition at line 290 of file gv_php.cpp.

◆ SWIG_ERROR_RELEASE_NOT_OWNED

#define SWIG_ERROR_RELEASE_NOT_OWNED   (-200)

Definition at line 294 of file gv_php.cpp.

◆ SWIG_fail

#define SWIG_fail   goto fail

Definition at line 806 of file gv_php.cpp.

◆ SWIG_GetModule

#define SWIG_GetModule (   clientdata)    SWIG_Php_GetModule()

Definition at line 819 of file gv_php.cpp.

◆ SWIG_IndexError

#define SWIG_IndexError   -4

Definition at line 759 of file gv_php.cpp.

◆ SWIG_INIT_CLIENT_DATA_TYPE

#define SWIG_INIT_CLIENT_DATA_TYPE   void *

Definition at line 5710 of file gv_php.cpp.

◆ SWIG_IOError

#define SWIG_IOError   -2

Definition at line 757 of file gv_php.cpp.

◆ SWIG_IsNewObj

#define SWIG_IsNewObj (   r)    (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))

Definition at line 313 of file gv_php.cpp.

◆ SWIG_IsOK

#define SWIG_IsOK (   r)    (r >= 0)

Definition at line 296 of file gv_php.cpp.

◆ SWIG_IsTmpObj

#define SWIG_IsTmpObj (   r)    (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK))

Definition at line 316 of file gv_php.cpp.

◆ SWIG_LONG_CONSTANT

#define SWIG_LONG_CONSTANT (   N,
  V 
)    REGISTER_LONG_CONSTANT(#N, V, CONST_CS | CONST_PERSISTENT)

Definition at line 794 of file gv_php.cpp.

◆ SWIG_MangledTypeQuery

#define SWIG_MangledTypeQuery (   name)    SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)

Definition at line 992 of file gv_php.cpp.

◆ SWIG_MemoryError

#define SWIG_MemoryError   -12

Definition at line 767 of file gv_php.cpp.

◆ SWIG_name

#define SWIG_name   "gv"

Definition at line 997 of file gv_php.cpp.

◆ SWIG_NEWOBJ

#define SWIG_NEWOBJ   (SWIG_OK | SWIG_NEWOBJMASK)

Definition at line 308 of file gv_php.cpp.

◆ SWIG_NEWOBJMASK

#define SWIG_NEWOBJMASK   (SWIG_CASTRANKLIMIT << 1)

Definition at line 302 of file gv_php.cpp.

◆ SWIG_NULLPTR

#define SWIG_NULLPTR   NULL

Definition at line 153 of file gv_php.cpp.

◆ SWIG_NullReferenceError

#define SWIG_NullReferenceError   -13

Definition at line 768 of file gv_php.cpp.

◆ SWIG_OK

#define SWIG_OK   (0)

Definition at line 288 of file gv_php.cpp.

◆ SWIG_OLDOBJ

#define SWIG_OLDOBJ   (SWIG_OK)

Definition at line 307 of file gv_php.cpp.

◆ SWIG_OverflowError

#define SWIG_OverflowError   -7

Definition at line 762 of file gv_php.cpp.

◆ swig_owntype

#define swig_owntype   int

Definition at line 777 of file gv_php.cpp.

◆ SWIG_PHP_Arg_Error_Msg

#define SWIG_PHP_Arg_Error_Msg (   argnum,
  extramsg 
)    "Error in argument " #argnum " "#extramsg

Definition at line 811 of file gv_php.cpp.

◆ SWIG_PHP_Error

#define SWIG_PHP_Error (   code,
  msg 
)    do { zend_throw_exception(NULL, msg, code); SWIG_fail; } while (0)

Definition at line 813 of file gv_php.cpp.

◆ SWIG_PHP_INTERFACE_ArrayAccess_CE

#define SWIG_PHP_INTERFACE_ArrayAccess_CE   zend_ce_arrayaccess

Definition at line 1064 of file gv_php.cpp.

◆ SWIG_PHP_INTERFACE_ArrayAccess_HEADER

#define SWIG_PHP_INTERFACE_ArrayAccess_HEADER   "zend_interfaces.h"

Definition at line 1065 of file gv_php.cpp.

◆ SWIG_PHP_INTERFACE_Countable_CE

#define SWIG_PHP_INTERFACE_Countable_CE   zend_ce_countable

Definition at line 1070 of file gv_php.cpp.

◆ SWIG_PHP_INTERFACE_Countable_HEADER

#define SWIG_PHP_INTERFACE_Countable_HEADER   "zend_interfaces.h"

Definition at line 1071 of file gv_php.cpp.

◆ SWIG_PHP_INTERFACE_DateTimeInterface_CE

#define SWIG_PHP_INTERFACE_DateTimeInterface_CE   php_date_get_interface_ce()

Definition at line 1088 of file gv_php.cpp.

◆ SWIG_PHP_INTERFACE_DateTimeInterface_HEADER

#define SWIG_PHP_INTERFACE_DateTimeInterface_HEADER   "ext/date/php_date.h"

Definition at line 1089 of file gv_php.cpp.

◆ SWIG_PHP_INTERFACE_Iterator_CE

#define SWIG_PHP_INTERFACE_Iterator_CE   zend_ce_iterator

Definition at line 1058 of file gv_php.cpp.

◆ SWIG_PHP_INTERFACE_Iterator_HEADER

#define SWIG_PHP_INTERFACE_Iterator_HEADER   "zend_interfaces.h"

Definition at line 1059 of file gv_php.cpp.

◆ SWIG_PHP_INTERFACE_IteratorAggregate_CE

#define SWIG_PHP_INTERFACE_IteratorAggregate_CE   zend_ce_aggregate

Definition at line 1061 of file gv_php.cpp.

◆ SWIG_PHP_INTERFACE_IteratorAggregate_HEADER

#define SWIG_PHP_INTERFACE_IteratorAggregate_HEADER   "zend_interfaces.h"

Definition at line 1062 of file gv_php.cpp.

◆ SWIG_PHP_INTERFACE_JsonSerializable_CE

#define SWIG_PHP_INTERFACE_JsonSerializable_CE   php_json_serializable_ce

Definition at line 1092 of file gv_php.cpp.

◆ SWIG_PHP_INTERFACE_JsonSerializable_HEADER

#define SWIG_PHP_INTERFACE_JsonSerializable_HEADER   "ext/json/php_json.h"

Definition at line 1093 of file gv_php.cpp.

◆ SWIG_PHP_INTERFACE_OuterIterator_CE

#define SWIG_PHP_INTERFACE_OuterIterator_CE   spl_ce_OuterIterator

Definition at line 1073 of file gv_php.cpp.

◆ SWIG_PHP_INTERFACE_OuterIterator_HEADER

#define SWIG_PHP_INTERFACE_OuterIterator_HEADER   "ext/spl/spl_iterators.h"

Definition at line 1074 of file gv_php.cpp.

◆ SWIG_PHP_INTERFACE_RecursiveIterator_CE

#define SWIG_PHP_INTERFACE_RecursiveIterator_CE   spl_ce_RecursiveIterator

Definition at line 1076 of file gv_php.cpp.

◆ SWIG_PHP_INTERFACE_RecursiveIterator_HEADER

#define SWIG_PHP_INTERFACE_RecursiveIterator_HEADER   "ext/spl/spl_iterators.h"

Definition at line 1077 of file gv_php.cpp.

◆ SWIG_PHP_INTERFACE_SeekableIterator_CE

#define SWIG_PHP_INTERFACE_SeekableIterator_CE   spl_ce_SeekableIterator

Definition at line 1079 of file gv_php.cpp.

◆ SWIG_PHP_INTERFACE_SeekableIterator_HEADER

#define SWIG_PHP_INTERFACE_SeekableIterator_HEADER   "ext/spl/spl_iterators.h"

Definition at line 1080 of file gv_php.cpp.

◆ SWIG_PHP_INTERFACE_Serializable_CE

#define SWIG_PHP_INTERFACE_Serializable_CE   zend_ce_serializable

Definition at line 1067 of file gv_php.cpp.

◆ SWIG_PHP_INTERFACE_Serializable_HEADER

#define SWIG_PHP_INTERFACE_Serializable_HEADER   "zend_interfaces.h"

Definition at line 1068 of file gv_php.cpp.

◆ SWIG_PHP_INTERFACE_SplObserver_CE

#define SWIG_PHP_INTERFACE_SplObserver_CE   spl_ce_SplObserver

Definition at line 1082 of file gv_php.cpp.

◆ SWIG_PHP_INTERFACE_SplObserver_HEADER

#define SWIG_PHP_INTERFACE_SplObserver_HEADER   "ext/spl/spl_observer.h"

Definition at line 1083 of file gv_php.cpp.

◆ SWIG_PHP_INTERFACE_SplSubject_CE

#define SWIG_PHP_INTERFACE_SplSubject_CE   spl_ce_SplSubject

Definition at line 1085 of file gv_php.cpp.

◆ SWIG_PHP_INTERFACE_SplSubject_HEADER

#define SWIG_PHP_INTERFACE_SplSubject_HEADER   "ext/spl/spl_observer.h"

Definition at line 1086 of file gv_php.cpp.

◆ SWIG_PHP_INTERFACE_Stringable_CE

#define SWIG_PHP_INTERFACE_Stringable_CE   zend_ce_stringable

Definition at line 1096 of file gv_php.cpp.

◆ SWIG_PHP_INTERFACE_Stringable_HEADER

#define SWIG_PHP_INTERFACE_Stringable_HEADER   "zend_interfaces.h"

Definition at line 1097 of file gv_php.cpp.

◆ SWIG_php_minit

#define SWIG_php_minit   PHP_MINIT_FUNCTION(gv)

Definition at line 5655 of file gv_php.cpp.

◆ SWIG_POINTER_CLEAR

#define SWIG_POINTER_CLEAR   0x8

Definition at line 202 of file gv_php.cpp.

◆ SWIG_POINTER_DISOWN

#define SWIG_POINTER_DISOWN   0x1

Definition at line 199 of file gv_php.cpp.

◆ SWIG_POINTER_NO_NULL

#define SWIG_POINTER_NO_NULL   0x4

Definition at line 201 of file gv_php.cpp.

◆ SWIG_POINTER_OWN

#define SWIG_POINTER_OWN   0x1

Definition at line 206 of file gv_php.cpp.

◆ SWIG_POINTER_RELEASE

#define SWIG_POINTER_RELEASE   (SWIG_POINTER_CLEAR | SWIG_POINTER_DISOWN)

Definition at line 203 of file gv_php.cpp.

◆ SWIG_RUNTIME_VERSION

#define SWIG_RUNTIME_VERSION   "4"

Definition at line 165 of file gv_php.cpp.

◆ SWIG_RuntimeError

#define SWIG_RuntimeError   -3

Definition at line 758 of file gv_php.cpp.

◆ SWIG_SetModule

#define SWIG_SetModule (   clientdata,
  pointer 
)    SWIG_Php_SetModule(pointer, *(int*)clientdata)

Definition at line 820 of file gv_php.cpp.

◆ SWIG_snprintf

#define SWIG_snprintf (   O,
  S,
  F,
  A 
)    sprintf(O,F,A)

Definition at line 353 of file gv_php.cpp.

◆ SWIG_snprintf2

#define SWIG_snprintf2 (   O,
  S,
  F,
  A,
  B 
)    sprintf(O,F,A,B)

Definition at line 354 of file gv_php.cpp.

◆ SWIG_STRING_CONSTANT

#define SWIG_STRING_CONSTANT (   N,
  V 
)    REGISTER_STRING_CONSTANT(#N, (char*)V, CONST_CS | CONST_PERSISTENT)

Definition at line 796 of file gv_php.cpp.

◆ SWIG_SyntaxError

#define SWIG_SyntaxError   -8

Definition at line 763 of file gv_php.cpp.

◆ SWIG_SystemError

#define SWIG_SystemError   -10

Definition at line 765 of file gv_php.cpp.

◆ SWIG_TMPOBJ

#define SWIG_TMPOBJ   (SWIG_OK | SWIG_TMPOBJMASK)

Definition at line 309 of file gv_php.cpp.

◆ SWIG_TMPOBJMASK

#define SWIG_TMPOBJMASK   (SWIG_NEWOBJMASK << 1)

Definition at line 304 of file gv_php.cpp.

◆ SWIG_TYPE_TABLE_NAME

#define SWIG_TYPE_TABLE_NAME

Definition at line 173 of file gv_php.cpp.

◆ SWIG_TypeError

#define SWIG_TypeError   -5

Definition at line 760 of file gv_php.cpp.

◆ SWIG_TypeQuery

#define SWIG_TypeQuery (   name)    SWIG_TypeQueryModule(&swig_module, &swig_module, name)

Definition at line 991 of file gv_php.cpp.

◆ SWIG_UnknownError

#define SWIG_UnknownError   -1

Definition at line 756 of file gv_php.cpp.

◆ SWIG_ValueError

#define SWIG_ValueError   -9

Definition at line 764 of file gv_php.cpp.

◆ SWIG_VERSION

#define SWIG_VERSION   0x040200

Definition at line 10 of file gv_php.cpp.

◆ SWIG_Z_FETCH_OBJ_P

#define SWIG_Z_FETCH_OBJ_P (   zv)    swig_php_fetch_object(Z_OBJ_P(zv))

Definition at line 833 of file gv_php.cpp.

◆ SWIGEXPORT

#define SWIGEXPORT

Definition at line 112 of file gv_php.cpp.

◆ SWIGINLINE

#define SWIGINLINE

Definition at line 49 of file gv_php.cpp.

◆ SWIGINTERN

#define SWIGINTERN   static SWIGUNUSED

Definition at line 84 of file gv_php.cpp.

◆ SWIGINTERNINLINE

#define SWIGINTERNINLINE   SWIGINTERN SWIGINLINE

Definition at line 89 of file gv_php.cpp.

◆ SWIGPHP

#define SWIGPHP

Definition at line 11 of file gv_php.cpp.

◆ SWIGRUNTIME

#define SWIGRUNTIME   SWIGINTERN

Definition at line 186 of file gv_php.cpp.

◆ SWIGRUNTIMEINLINE

#define SWIGRUNTIMEINLINE   SWIGRUNTIME SWIGINLINE

Definition at line 190 of file gv_php.cpp.

◆ SWIGSTDCALL

#define SWIGSTDCALL

Definition at line 122 of file gv_php.cpp.

◆ SWIGTEMPLATEDISAMBIGUATOR

#define SWIGTEMPLATEDISAMBIGUATOR

Definition at line 40 of file gv_php.cpp.

◆ SWIGTYPE_p_Agedge_t

#define SWIGTYPE_p_Agedge_t   swig_types[0]

Definition at line 984 of file gv_php.cpp.

◆ SWIGTYPE_p_Agnode_t

#define SWIGTYPE_p_Agnode_t   swig_types[1]

Definition at line 985 of file gv_php.cpp.

◆ SWIGTYPE_p_Agraph_t

#define SWIGTYPE_p_Agraph_t   swig_types[2]

Definition at line 986 of file gv_php.cpp.

◆ SWIGTYPE_p_Agsym_t

#define SWIGTYPE_p_Agsym_t   swig_types[3]

Definition at line 987 of file gv_php.cpp.

◆ SWIGTYPE_p_FILE

#define SWIGTYPE_p_FILE   swig_types[4]

Definition at line 988 of file gv_php.cpp.

◆ SWIGUNUSED

#define SWIGUNUSED

Definition at line 64 of file gv_php.cpp.

◆ SWIGUNUSEDPARM

#define SWIGUNUSEDPARM (   p)    p SWIGUNUSED

Definition at line 78 of file gv_php.cpp.

Typedef Documentation

◆ swig_cast_info

◆ swig_converter_func

typedef void *(* swig_converter_func) (void *, int *)

Definition at line 363 of file gv_php.cpp.

◆ swig_dycast_func

typedef struct swig_type_info *(* swig_dycast_func) (void **)

Definition at line 363 of file gv_php.cpp.

◆ swig_module_info

◆ swig_type_info

Function Documentation

◆ digraph()

Agraph_t * digraph ( char *  name)
extern

Definition at line 36 of file gv.cpp.

Referenced by PHP_FUNCTION(), and PHP_METHOD().

Here is the caller graph for this function:

◆ edge() [1/4]

Agedge_t * edge ( Agnode_t t,
Agnode_t h 
)
extern

New edges

Definition at line 99 of file gv.cpp.

◆ edge() [2/4]

Agedge_t * edge ( Agnode_t t,
char *  hname 
)
extern

Definition at line 107 of file gv.cpp.

◆ edge() [3/4]

Agedge_t * edge ( Agraph_t g,
char *  tname,
char *  hname 
)
extern

Definition at line 112 of file gv.cpp.

◆ edge() [4/4]

Agedge_t * edge ( char *  tname,
Agnode_t h 
)
extern

Definition at line 102 of file gv.cpp.

◆ findattr() [1/3]

Agsym_t * findattr ( Agedge_t e,
char *  name 
)
extern

Definition at line 279 of file gv.cpp.

◆ findattr() [2/3]

Agsym_t * findattr ( Agnode_t n,
char *  name 
)
extern

Definition at line 273 of file gv.cpp.

◆ findattr() [3/3]

Agsym_t * findattr ( Agraph_t g,
char *  name 
)
extern

Definition at line 267 of file gv.cpp.

Referenced by ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), and ZEND_NAMED_FUNCTION().

Here is the caller graph for this function:

◆ findedge()

Agedge_t * findedge ( Agnode_t t,
Agnode_t h 
)
extern

Definition at line 259 of file gv.cpp.

Referenced by PHP_FUNCTION(), and PHP_METHOD().

Here is the caller graph for this function:

◆ findnode()

Agnode_t * findnode ( Agraph_t g,
char *  name 
)
extern

Definition at line 253 of file gv.cpp.

Referenced by PHP_FUNCTION(), and PHP_METHOD().

Here is the caller graph for this function:

◆ findsubg()

Agraph_t * findsubg ( Agraph_t g,
char *  name 
)
extern

Find handles from names

Definition at line 247 of file gv.cpp.

Referenced by PHP_FUNCTION(), and PHP_METHOD().

Here is the caller graph for this function:

◆ firstattr() [1/3]

Agsym_t * firstattr ( Agedge_t e)
extern

Definition at line 570 of file gv.cpp.

◆ firstattr() [2/3]

Agsym_t * firstattr ( Agnode_t n)
extern

Definition at line 556 of file gv.cpp.

◆ firstattr() [3/3]

Agsym_t * firstattr ( Agraph_t g)
extern

Definition at line 542 of file gv.cpp.

Referenced by ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), and ZEND_NAMED_FUNCTION().

Here is the caller graph for this function:

◆ firstedge() [1/2]

Agedge_t * firstedge ( Agnode_t n)
extern

Definition at line 449 of file gv.cpp.

◆ firstedge() [2/2]

Agedge_t * firstedge ( Agraph_t g)
extern

Definition at line 409 of file gv.cpp.

Referenced by ZEND_NAMED_FUNCTION(), and ZEND_NAMED_FUNCTION().

Here is the caller graph for this function:

◆ firsthead()

Agnode_t * firsthead ( Agnode_t n)
extern

Definition at line 425 of file gv.cpp.

Referenced by PHP_FUNCTION(), and PHP_METHOD().

Here is the caller graph for this function:

◆ firstin() [1/2]

Agedge_t * firstin ( Agnode_t n)
extern

Definition at line 482 of file gv.cpp.

◆ firstin() [2/2]

Agedge_t * firstin ( Agraph_t g)
extern

Definition at line 461 of file gv.cpp.

Referenced by ZEND_NAMED_FUNCTION(), and ZEND_NAMED_FUNCTION().

Here is the caller graph for this function:

◆ firstnode() [1/2]

Agnode_t * firstnode ( Agedge_t e)
extern

Definition at line 530 of file gv.cpp.

◆ firstnode() [2/2]

Agnode_t * firstnode ( Agraph_t g)
extern

Definition at line 518 of file gv.cpp.

Referenced by ZEND_NAMED_FUNCTION(), and ZEND_NAMED_FUNCTION().

Here is the caller graph for this function:

◆ firstout() [1/2]

Agedge_t * firstout ( Agnode_t n)
extern

Definition at line 413 of file gv.cpp.

◆ firstout() [2/2]

Agedge_t * firstout ( Agraph_t g)
extern

Definition at line 384 of file gv.cpp.

Referenced by ZEND_NAMED_FUNCTION(), and ZEND_NAMED_FUNCTION().

Here is the caller graph for this function:

◆ firstsubg()

Agraph_t * firstsubg ( Agraph_t g)
extern

Definition at line 367 of file gv.cpp.

Referenced by PHP_FUNCTION(), and PHP_METHOD().

Here is the caller graph for this function:

◆ firstsupg()

Agraph_t * firstsupg ( Agraph_t g)
extern

Definition at line 380 of file gv.cpp.

Referenced by PHP_FUNCTION(), and PHP_METHOD().

Here is the caller graph for this function:

◆ firsttail()

Agnode_t * firsttail ( Agnode_t n)
extern

Definition at line 494 of file gv.cpp.

Referenced by PHP_FUNCTION(), and PHP_METHOD().

Here is the caller graph for this function:

◆ get_module()

SWIGEXPORT zend_module_entry * get_module ( void  )

Definition at line 5650 of file gv_php.cpp.

References gv_module_entry.

◆ getv() [1/6]

char * getv ( Agedge_t e,
Agsym_t a 
)
extern

Definition at line 205 of file gv.cpp.

◆ getv() [2/6]

char * getv ( Agedge_t e,
char *  attr 
)
extern

Definition at line 212 of file gv.cpp.

◆ getv() [3/6]

char * getv ( Agnode_t n,
Agsym_t a 
)
extern

Definition at line 162 of file gv.cpp.

◆ getv() [4/6]

char * getv ( Agnode_t n,
char *  attr 
)
extern

Definition at line 169 of file gv.cpp.

◆ getv() [5/6]

char * getv ( Agraph_t g,
Agsym_t a 
)
extern

Definition at line 129 of file gv.cpp.

◆ getv() [6/6]

char * getv ( Agraph_t g,
char *  attr 
)
extern

Getting attribute values

Definition at line 130 of file gv.cpp.

Referenced by ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), and ZEND_NAMED_FUNCTION().

Here is the caller graph for this function:

◆ graph() [1/2]

Agraph_t * graph ( Agraph_t g,
char *  name 
)
extern

Definition at line 78 of file gv.cpp.

◆ graph() [2/2]

Agraph_t * graph ( char *  name)
extern

New graphs

Definition at line 30 of file gv.cpp.

Referenced by ZEND_NAMED_FUNCTION(), and ZEND_NAMED_FUNCTION().

Here is the caller graph for this function:

◆ graphof() [1/3]

Agraph_t * graphof ( Agedge_t e)
extern

Definition at line 309 of file gv.cpp.

◆ graphof() [2/3]

Agraph_t * graphof ( Agnode_t n)
extern

Definition at line 318 of file gv.cpp.

◆ graphof() [3/3]

Agraph_t * graphof ( Agraph_t g)
extern

Definition at line 303 of file gv.cpp.

Referenced by ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), and ZEND_NAMED_FUNCTION().

Here is the caller graph for this function:

◆ headof()

Agnode_t * headof ( Agedge_t e)
extern

Misc graph navigators returning handles

Definition at line 287 of file gv.cpp.

Referenced by PHP_FUNCTION(), and PHP_METHOD().

Here is the caller graph for this function:

◆ INIT_CLASS_ENTRY() [1/7]

INIT_CLASS_ENTRY ( internal_ce  ,
"gv"  ,
class_gv_functions   
)

◆ INIT_CLASS_ENTRY() [2/7]

INIT_CLASS_ENTRY ( internal_ce  ,
"SWIG\\_p_Agedge_t"  ,
NULL   
)

◆ INIT_CLASS_ENTRY() [3/7]

INIT_CLASS_ENTRY ( internal_ce  ,
"SWIG\\_p_Agnode_t"  ,
NULL   
)

◆ INIT_CLASS_ENTRY() [4/7]

INIT_CLASS_ENTRY ( internal_ce  ,
"SWIG\\_p_Agraph_t"  ,
NULL   
)

◆ INIT_CLASS_ENTRY() [5/7]

INIT_CLASS_ENTRY ( internal_ce  ,
"SWIG\\_p_Agsym_t"  ,
NULL   
)

◆ INIT_CLASS_ENTRY() [6/7]

INIT_CLASS_ENTRY ( internal_ce  ,
"SWIG\\_p_FILE"  ,
NULL   
)

◆ INIT_CLASS_ENTRY() [7/7]

INIT_CLASS_ENTRY ( SWIG_Php_swig_wrapped_interface_ce  ,
"SWIG\\wrapped"  ,
NULL   
)

◆ layout()

bool layout ( Agraph_t g,
const char *  engine 
)
extern

Layout

Definition at line 615 of file gv.cpp.

Referenced by PHP_FUNCTION(), and PHP_METHOD().

Here is the caller graph for this function:

◆ nameof() [1/3]

char * nameof ( Agnode_t n)
extern

Definition at line 348 of file gv.cpp.

◆ nameof() [2/3]

char * nameof ( Agraph_t g)
extern

Obtain names from handles

Definition at line 343 of file gv.cpp.

Referenced by ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), and ZEND_NAMED_FUNCTION().

Here is the caller graph for this function:

◆ nameof() [3/3]

char * nameof ( Agsym_t a)
extern

Definition at line 355 of file gv.cpp.

◆ nextattr() [1/3]

Agsym_t * nextattr ( Agedge_t e,
Agsym_t a 
)
extern

Definition at line 577 of file gv.cpp.

◆ nextattr() [2/3]

Agsym_t * nextattr ( Agnode_t n,
Agsym_t a 
)
extern

Definition at line 563 of file gv.cpp.

◆ nextattr() [3/3]

Agsym_t * nextattr ( Agraph_t g,
Agsym_t a 
)
extern

Definition at line 549 of file gv.cpp.

Referenced by ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), and ZEND_NAMED_FUNCTION().

Here is the caller graph for this function:

◆ nextedge() [1/2]

Agedge_t * nextedge ( Agnode_t n,
Agedge_t e 
)
extern

Definition at line 455 of file gv.cpp.

◆ nextedge() [2/2]

Agedge_t * nextedge ( Agraph_t g,
Agedge_t e 
)
extern

Definition at line 411 of file gv.cpp.

Referenced by ZEND_NAMED_FUNCTION(), and ZEND_NAMED_FUNCTION().

Here is the caller graph for this function:

◆ nexthead()

Agnode_t * nexthead ( Agnode_t n,
Agnode_t h 
)
extern

Definition at line 434 of file gv.cpp.

Referenced by PHP_FUNCTION(), and PHP_METHOD().

Here is the caller graph for this function:

◆ nextin() [1/2]

Agedge_t * nextin ( Agnode_t n,
Agedge_t e 
)
extern

Definition at line 488 of file gv.cpp.

Referenced by ZEND_NAMED_FUNCTION(), and ZEND_NAMED_FUNCTION().

Here is the caller graph for this function:

◆ nextin() [2/2]

Agedge_t * nextin ( Agraph_t g,
Agedge_t e 
)
extern

Definition at line 470 of file gv.cpp.

◆ nextnode() [1/2]

Agnode_t * nextnode ( Agedge_t e,
Agnode_t n 
)
extern

Definition at line 536 of file gv.cpp.

◆ nextnode() [2/2]

Agnode_t * nextnode ( Agraph_t g,
Agnode_t n 
)
extern

Definition at line 524 of file gv.cpp.

Referenced by ZEND_NAMED_FUNCTION(), and ZEND_NAMED_FUNCTION().

Here is the caller graph for this function:

◆ nextout() [1/2]

Agedge_t * nextout ( Agnode_t n,
Agedge_t e 
)
extern

Definition at line 419 of file gv.cpp.

◆ nextout() [2/2]

Agedge_t * nextout ( Agraph_t g,
Agedge_t e 
)
extern

Definition at line 395 of file gv.cpp.

Referenced by ZEND_NAMED_FUNCTION(), and ZEND_NAMED_FUNCTION().

Here is the caller graph for this function:

◆ nextsubg()

Agraph_t * nextsubg ( Agraph_t g,
Agraph_t sg 
)
extern

Definition at line 373 of file gv.cpp.

Referenced by PHP_FUNCTION(), and PHP_METHOD().

Here is the caller graph for this function:

◆ nextsupg()

Agraph_t * nextsupg ( Agraph_t g,
Agraph_t sg 
)
extern

Definition at line 382 of file gv.cpp.

Referenced by PHP_FUNCTION(), and PHP_METHOD().

Here is the caller graph for this function:

◆ nexttail()

Agnode_t * nexttail ( Agnode_t n,
Agnode_t t 
)
extern

Definition at line 503 of file gv.cpp.

Referenced by PHP_FUNCTION(), and PHP_METHOD().

Here is the caller graph for this function:

◆ node()

Agnode_t * node ( Agraph_t g,
char *  name 
)
extern

New nodes

Definition at line 84 of file gv.cpp.

◆ ok() [1/4]

bool ok ( Agedge_t e)
extern

Definition at line 364 of file gv.cpp.

◆ ok() [2/4]

bool ok ( Agnode_t n)
extern

Definition at line 363 of file gv.cpp.

◆ ok() [3/4]

bool ok ( Agraph_t g)
extern

Iterators

Definition at line 362 of file gv.cpp.

Referenced by ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), and ZEND_NAMED_FUNCTION().

Here is the caller graph for this function:

◆ ok() [4/4]

bool ok ( Agsym_t a)
extern

Definition at line 365 of file gv.cpp.

◆ PHP_FUNCTION() [1/26]

static PHP_FUNCTION ( digraph  )
static

Definition at line 1372 of file gv_php.cpp.

References digraph(), SUCCESS, SWIG_SetPointerZval(), and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ PHP_FUNCTION() [2/26]

static PHP_FUNCTION ( findedge  )
static

Definition at line 2840 of file gv_php.cpp.

References findedge(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ PHP_FUNCTION() [3/26]

static PHP_FUNCTION ( findnode  )
static

Definition at line 2801 of file gv_php.cpp.

References findnode(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ PHP_FUNCTION() [4/26]

static PHP_FUNCTION ( findsubg  )
static

Definition at line 2762 of file gv_php.cpp.

References findsubg(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ PHP_FUNCTION() [5/26]

static PHP_FUNCTION ( firsthead  )
static

Definition at line 3938 of file gv_php.cpp.

References firsthead(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ PHP_FUNCTION() [6/26]

static PHP_FUNCTION ( firstsubg  )
static

Definition at line 3436 of file gv_php.cpp.

References firstsubg(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ PHP_FUNCTION() [7/26]

static PHP_FUNCTION ( firstsupg  )
static

Definition at line 3499 of file gv_php.cpp.

References firstsupg(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ PHP_FUNCTION() [8/26]

static PHP_FUNCTION ( firsttail  )
static

Definition at line 4189 of file gv_php.cpp.

References firsttail(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ PHP_FUNCTION() [9/26]

static PHP_FUNCTION ( headof  )
static

Definition at line 3032 of file gv_php.cpp.

References headof(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ PHP_FUNCTION() [10/26]

static PHP_FUNCTION ( layout  )
static

Definition at line 4824 of file gv_php.cpp.

References layout(), SUCCESS, SWIG_ConvertPtr, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ PHP_FUNCTION() [11/26]

static PHP_FUNCTION ( nexthead  )
static

Definition at line 3966 of file gv_php.cpp.

References nexthead(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ PHP_FUNCTION() [12/26]

static PHP_FUNCTION ( nextsubg  )
static

Definition at line 3464 of file gv_php.cpp.

References nextsubg(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ PHP_FUNCTION() [13/26]

static PHP_FUNCTION ( nextsupg  )
static

Definition at line 3527 of file gv_php.cpp.

References nextsupg(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ PHP_FUNCTION() [14/26]

static PHP_FUNCTION ( nexttail  )
static

Definition at line 4217 of file gv_php.cpp.

References nexttail(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ PHP_FUNCTION() [15/26]

static PHP_FUNCTION ( node  )
static

Definition at line 1650 of file gv_php.cpp.

References SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ PHP_FUNCTION() [16/26]

static PHP_FUNCTION ( protoedge  )
static

Definition at line 3259 of file gv_php.cpp.

References protoedge(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ PHP_FUNCTION() [17/26]

static PHP_FUNCTION ( protonode  )
static

Definition at line 3231 of file gv_php.cpp.

References protonode(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ PHP_FUNCTION() [18/26]

static PHP_FUNCTION ( readstring  )
static

Definition at line 1468 of file gv_php.cpp.

References readstring(), SUCCESS, SWIG_SetPointerZval(), and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ PHP_FUNCTION() [19/26]

static PHP_FUNCTION ( renderchannel  )
static

Definition at line 5128 of file gv_php.cpp.

References renderchannel(), SUCCESS, SWIG_ConvertPtr, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ PHP_FUNCTION() [20/26]

static PHP_FUNCTION ( renderdata  )
static

Definition at line 5178 of file gv_php.cpp.

References renderdata(), SUCCESS, SWIG_ConvertPtr, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ PHP_FUNCTION() [21/26]

static PHP_FUNCTION ( renderresult  )
static

Definition at line 5081 of file gv_php.cpp.

References renderresult(), SUCCESS, SWIG_ConvertPtr, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ PHP_FUNCTION() [22/26]

static PHP_FUNCTION ( rootof  )
static

Definition at line 3203 of file gv_php.cpp.

References rootof(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ PHP_FUNCTION() [23/26]

static PHP_FUNCTION ( strictdigraph  )
static

Definition at line 1436 of file gv_php.cpp.

References strictdigraph(), SUCCESS, SWIG_SetPointerZval(), and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ PHP_FUNCTION() [24/26]

static PHP_FUNCTION ( strictgraph  )
static

Definition at line 1404 of file gv_php.cpp.

References strictgraph(), SUCCESS, SWIG_SetPointerZval(), and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ PHP_FUNCTION() [25/26]

static PHP_FUNCTION ( tailof  )
static

Definition at line 3060 of file gv_php.cpp.

References SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and tailof().

Here is the call graph for this function:

◆ PHP_FUNCTION() [26/26]

static PHP_FUNCTION ( tred  )
static

Definition at line 5329 of file gv_php.cpp.

References SUCCESS, SWIG_ConvertPtr, SWIGTYPE_p_Agraph_t, and tred().

Here is the call graph for this function:

◆ PHP_METHOD() [1/26]

static PHP_METHOD ( gv  ,
digraph   
)
static

Definition at line 1368 of file gv_php.cpp.

References digraph().

Here is the call graph for this function:

◆ PHP_METHOD() [2/26]

static PHP_METHOD ( gv  ,
findedge   
)
static

Definition at line 2836 of file gv_php.cpp.

References findedge().

Here is the call graph for this function:

◆ PHP_METHOD() [3/26]

static PHP_METHOD ( gv  ,
findnode   
)
static

Definition at line 2797 of file gv_php.cpp.

References findnode().

Here is the call graph for this function:

◆ PHP_METHOD() [4/26]

static PHP_METHOD ( gv  ,
findsubg   
)
static

Definition at line 2758 of file gv_php.cpp.

References findsubg().

Here is the call graph for this function:

◆ PHP_METHOD() [5/26]

static PHP_METHOD ( gv  ,
firsthead   
)
static

Definition at line 3934 of file gv_php.cpp.

References firsthead().

Here is the call graph for this function:

◆ PHP_METHOD() [6/26]

static PHP_METHOD ( gv  ,
firstsubg   
)
static

Definition at line 3432 of file gv_php.cpp.

References firstsubg().

Here is the call graph for this function:

◆ PHP_METHOD() [7/26]

static PHP_METHOD ( gv  ,
firstsupg   
)
static

Definition at line 3495 of file gv_php.cpp.

References firstsupg().

Here is the call graph for this function:

◆ PHP_METHOD() [8/26]

static PHP_METHOD ( gv  ,
firsttail   
)
static

Definition at line 4185 of file gv_php.cpp.

References firsttail().

Here is the call graph for this function:

◆ PHP_METHOD() [9/26]

static PHP_METHOD ( gv  ,
headof   
)
static

Definition at line 3028 of file gv_php.cpp.

References headof().

Here is the call graph for this function:

◆ PHP_METHOD() [10/26]

static PHP_METHOD ( gv  ,
layout   
)
static

Definition at line 4820 of file gv_php.cpp.

References layout().

Here is the call graph for this function:

◆ PHP_METHOD() [11/26]

static PHP_METHOD ( gv  ,
nexthead   
)
static

Definition at line 3962 of file gv_php.cpp.

References nexthead().

Here is the call graph for this function:

◆ PHP_METHOD() [12/26]

static PHP_METHOD ( gv  ,
nextsubg   
)
static

Definition at line 3460 of file gv_php.cpp.

References nextsubg().

Here is the call graph for this function:

◆ PHP_METHOD() [13/26]

static PHP_METHOD ( gv  ,
nextsupg   
)
static

Definition at line 3523 of file gv_php.cpp.

References nextsupg().

Here is the call graph for this function:

◆ PHP_METHOD() [14/26]

static PHP_METHOD ( gv  ,
nexttail   
)
static

Definition at line 4213 of file gv_php.cpp.

References nexttail().

Here is the call graph for this function:

◆ PHP_METHOD() [15/26]

static PHP_METHOD ( gv  ,
node   
)
static

Definition at line 1646 of file gv_php.cpp.

◆ PHP_METHOD() [16/26]

static PHP_METHOD ( gv  ,
protoedge   
)
static

Definition at line 3255 of file gv_php.cpp.

References protoedge().

Here is the call graph for this function:

◆ PHP_METHOD() [17/26]

static PHP_METHOD ( gv  ,
protonode   
)
static

Definition at line 3227 of file gv_php.cpp.

References protonode().

Here is the call graph for this function:

◆ PHP_METHOD() [18/26]

static PHP_METHOD ( gv  ,
readstring   
)
static

Definition at line 1464 of file gv_php.cpp.

References readstring().

Here is the call graph for this function:

◆ PHP_METHOD() [19/26]

static PHP_METHOD ( gv  ,
renderchannel   
)
static

Definition at line 5124 of file gv_php.cpp.

References renderchannel().

Here is the call graph for this function:

◆ PHP_METHOD() [20/26]

static PHP_METHOD ( gv  ,
renderdata   
)
static

Definition at line 5174 of file gv_php.cpp.

References renderdata().

Here is the call graph for this function:

◆ PHP_METHOD() [21/26]

static PHP_METHOD ( gv  ,
renderresult   
)
static

Definition at line 5077 of file gv_php.cpp.

References renderresult().

Here is the call graph for this function:

◆ PHP_METHOD() [22/26]

static PHP_METHOD ( gv  ,
rootof   
)
static

Definition at line 3199 of file gv_php.cpp.

References rootof().

Here is the call graph for this function:

◆ PHP_METHOD() [23/26]

static PHP_METHOD ( gv  ,
strictdigraph   
)
static

Definition at line 1432 of file gv_php.cpp.

References strictdigraph().

Here is the call graph for this function:

◆ PHP_METHOD() [24/26]

static PHP_METHOD ( gv  ,
strictgraph   
)
static

Definition at line 1400 of file gv_php.cpp.

References strictgraph().

Here is the call graph for this function:

◆ PHP_METHOD() [25/26]

static PHP_METHOD ( gv  ,
tailof   
)
static

Definition at line 3056 of file gv_php.cpp.

References tailof().

Here is the call graph for this function:

◆ PHP_METHOD() [26/26]

static PHP_METHOD ( gv  ,
tred   
)
static

Definition at line 5325 of file gv_php.cpp.

References tred().

Here is the call graph for this function:

◆ protoedge()

Agedge_t * protoedge ( Agraph_t g)
extern

Definition at line 338 of file gv.cpp.

Referenced by PHP_FUNCTION(), and PHP_METHOD().

Here is the caller graph for this function:

◆ protonode()

Agnode_t * protonode ( Agraph_t g)
extern

Obtain handles of proto node/edge for setting default attribute values

Definition at line 334 of file gv.cpp.

Referenced by PHP_FUNCTION(), and PHP_METHOD().

Here is the caller graph for this function:

◆ read() [1/2]

Agraph_t * read ( const char *  filename)
extern

Definition at line 66 of file gv.cpp.

Referenced by ZEND_NAMED_FUNCTION(), and ZEND_NAMED_FUNCTION().

Here is the caller graph for this function:

◆ read() [2/2]

Agraph_t * read ( FILE *  f)
extern

Definition at line 60 of file gv.cpp.

◆ readstring()

Agraph_t * readstring ( char *  string)
extern

Definition at line 54 of file gv.cpp.

Referenced by PHP_FUNCTION(), and PHP_METHOD().

Here is the caller graph for this function:

◆ render() [1/4]

bool render ( Agraph_t g)
extern

Render

Definition at line 624 of file gv.cpp.

Referenced by ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), and ZEND_NAMED_FUNCTION().

Here is the caller graph for this function:

◆ render() [2/4]

bool render ( Agraph_t g,
const char *  format 
)
extern

Definition at line 632 of file gv.cpp.

◆ render() [3/4]

bool render ( Agraph_t g,
const char *  format,
const char *  filename 
)
extern

Definition at line 658 of file gv.cpp.

◆ render() [4/4]

bool render ( Agraph_t g,
const char *  format,
FILE *  fout 
)
extern

Definition at line 640 of file gv.cpp.

◆ renderchannel()

bool renderchannel ( Agraph_t g,
const char *  format,
const char *  channelname 
)
extern

Definition at line 648 of file gv.cpp.

Referenced by PHP_FUNCTION(), and PHP_METHOD().

Here is the caller graph for this function:

◆ renderdata()

char * renderdata ( Agraph_t g,
const char *  format 
)
extern

Definition at line 699 of file gv.cpp.

Referenced by PHP_FUNCTION(), and PHP_METHOD().

Here is the caller graph for this function:

◆ renderresult()

void renderresult ( Agraph_t g,
const char *  format,
char *  outdata 
)
extern

Definition at line 690 of file gv.cpp.

Referenced by PHP_FUNCTION(), and PHP_METHOD().

Here is the caller graph for this function:

◆ rm() [1/3]

bool rm ( Agedge_t e)
extern

Definition at line 604 of file gv.cpp.

◆ rm() [2/3]

bool rm ( Agnode_t n)
extern

Definition at line 594 of file gv.cpp.

◆ rm() [3/3]

bool rm ( Agraph_t g)
extern

Remove graph objects

Definition at line 584 of file gv.cpp.

Referenced by ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), and ZEND_NAMED_FUNCTION().

Here is the caller graph for this function:

◆ rootof()

Agraph_t * rootof ( Agraph_t g)
extern

Definition at line 327 of file gv.cpp.

Referenced by PHP_FUNCTION(), and PHP_METHOD().

Here is the caller graph for this function:

◆ setv() [1/6]

char * setv ( Agedge_t e,
Agsym_t a,
char *  val 
)
extern

Definition at line 221 of file gv.cpp.

◆ setv() [2/6]

char * setv ( Agedge_t e,
char *  attr,
char *  val 
)
extern

Definition at line 229 of file gv.cpp.

◆ setv() [3/6]

char * setv ( Agnode_t n,
Agsym_t a,
char *  val 
)
extern

Definition at line 178 of file gv.cpp.

◆ setv() [4/6]

char * setv ( Agnode_t n,
char *  attr,
char *  val 
)
extern

Definition at line 186 of file gv.cpp.

◆ setv() [5/6]

char * setv ( Agraph_t g,
Agsym_t a,
char *  val 
)
extern

Definition at line 146 of file gv.cpp.

◆ setv() [6/6]

char * setv ( Agraph_t g,
char *  attr,
char *  val 
)
extern

Setting attribute values

Definition at line 152 of file gv.cpp.

Referenced by ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), and ZEND_NAMED_FUNCTION().

Here is the caller graph for this function:

◆ strictdigraph()

Agraph_t * strictdigraph ( char *  name)
extern

Definition at line 48 of file gv.cpp.

Referenced by PHP_FUNCTION(), and PHP_METHOD().

Here is the caller graph for this function:

◆ strictgraph()

Agraph_t * strictgraph ( char *  name)
extern

Definition at line 42 of file gv.cpp.

Referenced by PHP_FUNCTION(), and PHP_METHOD().

Here is the caller graph for this function:

◆ SWIG_ConvertPtr()

static int SWIG_ConvertPtr ( zval *  z,
void **  ptr,
swig_type_info ty,
int  flags 
)
static

Definition at line 941 of file gv_php.cpp.

References flags, SWIG_ConvertPtrAndOwn, and z.

◆ SWIG_ConvertPtrAndOwn()

static int SWIG_ConvertPtrAndOwn ( zval *  z,
void **  ptr,
swig_type_info ty,
int  flags,
swig_owntype own 
)
static

◆ SWIG_InitializeModule() [1/2]

SWIG_InitializeModule ( (void *)&  module_number)

◆ SWIG_InitializeModule() [2/2]

SWIGRUNTIME void SWIG_InitializeModule ( SWIG_INIT_CLIENT_DATA_TYPE  clientdata)

◆ SWIG_MangledTypeQueryModule()

SWIGRUNTIME swig_type_info * SWIG_MangledTypeQueryModule ( swig_module_info start,
swig_module_info end,
const char *  name 
)

Definition at line 582 of file gv_php.cpp.

References compare(), swig_type_info::name, swig_module_info::next, swig_module_info::size, and swig_module_info::types.

Referenced by SWIG_InitializeModule(), and SWIG_TypeQueryModule().

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

◆ SWIG_PackData()

SWIGRUNTIME char * SWIG_PackData ( char *  c,
void *  ptr,
size_t  sz 
)

Definition at line 656 of file gv_php.cpp.

Referenced by SWIG_PackDataName(), and SWIG_PackVoidPtr().

Here is the caller graph for this function:

◆ SWIG_PackDataName()

SWIGRUNTIME char * SWIG_PackDataName ( char *  buff,
void *  ptr,
size_t  sz,
const char *  name,
size_t  bsz 
)

Definition at line 724 of file gv_php.cpp.

References SWIG_PackData().

Here is the call graph for this function:

◆ SWIG_PackVoidPtr()

SWIGRUNTIME char * SWIG_PackVoidPtr ( char *  buff,
void *  ptr,
const char *  name,
size_t  bsz 
)

Definition at line 700 of file gv_php.cpp.

References SWIG_PackData().

Here is the call graph for this function:

◆ SWIG_Php_do_create_object()

static zend_object * SWIG_Php_do_create_object ( zend_class_entry *  ce,
zend_object_handlers *  handlers 
)
static

Definition at line 961 of file gv_php.cpp.

References swig_object_wrapper::newobject, and swig_object_wrapper::std.

◆ swig_php_fetch_object()

static swig_object_wrapper * swig_php_fetch_object ( zend_object *  obj)
inlinestatic

Definition at line 836 of file gv_php.cpp.

Referenced by SWIG_ConvertPtrAndOwn(), SWIG_Php_free_obj(), swig_ptr_cast_object(), and SWIG_SetPointerZval().

Here is the caller graph for this function:

◆ SWIG_Php_free_obj()

static void * SWIG_Php_free_obj ( zend_object *  object)
static

Definition at line 972 of file gv_php.cpp.

References swig_object_wrapper::newobject, NULL, swig_object_wrapper::ptr, swig_object_wrapper::std, and swig_php_fetch_object().

Here is the call graph for this function:

◆ SWIG_Php_GetModule()

static swig_module_info * SWIG_Php_GetModule ( void  )
static

Definition at line 946 of file gv_php.cpp.

References const_name, and NULL.

◆ SWIG_Php_SetModule()

static void SWIG_Php_SetModule ( swig_module_info pointer,
int  module_number 
)
static

Definition at line 956 of file gv_php.cpp.

References const_name.

◆ SWIG_PropagateClientData()

SWIGRUNTIME void SWIG_PropagateClientData ( void  )

Definition at line 5862 of file gv_php.cpp.

References swig_type_info::cast, swig_type_info::clientdata, swig_cast_info::converter, swig_cast_info::next, swig_module_info::size, swig_module, SWIG_TypeClientData(), swig_cast_info::type, and swig_module_info::types.

Here is the call graph for this function:

◆ swig_ptr_cast_object()

static int swig_ptr_cast_object ( zend_object *  zobj,
zval *  retval,
int  type 
)
static

Definition at line 5370 of file gv_php.cpp.

References FAILURE, swig_object_wrapper::newobject, swig_object_wrapper::ptr, SUCCESS, swig_php_fetch_object(), and type.

Here is the call graph for this function:

◆ swig_ptr_object_new()

static zend_object * swig_ptr_object_new ( zend_class_entry *  ce)
static

◆ SWIG_SetPointerZval()

static void SWIG_SetPointerZval ( zval *  z,
void *  ptr,
swig_type_info type,
int  newobject 
)
static

Definition at line 843 of file gv_php.cpp.

References swig_object_wrapper::newobject, swig_object_wrapper::ptr, swig_php_fetch_object(), type, swig_object_wrapper::type, and z.

Referenced by PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), and ZEND_NAMED_FUNCTION().

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

◆ SWIG_TypeCast()

SWIGRUNTIMEINLINE void * SWIG_TypeCast ( swig_cast_info ty,
void *  ptr,
int *  newmemory 
)

Definition at line 500 of file gv_php.cpp.

References swig_cast_info::converter.

Referenced by SWIG_ConvertPtrAndOwn().

Here is the caller graph for this function:

◆ SWIG_TypeCheck()

SWIGRUNTIME swig_cast_info * SWIG_TypeCheck ( const char *  c,
swig_type_info ty 
)

Definition at line 446 of file gv_php.cpp.

References swig_type_info::cast, swig_type_info::name, swig_cast_info::next, swig_cast_info::prev, and swig_cast_info::type.

Referenced by SWIG_ConvertPtrAndOwn(), and SWIG_InitializeModule().

Here is the caller graph for this function:

◆ SWIG_TypeCheckStruct()

SWIGRUNTIME swig_cast_info * SWIG_TypeCheckStruct ( const swig_type_info from,
swig_type_info ty 
)

◆ SWIG_TypeClientData() [1/6]

SWIGRUNTIME void SWIG_TypeClientData ( swig_type_info ti,
void *  clientdata 
)

Definition at line 552 of file gv_php.cpp.

References swig_type_info::cast, swig_type_info::clientdata, swig_module_info::clientdata, swig_cast_info::converter, swig_cast_info::next, SWIG_TypeClientData(), and swig_cast_info::type.

Referenced by SWIG_PropagateClientData(), SWIG_TypeClientData(), and SWIG_TypeNewClientData().

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

◆ SWIG_TypeClientData() [2/6]

SWIG_TypeClientData ( SWIGTYPE_p_Agedge_t  ,
SWIG_Php_ce__p_Agedge_t   
)

◆ SWIG_TypeClientData() [3/6]

SWIG_TypeClientData ( SWIGTYPE_p_Agnode_t  ,
SWIG_Php_ce__p_Agnode_t   
)

◆ SWIG_TypeClientData() [4/6]

SWIG_TypeClientData ( SWIGTYPE_p_Agraph_t  ,
SWIG_Php_ce__p_Agraph_t   
)

◆ SWIG_TypeClientData() [5/6]

SWIG_TypeClientData ( SWIGTYPE_p_Agsym_t  ,
SWIG_Php_ce__p_Agsym_t   
)

◆ SWIG_TypeClientData() [6/6]

SWIG_TypeClientData ( SWIGTYPE_p_FILE  ,
SWIG_Php_ce__p_FILE   
)

◆ SWIG_TypeCmp()

SWIGRUNTIME int SWIG_TypeCmp ( const char *  nb,
const char *  tb 
)

Definition at line 419 of file gv_php.cpp.

References SWIG_TypeNameComp().

Referenced by SWIG_TypeEquiv().

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

◆ SWIG_TypeDynamicCast()

SWIGRUNTIME swig_type_info * SWIG_TypeDynamicCast ( swig_type_info ty,
void **  ptr 
)

Definition at line 508 of file gv_php.cpp.

References swig_type_info::dcast.

◆ SWIG_TypeEquiv()

SWIGRUNTIME int SWIG_TypeEquiv ( const char *  nb,
const char *  tb 
)

Definition at line 438 of file gv_php.cpp.

References SWIG_TypeCmp().

Referenced by SWIG_TypeQueryModule().

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

◆ SWIG_TypeName()

SWIGRUNTIMEINLINE const char * SWIG_TypeName ( const swig_type_info ty)

Definition at line 522 of file gv_php.cpp.

References swig_type_info::name.

◆ SWIG_TypeNameComp()

SWIGRUNTIME int SWIG_TypeNameComp ( const char *  f1,
const char *  l1,
const char *  f2,
const char *  l2 
)

Definition at line 404 of file gv_php.cpp.

Referenced by SWIG_TypeCmp().

Here is the caller graph for this function:

◆ SWIG_TypeNewClientData()

SWIGRUNTIME void SWIG_TypeNewClientData ( swig_type_info ti,
void *  clientdata 
)

Definition at line 568 of file gv_php.cpp.

References swig_module_info::clientdata, swig_type_info::owndata, and SWIG_TypeClientData().

Here is the call graph for this function:

◆ SWIG_TypePrettyName()

SWIGRUNTIME const char * SWIG_TypePrettyName ( const swig_type_info type)

Definition at line 531 of file gv_php.cpp.

References s::name, NULL, and type.

◆ SWIG_TypeQueryModule()

SWIGRUNTIME swig_type_info * SWIG_TypeQueryModule ( swig_module_info start,
swig_module_info end,
const char *  name 
)

Definition at line 627 of file gv_php.cpp.

References swig_module_info::next, swig_module_info::size, swig_type_info::str, SWIG_MangledTypeQueryModule(), SWIG_TypeEquiv(), and swig_module_info::types.

Here is the call graph for this function:

◆ SWIG_UnpackData()

SWIGRUNTIME const char * SWIG_UnpackData ( const char *  c,
void *  ptr,
size_t  sz 
)

Definition at line 672 of file gv_php.cpp.

Referenced by SWIG_UnpackDataName(), and SWIG_UnpackVoidPtr().

Here is the caller graph for this function:

◆ SWIG_UnpackDataName()

SWIGRUNTIME const char * SWIG_UnpackDataName ( const char *  c,
void *  ptr,
size_t  sz,
const char *  name 
)

Definition at line 739 of file gv_php.cpp.

References SWIG_UnpackData().

Here is the call graph for this function:

◆ SWIG_UnpackVoidPtr()

SWIGRUNTIME const char * SWIG_UnpackVoidPtr ( const char *  c,
void **  ptr,
const char *  name 
)

Definition at line 711 of file gv_php.cpp.

References SWIG_UnpackData().

Here is the call graph for this function:

◆ tailof()

Agnode_t * tailof ( Agedge_t e)
extern

Definition at line 295 of file gv.cpp.

Referenced by PHP_FUNCTION(), and PHP_METHOD().

Here is the caller graph for this function:

◆ tred()

bool tred ( Agraph_t g)
extern

Definition at line 728 of file gv.cpp.

Referenced by PHP_FUNCTION(), and PHP_METHOD().

Here is the caller graph for this function:

◆ write() [1/2]

bool write ( Agraph_t g,
const char *  filename 
)
extern

Definition at line 717 of file gv.cpp.

Referenced by ZEND_NAMED_FUNCTION(), and ZEND_NAMED_FUNCTION().

Here is the caller graph for this function:

◆ write() [2/2]

bool write ( Agraph_t g,
FILE *  f 
)
extern

Definition at line 710 of file gv.cpp.

◆ zend_do_implement_interface() [1/5]

zend_do_implement_interface ( SWIG_Php_ce__p_Agedge_t  ,
SWIG_Php_swig_wrapped_interface_ce 
)

◆ zend_do_implement_interface() [2/5]

zend_do_implement_interface ( SWIG_Php_ce__p_Agnode_t  ,
SWIG_Php_swig_wrapped_interface_ce 
)

◆ zend_do_implement_interface() [3/5]

zend_do_implement_interface ( SWIG_Php_ce__p_Agraph_t  ,
SWIG_Php_swig_wrapped_interface_ce 
)

◆ zend_do_implement_interface() [4/5]

zend_do_implement_interface ( SWIG_Php_ce__p_Agsym_t  ,
SWIG_Php_swig_wrapped_interface_ce 
)

◆ zend_do_implement_interface() [5/5]

zend_do_implement_interface ( SWIG_Php_ce__p_FILE  ,
SWIG_Php_swig_wrapped_interface_ce 
)

◆ ZEND_NAMED_FUNCTION() [1/86]

static ZEND_NAMED_FUNCTION ( _wrap_edge  )
static

Definition at line 1832 of file gv_php.cpp.

References _wrap_edge__SWIG_0(), _wrap_edge__SWIG_1(), _wrap_edge__SWIG_2(), _wrap_edge__SWIG_3(), SWIG_ConvertPtr, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [2/86]

static ZEND_NAMED_FUNCTION ( _wrap_edge__SWIG_0  )
static

Definition at line 1685 of file gv_php.cpp.

References edge, SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [3/86]

static ZEND_NAMED_FUNCTION ( _wrap_edge__SWIG_1  )
static

Definition at line 1716 of file gv_php.cpp.

References edge, SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [4/86]

static ZEND_NAMED_FUNCTION ( _wrap_edge__SWIG_2  )
static

Definition at line 1751 of file gv_php.cpp.

References edge, SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [5/86]

static ZEND_NAMED_FUNCTION ( _wrap_edge__SWIG_3  )
static

Definition at line 1786 of file gv_php.cpp.

References edge, SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [6/86]

static ZEND_NAMED_FUNCTION ( _wrap_findattr  )
static

Definition at line 2976 of file gv_php.cpp.

References _wrap_findattr__SWIG_0(), _wrap_findattr__SWIG_1(), _wrap_findattr__SWIG_2(), SWIG_ConvertPtr, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [7/86]

static ZEND_NAMED_FUNCTION ( _wrap_findattr__SWIG_0  )
static

Definition at line 2871 of file gv_php.cpp.

References findattr(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [8/86]

static ZEND_NAMED_FUNCTION ( _wrap_findattr__SWIG_1  )
static

Definition at line 2906 of file gv_php.cpp.

References findattr(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agsym_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [9/86]

static ZEND_NAMED_FUNCTION ( _wrap_findattr__SWIG_2  )
static

Definition at line 2941 of file gv_php.cpp.

References findattr(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agsym_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [10/86]

static ZEND_NAMED_FUNCTION ( _wrap_firstattr  )
static

Definition at line 4570 of file gv_php.cpp.

References _wrap_firstattr__SWIG_0(), _wrap_firstattr__SWIG_1(), _wrap_firstattr__SWIG_2(), SWIG_ConvertPtr, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [11/86]

static ZEND_NAMED_FUNCTION ( _wrap_firstattr__SWIG_0  )
static

Definition at line 4436 of file gv_php.cpp.

References firstattr(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [12/86]

static ZEND_NAMED_FUNCTION ( _wrap_firstattr__SWIG_1  )
static

Definition at line 4491 of file gv_php.cpp.

References firstattr(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agsym_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [13/86]

static ZEND_NAMED_FUNCTION ( _wrap_firstattr__SWIG_2  )
static

Definition at line 4546 of file gv_php.cpp.

References firstattr(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agsym_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [14/86]

static ZEND_NAMED_FUNCTION ( _wrap_firstedge  )
static

Definition at line 3692 of file gv_php.cpp.

References _wrap_firstedge__SWIG_0(), _wrap_firstedge__SWIG_1(), SWIG_ConvertPtr, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [15/86]

static ZEND_NAMED_FUNCTION ( _wrap_firstedge__SWIG_0  )
static

Definition at line 3558 of file gv_php.cpp.

References firstedge(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [16/86]

static ZEND_NAMED_FUNCTION ( _wrap_firstedge__SWIG_1  )
static

Definition at line 3668 of file gv_php.cpp.

References firstedge(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [17/86]

static ZEND_NAMED_FUNCTION ( _wrap_firstin  )
static

Definition at line 4076 of file gv_php.cpp.

References _wrap_firstin__SWIG_0(), _wrap_firstin__SWIG_1(), SWIG_ConvertPtr, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [18/86]

static ZEND_NAMED_FUNCTION ( _wrap_firstin__SWIG_0  )
static

Definition at line 3997 of file gv_php.cpp.

References firstin(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [19/86]

static ZEND_NAMED_FUNCTION ( _wrap_firstin__SWIG_1  )
static

Definition at line 4052 of file gv_php.cpp.

References firstin(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [20/86]

static ZEND_NAMED_FUNCTION ( _wrap_firstnode  )
static

Definition at line 4327 of file gv_php.cpp.

References _wrap_firstnode__SWIG_0(), _wrap_firstnode__SWIG_1(), SWIG_ConvertPtr, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [21/86]

static ZEND_NAMED_FUNCTION ( _wrap_firstnode__SWIG_0  )
static

Definition at line 4248 of file gv_php.cpp.

References firstnode(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [22/86]

static ZEND_NAMED_FUNCTION ( _wrap_firstnode__SWIG_1  )
static

Definition at line 4303 of file gv_php.cpp.

References firstnode(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [23/86]

static ZEND_NAMED_FUNCTION ( _wrap_firstout  )
static

Definition at line 3825 of file gv_php.cpp.

References _wrap_firstout__SWIG_0(), _wrap_firstout__SWIG_1(), SWIG_ConvertPtr, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [24/86]

static ZEND_NAMED_FUNCTION ( _wrap_firstout__SWIG_0  )
static

Definition at line 3613 of file gv_php.cpp.

References firstout(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [25/86]

static ZEND_NAMED_FUNCTION ( _wrap_firstout__SWIG_1  )
static

Definition at line 3801 of file gv_php.cpp.

References firstout(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [26/86]

static ZEND_NAMED_FUNCTION ( _wrap_getv  )
static

Definition at line 2531 of file gv_php.cpp.

References _wrap_getv__SWIG_0(), _wrap_getv__SWIG_1(), _wrap_getv__SWIG_2(), _wrap_getv__SWIG_3(), _wrap_getv__SWIG_4(), _wrap_getv__SWIG_5(), SWIG_ConvertPtr, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [27/86]

static ZEND_NAMED_FUNCTION ( _wrap_getv__SWIG_0  )
static

Definition at line 2309 of file gv_php.cpp.

References getv(), SUCCESS, SWIG_ConvertPtr, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [28/86]

static ZEND_NAMED_FUNCTION ( _wrap_getv__SWIG_1  )
static

Definition at line 2348 of file gv_php.cpp.

References getv(), SUCCESS, SWIG_ConvertPtr, and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [29/86]

static ZEND_NAMED_FUNCTION ( _wrap_getv__SWIG_2  )
static

Definition at line 2387 of file gv_php.cpp.

References getv(), SUCCESS, SWIG_ConvertPtr, and SWIGTYPE_p_Agedge_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [30/86]

static ZEND_NAMED_FUNCTION ( _wrap_getv__SWIG_3  )
static

Definition at line 2426 of file gv_php.cpp.

References getv(), SUCCESS, SWIG_ConvertPtr, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [31/86]

static ZEND_NAMED_FUNCTION ( _wrap_getv__SWIG_4  )
static

Definition at line 2461 of file gv_php.cpp.

References getv(), SUCCESS, SWIG_ConvertPtr, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agsym_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [32/86]

static ZEND_NAMED_FUNCTION ( _wrap_getv__SWIG_5  )
static

Definition at line 2496 of file gv_php.cpp.

References getv(), SUCCESS, SWIG_ConvertPtr, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agsym_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [33/86]

static ZEND_NAMED_FUNCTION ( _wrap_graph  )
static

Definition at line 1613 of file gv_php.cpp.

References _wrap_graph__SWIG_0(), _wrap_graph__SWIG_1(), SWIG_ConvertPtr, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [34/86]

static ZEND_NAMED_FUNCTION ( _wrap_graph__SWIG_0  )
static

Definition at line 1340 of file gv_php.cpp.

References graph(), SUCCESS, SWIG_SetPointerZval(), and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [35/86]

static ZEND_NAMED_FUNCTION ( _wrap_graph__SWIG_1  )
static

Definition at line 1578 of file gv_php.cpp.

References graph(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [36/86]

static ZEND_NAMED_FUNCTION ( _wrap_graphof  )
static

Definition at line 3156 of file gv_php.cpp.

References _wrap_graphof__SWIG_0(), _wrap_graphof__SWIG_1(), _wrap_graphof__SWIG_2(), SWIG_ConvertPtr, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [37/86]

static ZEND_NAMED_FUNCTION ( _wrap_graphof__SWIG_0  )
static

Definition at line 3084 of file gv_php.cpp.

References graphof(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [38/86]

static ZEND_NAMED_FUNCTION ( _wrap_graphof__SWIG_1  )
static

Definition at line 3108 of file gv_php.cpp.

References graphof(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [39/86]

static ZEND_NAMED_FUNCTION ( _wrap_graphof__SWIG_2  )
static

Definition at line 3132 of file gv_php.cpp.

References graphof(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [40/86]

static ZEND_NAMED_FUNCTION ( _wrap_nameof  )
static

Definition at line 2715 of file gv_php.cpp.

References _wrap_nameof__SWIG_0(), _wrap_nameof__SWIG_1(), _wrap_nameof__SWIG_2(), SWIG_ConvertPtr, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [41/86]

static ZEND_NAMED_FUNCTION ( _wrap_nameof__SWIG_0  )
static

Definition at line 2631 of file gv_php.cpp.

References nameof(), SUCCESS, SWIG_ConvertPtr, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [42/86]

static ZEND_NAMED_FUNCTION ( _wrap_nameof__SWIG_1  )
static

Definition at line 2659 of file gv_php.cpp.

References nameof(), SUCCESS, SWIG_ConvertPtr, and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [43/86]

static ZEND_NAMED_FUNCTION ( _wrap_nameof__SWIG_2  )
static

Definition at line 2687 of file gv_php.cpp.

References nameof(), SUCCESS, SWIG_ConvertPtr, and SWIGTYPE_p_Agsym_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [44/86]

static ZEND_NAMED_FUNCTION ( _wrap_nextattr  )
static

Definition at line 4644 of file gv_php.cpp.

References _wrap_nextattr__SWIG_0(), _wrap_nextattr__SWIG_1(), _wrap_nextattr__SWIG_2(), SWIG_ConvertPtr, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [45/86]

static ZEND_NAMED_FUNCTION ( _wrap_nextattr__SWIG_0  )
static

Definition at line 4460 of file gv_php.cpp.

References nextattr(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [46/86]

static ZEND_NAMED_FUNCTION ( _wrap_nextattr__SWIG_1  )
static

Definition at line 4515 of file gv_php.cpp.

References nextattr(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agsym_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [47/86]

static ZEND_NAMED_FUNCTION ( _wrap_nextattr__SWIG_2  )
static

Definition at line 4613 of file gv_php.cpp.

References nextattr(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agsym_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [48/86]

static ZEND_NAMED_FUNCTION ( _wrap_nextedge  )
static

Definition at line 3756 of file gv_php.cpp.

References _wrap_nextedge__SWIG_0(), _wrap_nextedge__SWIG_1(), SWIG_ConvertPtr, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [49/86]

static ZEND_NAMED_FUNCTION ( _wrap_nextedge__SWIG_0  )
static

Definition at line 3582 of file gv_php.cpp.

References nextedge(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [50/86]

static ZEND_NAMED_FUNCTION ( _wrap_nextedge__SWIG_1  )
static

Definition at line 3725 of file gv_php.cpp.

References nextedge(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [51/86]

static ZEND_NAMED_FUNCTION ( _wrap_nextin  )
static

Definition at line 4140 of file gv_php.cpp.

References _wrap_nextin__SWIG_0(), _wrap_nextin__SWIG_1(), SWIG_ConvertPtr, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [52/86]

static ZEND_NAMED_FUNCTION ( _wrap_nextin__SWIG_0  )
static

Definition at line 4021 of file gv_php.cpp.

References nextin(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [53/86]

static ZEND_NAMED_FUNCTION ( _wrap_nextin__SWIG_1  )
static

Definition at line 4109 of file gv_php.cpp.

References nextin(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [54/86]

static ZEND_NAMED_FUNCTION ( _wrap_nextnode  )
static

Definition at line 4391 of file gv_php.cpp.

References _wrap_nextnode__SWIG_0(), _wrap_nextnode__SWIG_1(), SWIG_ConvertPtr, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [55/86]

static ZEND_NAMED_FUNCTION ( _wrap_nextnode__SWIG_0  )
static

Definition at line 4272 of file gv_php.cpp.

References nextnode(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [56/86]

static ZEND_NAMED_FUNCTION ( _wrap_nextnode__SWIG_1  )
static

Definition at line 4360 of file gv_php.cpp.

References nextnode(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [57/86]

static ZEND_NAMED_FUNCTION ( _wrap_nextout  )
static

Definition at line 3889 of file gv_php.cpp.

References _wrap_nextout__SWIG_0(), _wrap_nextout__SWIG_1(), SWIG_ConvertPtr, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [58/86]

static ZEND_NAMED_FUNCTION ( _wrap_nextout__SWIG_0  )
static

Definition at line 3637 of file gv_php.cpp.

References nextout(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [59/86]

static ZEND_NAMED_FUNCTION ( _wrap_nextout__SWIG_1  )
static

Definition at line 3858 of file gv_php.cpp.

References nextout(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [60/86]

static ZEND_NAMED_FUNCTION ( _wrap_ok  )
static

Definition at line 3379 of file gv_php.cpp.

References _wrap_ok__SWIG_0(), _wrap_ok__SWIG_1(), _wrap_ok__SWIG_2(), _wrap_ok__SWIG_3(), SWIG_ConvertPtr, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [61/86]

static ZEND_NAMED_FUNCTION ( _wrap_ok__SWIG_0  )
static

Definition at line 3283 of file gv_php.cpp.

References ok(), SUCCESS, SWIG_ConvertPtr, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [62/86]

static ZEND_NAMED_FUNCTION ( _wrap_ok__SWIG_1  )
static

Definition at line 3307 of file gv_php.cpp.

References ok(), SUCCESS, SWIG_ConvertPtr, and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [63/86]

static ZEND_NAMED_FUNCTION ( _wrap_ok__SWIG_2  )
static

Definition at line 3331 of file gv_php.cpp.

References ok(), SUCCESS, SWIG_ConvertPtr, and SWIGTYPE_p_Agedge_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [64/86]

static ZEND_NAMED_FUNCTION ( _wrap_ok__SWIG_3  )
static

Definition at line 3355 of file gv_php.cpp.

References ok(), SUCCESS, SWIG_ConvertPtr, and SWIGTYPE_p_Agsym_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [65/86]

static ZEND_NAMED_FUNCTION ( _wrap_read  )
static

Definition at line 1548 of file gv_php.cpp.

References _wrap_read__SWIG_0(), _wrap_read__SWIG_1(), SWIG_ConvertPtr, and SWIGTYPE_p_FILE.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [66/86]

static ZEND_NAMED_FUNCTION ( _wrap_read__SWIG_0  )
static

Definition at line 1496 of file gv_php.cpp.

References read(), SUCCESS, SWIG_SetPointerZval(), and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [67/86]

static ZEND_NAMED_FUNCTION ( _wrap_read__SWIG_1  )
static

Definition at line 1524 of file gv_php.cpp.

References read(), SUCCESS, SWIG_ConvertPtr, SWIG_SetPointerZval(), SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_FILE.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [68/86]

static ZEND_NAMED_FUNCTION ( _wrap_render  )
static

Definition at line 5006 of file gv_php.cpp.

References _wrap_render__SWIG_0(), _wrap_render__SWIG_1(), _wrap_render__SWIG_2(), _wrap_render__SWIG_3(), SWIG_ConvertPtr, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_FILE.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [69/86]

static ZEND_NAMED_FUNCTION ( _wrap_render__SWIG_0  )
static

Definition at line 4859 of file gv_php.cpp.

References render(), SUCCESS, SWIG_ConvertPtr, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [70/86]

static ZEND_NAMED_FUNCTION ( _wrap_render__SWIG_1  )
static

Definition at line 4883 of file gv_php.cpp.

References render(), SUCCESS, SWIG_ConvertPtr, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [71/86]

static ZEND_NAMED_FUNCTION ( _wrap_render__SWIG_2  )
static

Definition at line 4918 of file gv_php.cpp.

References render(), SUCCESS, SWIG_ConvertPtr, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_FILE.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [72/86]

static ZEND_NAMED_FUNCTION ( _wrap_render__SWIG_3  )
static

Definition at line 4960 of file gv_php.cpp.

References render(), SUCCESS, SWIG_ConvertPtr, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [73/86]

static ZEND_NAMED_FUNCTION ( _wrap_rm  )
static

Definition at line 4777 of file gv_php.cpp.

References _wrap_rm__SWIG_0(), _wrap_rm__SWIG_1(), _wrap_rm__SWIG_2(), SWIG_ConvertPtr, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [74/86]

static ZEND_NAMED_FUNCTION ( _wrap_rm__SWIG_0  )
static

Definition at line 4705 of file gv_php.cpp.

References rm(), SUCCESS, SWIG_ConvertPtr, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [75/86]

static ZEND_NAMED_FUNCTION ( _wrap_rm__SWIG_1  )
static

Definition at line 4729 of file gv_php.cpp.

References rm(), SUCCESS, SWIG_ConvertPtr, and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [76/86]

static ZEND_NAMED_FUNCTION ( _wrap_rm__SWIG_2  )
static

Definition at line 4753 of file gv_php.cpp.

References rm(), SUCCESS, SWIG_ConvertPtr, and SWIGTYPE_p_Agedge_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [77/86]

static ZEND_NAMED_FUNCTION ( _wrap_setv  )
static

Definition at line 2191 of file gv_php.cpp.

References _wrap_setv__SWIG_0(), _wrap_setv__SWIG_1(), _wrap_setv__SWIG_2(), _wrap_setv__SWIG_3(), _wrap_setv__SWIG_4(), _wrap_setv__SWIG_5(), SWIG_ConvertPtr, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [78/86]

static ZEND_NAMED_FUNCTION ( _wrap_setv__SWIG_0  )
static

Definition at line 1903 of file gv_php.cpp.

References setv(), SUCCESS, SWIG_ConvertPtr, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [79/86]

static ZEND_NAMED_FUNCTION ( _wrap_setv__SWIG_1  )
static

Definition at line 1953 of file gv_php.cpp.

References setv(), SUCCESS, SWIG_ConvertPtr, and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [80/86]

static ZEND_NAMED_FUNCTION ( _wrap_setv__SWIG_2  )
static

Definition at line 2003 of file gv_php.cpp.

References setv(), SUCCESS, SWIG_ConvertPtr, and SWIGTYPE_p_Agedge_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [81/86]

static ZEND_NAMED_FUNCTION ( _wrap_setv__SWIG_3  )
static

Definition at line 2053 of file gv_php.cpp.

References setv(), SUCCESS, SWIG_ConvertPtr, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [82/86]

static ZEND_NAMED_FUNCTION ( _wrap_setv__SWIG_4  )
static

Definition at line 2099 of file gv_php.cpp.

References setv(), SUCCESS, SWIG_ConvertPtr, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agsym_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [83/86]

static ZEND_NAMED_FUNCTION ( _wrap_setv__SWIG_5  )
static

Definition at line 2145 of file gv_php.cpp.

References setv(), SUCCESS, SWIG_ConvertPtr, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agsym_t.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [84/86]

static ZEND_NAMED_FUNCTION ( _wrap_write  )
static

Definition at line 5283 of file gv_php.cpp.

References _wrap_write__SWIG_0(), _wrap_write__SWIG_1(), SWIG_ConvertPtr, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_FILE.

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [85/86]

static ZEND_NAMED_FUNCTION ( _wrap_write__SWIG_0  )
static

Definition at line 5217 of file gv_php.cpp.

References SUCCESS, SWIG_ConvertPtr, SWIGTYPE_p_Agraph_t, and write().

Here is the call graph for this function:

◆ ZEND_NAMED_FUNCTION() [86/86]

static ZEND_NAMED_FUNCTION ( _wrap_write__SWIG_1  )
static

Definition at line 5252 of file gv_php.cpp.

References SUCCESS, SWIG_ConvertPtr, SWIGTYPE_p_Agraph_t, SWIGTYPE_p_FILE, and write().

Here is the call graph for this function:

Variable Documentation

◆ _swigc__p_Agedge_t

swig_cast_info _swigc__p_Agedge_t[] = { {&_swigt__p_Agedge_t, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 1319 of file gv_php.cpp.

◆ _swigc__p_Agnode_t

swig_cast_info _swigc__p_Agnode_t[] = { {&_swigt__p_Agnode_t, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 1320 of file gv_php.cpp.

◆ _swigc__p_Agraph_t

swig_cast_info _swigc__p_Agraph_t[] = { {&_swigt__p_Agraph_t, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 1321 of file gv_php.cpp.

◆ _swigc__p_Agsym_t

swig_cast_info _swigc__p_Agsym_t[] = { {&_swigt__p_Agsym_t, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 1322 of file gv_php.cpp.

◆ _swigc__p_FILE

swig_cast_info _swigc__p_FILE[] = { {&_swigt__p_FILE, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 1323 of file gv_php.cpp.

◆ _swigt__p_Agedge_t

swig_type_info _swigt__p_Agedge_t = {"_p_Agedge_t", "Agedge_t *", 0, 0, (void*)0, 0}
static

Definition at line 1305 of file gv_php.cpp.

◆ _swigt__p_Agnode_t

swig_type_info _swigt__p_Agnode_t = {"_p_Agnode_t", "Agnode_t *", 0, 0, (void*)0, 0}
static

Definition at line 1306 of file gv_php.cpp.

◆ _swigt__p_Agraph_t

swig_type_info _swigt__p_Agraph_t = {"_p_Agraph_t", "Agraph_t *", 0, 0, (void*)0, 0}
static

Definition at line 1307 of file gv_php.cpp.

◆ _swigt__p_Agsym_t

swig_type_info _swigt__p_Agsym_t = {"_p_Agsym_t", "Agsym_t *", 0, 0, (void*)0, 0}
static

Definition at line 1308 of file gv_php.cpp.

◆ _swigt__p_FILE

swig_type_info _swigt__p_FILE = {"_p_FILE", "FILE *", 0, 0, (void*)0, 0}
static

Definition at line 1309 of file gv_php.cpp.

◆ cast_object

Definition at line 5908 of file gv_php.cpp.

◆ class_gv_functions

const zend_function_entry class_gv_functions[]
static

Definition at line 5581 of file gv_php.cpp.

◆ const_name

const char const_name[] = "swig_runtime_data_type_pointer"
static

Definition at line 945 of file gv_php.cpp.

Referenced by SWIG_Php_GetModule(), and SWIG_Php_SetModule().

◆ create_object

Definition at line 5912 of file gv_php.cpp.

◆ default_error_code

int default_error_code = E_ERROR
static

Definition at line 809 of file gv_php.cpp.

◆ default_error_msg

const char* default_error_msg = "Unknown error occurred"
static

Definition at line 808 of file gv_php.cpp.

◆ gv_module_entry

zend_module_entry gv_module_entry
Initial value:
= {
STANDARD_MODULE_HEADER,
"gv",
PHP_MINIT(gv),
NULL,
NULL,
NULL,
NULL,
NO_VERSION_YET,
STANDARD_MODULE_PROPERTIES
}
node NULL
Definition grammar.y:163
static const zend_function_entry module_gv_functions[]
Definition gv_php.cpp:5529

Definition at line 5634 of file gv_php.cpp.

Referenced by get_module().

◆ module_gv_functions

const zend_function_entry module_gv_functions[]
static

Definition at line 5529 of file gv_php.cpp.

◆ offset

◆ SUCCESS

return SUCCESS

Definition at line 5945 of file gv_php.cpp.

Referenced by PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), PHP_FUNCTION(), swig_ptr_cast_object(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), ZEND_NAMED_FUNCTION(), and ZEND_NAMED_FUNCTION().

◆ swig_cast_initial

swig_cast_info* swig_cast_initial[]
static
Initial value:
= {
}
static swig_cast_info _swigc__p_Agraph_t[]
Definition gv_php.cpp:1321
static swig_cast_info _swigc__p_FILE[]
Definition gv_php.cpp:1323
static swig_cast_info _swigc__p_Agnode_t[]
Definition gv_php.cpp:1320
static swig_cast_info _swigc__p_Agedge_t[]
Definition gv_php.cpp:1319
static swig_cast_info _swigc__p_Agsym_t[]
Definition gv_php.cpp:1322

Definition at line 1325 of file gv_php.cpp.

Referenced by SWIG_InitializeModule().

◆ swig_module

swig_module_info swig_module = {swig_types, 5, 0, 0, 0, 0}
static

Definition at line 990 of file gv_php.cpp.

Referenced by SWIG_InitializeModule(), and SWIG_PropagateClientData().

◆ SWIG_Php_ce__p_Agedge_t

SWIG_Php_ce__p_Agedge_t = zend_register_internal_class(&internal_ce)
static

Definition at line 1300 of file gv_php.cpp.

◆ SWIG_Php_ce__p_Agnode_t

SWIG_Php_ce__p_Agnode_t = zend_register_internal_class(&internal_ce)
static

Definition at line 1288 of file gv_php.cpp.

◆ SWIG_Php_ce__p_Agraph_t

SWIG_Php_ce__p_Agraph_t = zend_register_internal_class(&internal_ce)
static

Definition at line 1294 of file gv_php.cpp.

◆ SWIG_Php_ce__p_Agsym_t

SWIG_Php_ce__p_Agsym_t = zend_register_internal_class(&internal_ce)
static

Definition at line 1291 of file gv_php.cpp.

◆ SWIG_Php_ce__p_FILE

SWIG_Php_ce__p_FILE = zend_register_internal_class(&internal_ce)
static

Definition at line 1297 of file gv_php.cpp.

◆ SWIG_Php_ce_gv

SWIG_Php_ce_gv = zend_register_internal_class(&internal_ce)
static

Definition at line 1285 of file gv_php.cpp.

◆ SWIG_php_minit

SWIG_php_minit
Initial value:
{
zend_class_entry SWIGUNUSED internal_ce
#define SWIGUNUSED
Definition gv_php.cpp:64

Definition at line 5892 of file gv_php.cpp.

◆ SWIG_Php_swig_wrapped_interface_ce

zend_class_entry SWIG_Php_swig_wrapped_interface_ce
static

Definition at line 822 of file gv_php.cpp.

Referenced by SWIG_ConvertPtrAndOwn().

◆ swig_ptr_object_handlers

swig_ptr_object_handlers = *zend_get_std_object_handlers()
static

Definition at line 5354 of file gv_php.cpp.

Referenced by swig_ptr_object_new().

◆ swig_type_initial

swig_type_info* swig_type_initial[]
static
Initial value:
= {
}
static swig_type_info _swigt__p_Agsym_t
Definition gv_php.cpp:1308
static swig_type_info _swigt__p_Agraph_t
Definition gv_php.cpp:1307
static swig_type_info _swigt__p_FILE
Definition gv_php.cpp:1309
static swig_type_info _swigt__p_Agnode_t
Definition gv_php.cpp:1306
static swig_type_info _swigt__p_Agedge_t
Definition gv_php.cpp:1305

Definition at line 1311 of file gv_php.cpp.

Referenced by SWIG_InitializeModule().

◆ swig_types

swig_type_info* swig_types[6]
static

Definition at line 989 of file gv_php.cpp.