PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ stringbuffer_create()

stringbuffer_t * stringbuffer_create ( void  )

Allocate a new stringbuffer_t.

Use stringbuffer_destroy to free.

Definition at line 33 of file stringbuffer.c.

34{
36}
stringbuffer_t * stringbuffer_create_with_size(size_t size)
Allocate a new stringbuffer_t.
#define STRINGBUFFER_STARTSIZE

References stringbuffer_create_with_size(), and STRINGBUFFER_STARTSIZE.

Referenced by lwgeom_to_kml2(), lwgeom_to_marc21(), lwgeom_to_wkt_internal(), lwgeom_to_x3d3(), nd_box_to_json(), nd_stats_to_grid(), nd_stats_to_json(), pointarray_to_encoded_polyline(), ShpLoaderGenerateSQLRowStatement(), ShpLoaderGetSQLCopyStatement(), ShpLoaderGetSQLFooter(), and ShpLoaderGetSQLHeader().

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