PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ stringbuffer_create()

stringbuffer_t* stringbuffer_create ( void  )

Allocate a new stringbuffer_t.

Use stringbuffer_destroy to free.

Definition at line 35 of file stringbuffer.c.

36 {
38 }
stringbuffer_t * stringbuffer_create_with_size(size_t size)
Allocate a new stringbuffer_t.
Definition: stringbuffer.c:65
#define STRINGBUFFER_STARTSIZE
Definition: stringbuffer.h:35

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(), ShpLoaderGetSQLFooter(), and ShpLoaderGetSQLHeader().

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