PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ cu_wkb_from_hexwkb()

static void cu_wkb_from_hexwkb ( char *  hexwkb)
static

Definition at line 49 of file cu_out_wkb.c.

50 {
52  if ( s ) free(s);
54  lwgeom_free(g);
55 }
static char * s
Definition: cu_out_wkb.c:23
LWGEOM * lwgeom_from_hexwkb(const char *hexwkb, const char check)
Definition: lwin_wkb.c:858
void lwgeom_free(LWGEOM *geom)
Definition: lwgeom.c:1155
#define LW_PARSER_CHECK_NONE
Definition: liblwgeom.h:2114
uint8_t * lwgeom_to_wkb_buffer(const LWGEOM *geom, uint8_t variant)
Definition: lwout_wkb.c:815
#define WKB_HEX
Definition: liblwgeom.h:2180
#define WKB_EXTENDED
Definition: liblwgeom.h:2177
#define WKB_XDR
Definition: liblwgeom.h:2179
void free(void *)

References free(), LW_PARSER_CHECK_NONE, lwgeom_free(), lwgeom_from_hexwkb(), lwgeom_to_wkb_buffer(), s, WKB_EXTENDED, WKB_HEX, and WKB_XDR.

Referenced by test_wkb_out_polygon().

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