GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
helpers.h File Reference
#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)
 

Function Documentation

◆ dgl_edge_prioritizer_add()

◆ dgl_edge_prioritizer_del()

◆ dgl_mempop()

unsigned char* dgl_mempop ( unsigned char *  pstack,
long *  istack,
long  size 
)

Definition at line 48 of file helpers.c.

References NULL.

Referenced by DGL_SPAN_DEPTHFIRST_SPANNING_FUNC().

◆ dgl_mempush()

unsigned char* dgl_mempush ( unsigned char *  pstack,
long *  istack,
long  size,
void *  pv 
)

Definition at line 35 of file helpers.c.

References NULL.

Referenced by DGL_SPAN_DEPTHFIRST_SPANNING_FUNC().

◆ dgl_reduce_edgeset()

void* dgl_reduce_edgeset ( void *  pvSet,
int *  pc,
dglInt32_t  nKey 
)

◆ dgl_swapInt32Bytes()

void dgl_swapInt32Bytes ( dglInt32_t pn)

Definition at line 55 of file helpers.c.

Referenced by dgl_read_V1(), and dgl_read_V2().

◆ dgl_swapInt64Bytes()

void dgl_swapInt64Bytes ( dglInt64_t pn)

Definition at line 68 of file helpers.c.

Referenced by dgl_read_V1(), and dgl_read_V2().