PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ stringbuffer_getstring()

const char* stringbuffer_getstring ( stringbuffer_t s)

Returns a reference to the internal string being managed by the stringbuffer.

The current string will be null-terminated within the internal string.

Definition at line 125 of file stringbuffer.c.

126 {
127  return s->str_start;
128 }
char * s
Definition: cu_in_wkt.c:23

References s.

Referenced by getMaxFieldSize(), lwgeom_to_wkt_internal(), postgis_proj_version(), rt_raster_gdal_contour(), ShpDumperOpenTable(), ShpLoaderGenerateSQLRowStatement(), ShpLoaderGetSQLCopyStatement(), ShpLoaderGetSQLFooter(), ShpLoaderGetSQLHeader(), stringbuffer_copy(), test_stringbuffer_append(), and test_stringbuffer_aprintf().

Here is the caller graph for this function: