|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
#include "tree.h"

Go to the source code of this file.
Functions | |
| unsigned char * | dgl_mempush (unsigned char *pstack, long *istack, long size, void *pv) |
| unsigned char * | dgl_mempop (unsigned char *pstack, long *istack, long size) |
| void | dgl_swapInt32Bytes (dglInt32_t *pn) |
| void | dgl_swapInt64Bytes (dglInt64_t *pn) |
| int | dgl_edge_prioritizer_del (dglGraph_s *pG, dglInt32_t nId, dglInt32_t nPriId) |
| int | dgl_edge_prioritizer_add (dglGraph_s *pG, dglInt32_t nId, dglInt32_t nPriId) |
| void * | dgl_reduce_edgeset (void *pvSet, int *pc, dglInt32_t nKey) |
|
extern |
Definition at line 132 of file helpers.c.
References avl_create, DGL_ERR_MemoryExhausted, dglTreeEdgePri32Add(), dglTreeEdgePri32Compare(), dglTreeGetAllocator(), _dglGraph::edgePrioritizer, _dglGraph::iErrno, malloc(), NULL, and dglEdgePrioritizer_s::pvAVL.
Referenced by DGL_ADD_EDGE_FUNC().
|
extern |
Definition at line 91 of file helpers.c.
References avl_find, DGL_ERR_MemoryExhausted, _dglGraph::edgePrioritizer, free(), _dglGraph::iErrno, malloc(), NULL, and dglEdgePrioritizer_s::pvAVL.
Referenced by DGL_DEL_EDGE_FUNC(), and DGL_DEL_NODE_FUNC().
Definition at line 47 of file helpers.c.
References NULL.
Referenced by DGL_SPAN_DEPTHFIRST_SPANNING_FUNC().
Definition at line 34 of file helpers.c.
References NULL.
Referenced by DGL_SPAN_DEPTHFIRST_SPANNING_FUNC().
|
extern |
|
extern |
Definition at line 54 of file helpers.c.
Referenced by dgl_read_V1(), dgl_read_V2(), and dglReadChunk().
|
extern |
Definition at line 67 of file helpers.c.
Referenced by dgl_read_V1(), dgl_read_V2(), and dglReadChunk().