#include "tree.h"Include dependency graph for helpers.h:

This graph shows which files directly or indirectly include this file:

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) |
| int dgl_edge_prioritizer_add | ( | dglGraph_s * | pG, | |
| dglInt32_t | nId, | |||
| dglInt32_t | nPriId | |||
| ) |
Definition at line 125 of file helpers.c.
References avl_create, _dglTreeEdgePri32::cnData, DGL_ERR_MemoryExhausted, dglTreeEdgePri32Add(), dglTreeEdgePri32Compare(), dglTreeGetAllocator(), _dglGraph::edgePrioritizer, _dglGraph::iErrno, _dglTreeEdgePri32::pnData, and dglEdgePrioritizer_s::pvAVL.
Referenced by DGL_ADD_EDGE_FUNC().
| int dgl_edge_prioritizer_del | ( | dglGraph_s * | pG, | |
| dglInt32_t | nId, | |||
| dglInt32_t | nPriId | |||
| ) |
Definition at line 84 of file helpers.c.
References avl_find, _dglTreeEdgePri32::cnData, DGL_ERR_MemoryExhausted, _dglGraph::edgePrioritizer, _dglGraph::iErrno, _dglTreeEdgePri32::nKey, _dglTreeEdgePri32::pnData, and dglEdgePrioritizer_s::pvAVL.
Referenced by DGL_DEL_EDGE_FUNC(), and DGL_DEL_NODE_FUNC().
| unsigned char* dgl_mempop | ( | unsigned char * | pstack, | |
| long * | istack, | |||
| long | size | |||
| ) |
| unsigned char* dgl_mempush | ( | unsigned char * | pstack, | |
| long * | istack, | |||
| long | size, | |||
| void * | pv | |||
| ) |
| void* dgl_reduce_edgeset | ( | void * | pvSet, | |
| int * | pc, | |||
| dglInt32_t | nKey | |||
| ) |
| void dgl_swapInt32Bytes | ( | dglInt32_t * | pn | ) |
Definition at line 51 of file helpers.c.
Referenced by dgl_read_V1(), dgl_read_V2(), and dglReadChunk().
| void dgl_swapInt64Bytes | ( | dglInt64_t * | pn | ) |
1.5.1