PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ 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.
Definition: stringbuffer.c:63
#define STRINGBUFFER_STARTSIZE
Definition: stringbuffer.h:37

References stringbuffer_create_with_size(), and STRINGBUFFER_STARTSIZE.

Referenced by lwgeom_to_kml2(), lwgeom_to_wkt(), lwgeom_to_x3d3(), nd_box_to_json(), 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: